musora-content-services 1.0.129 → 1.0.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/src/contentMetaData.js +1 -0
- package/src/services/sanity.js +8 -12
- package/test/sanityQueryService.test.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.131](https://github.com/railroadmedia/musora-content-services/compare/v1.0.130...v1.0.131) (2024-10-10)
|
|
6
|
+
|
|
7
|
+
### [1.0.130](https://github.com/railroadmedia/musora-content-services/compare/v1.0.129...v1.0.130) (2024-10-09)
|
|
8
|
+
|
|
5
9
|
### [1.0.129](https://github.com/railroadmedia/musora-content-services/compare/v1.0.127...v1.0.129) (2024-10-09)
|
|
6
10
|
|
|
7
11
|
### [1.0.128](https://github.com/railroadmedia/musora-content-services/compare/v1.0.127...v1.0.128) (2024-10-03)
|
package/package.json
CHANGED
package/src/contentMetaData.js
CHANGED
package/src/services/sanity.js
CHANGED
|
@@ -927,19 +927,15 @@ export async function fetchLessonContent(railContentId) {
|
|
|
927
927
|
chapter_timecode,
|
|
928
928
|
"chapter_thumbnail_url": chapter_thumbnail_url.asset->url
|
|
929
929
|
},
|
|
930
|
-
"coaches": instructor[]-> {
|
|
931
|
-
name,
|
|
932
|
-
"id":_id,
|
|
933
|
-
"coach_profile_image":thumbnail_url.asset->url
|
|
934
|
-
},
|
|
935
930
|
"instructors":instructor[]->name,
|
|
936
931
|
"instructor": instructor[]->{
|
|
937
|
-
"id":
|
|
932
|
+
"id":railcontent_id,
|
|
938
933
|
name,
|
|
939
934
|
short_bio,
|
|
940
935
|
"biography": short_bio[0].children[0].text,
|
|
941
936
|
web_url_path,
|
|
942
937
|
"coach_card_image": coach_card_image.asset->url,
|
|
938
|
+
"coach_profile_image":thumbnail_url.asset->url
|
|
943
939
|
},
|
|
944
940
|
${assignmentsField}
|
|
945
941
|
video,
|
|
@@ -971,11 +967,11 @@ export async function fetchRelatedLessons(railContentId, brand) {
|
|
|
971
967
|
_type, parent_type, railcontent_id,
|
|
972
968
|
"related_lessons" : array::unique([
|
|
973
969
|
...(*[references(^._id)][0].child[]->{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type}),
|
|
974
|
-
...(*[_type=="song" && _type==^._type && brand == "${brand}" && references(^.artist->_id) && railcontent_id !=${railContentId}]{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type}|order(published_on desc, title asc)[0...
|
|
975
|
-
...(*[_type=="song" && _type==^._type && brand == "${brand}" && references(^.genre[]->_id) && railcontent_id !=${railContentId}]{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type}|order(published_on desc, title asc)[0...
|
|
976
|
-
...(*[_type==^._type && _type in ${JSON.stringify(typeWithSortOrder)} && brand == "${brand}" && railcontent_id !=${railContentId}]{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type, sort}|order(sort asc, title asc)[0...
|
|
977
|
-
...(*[_type==^._type && !(_type in ${JSON.stringify(typeWithSortOrder)}) && brand == "${brand}" && railcontent_id !=${railContentId}]{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type}|order(published_on desc, title asc)[0...
|
|
978
|
-
])[0...
|
|
970
|
+
...(*[_type=="song" && _type==^._type && brand == "${brand}" && references(^.artist->_id) && railcontent_id !=${railContentId}]{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type}|order(published_on desc, title asc)[0...10]),
|
|
971
|
+
...(*[_type=="song" && _type==^._type && brand == "${brand}" && references(^.genre[]->_id) && railcontent_id !=${railContentId}]{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type}|order(published_on desc, title asc)[0...10]),
|
|
972
|
+
...(*[_type==^._type && _type in ${JSON.stringify(typeWithSortOrder)} && brand == "${brand}" && railcontent_id !=${railContentId}]{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type, sort}|order(sort asc, title asc)[0...10]),
|
|
973
|
+
...(*[_type==^._type && !(_type in ${JSON.stringify(typeWithSortOrder)}) && !(defined(parent_type)) && brand == "${brand}" && railcontent_id !=${railContentId}]{_id, "id":railcontent_id, published_on, title, "thumbnail_url":thumbnail.asset->url, difficulty_string, railcontent_id, artist->,"permission_id": permission[]->railcontent_id,_type}|order(published_on desc, title asc)[0...10]),
|
|
974
|
+
])[0...10]}`;
|
|
979
975
|
|
|
980
976
|
return fetchSanity(query, false);
|
|
981
977
|
}
|
|
@@ -1377,7 +1373,7 @@ async function needsAccessDecorator(results)
|
|
|
1377
1373
|
function doesUserNeedAccessToContent(result, userPermissions)
|
|
1378
1374
|
{
|
|
1379
1375
|
const permissions = new Set(result?.permission_id ?? []);
|
|
1380
|
-
if (permissions.
|
|
1376
|
+
if (permissions.size === 0) {
|
|
1381
1377
|
return false;
|
|
1382
1378
|
}
|
|
1383
1379
|
for (let permission of permissions) {
|
|
File without changes
|