Skip to content

Commit

Permalink
Updating channel and collection specific primaryCategory (#2352)
Browse files Browse the repository at this point in the history
* Issue #0000 feat: Adding api manager proxy endpoint for assessment items

* Issue #0000 feat: Adding api manager private proxy endpoint for assessment items

* Issue #DIK-4909 feat: Updating channel and collection specific primaryCategory

* Issue #0000 feat: Removing unwanted code

* Issue #DIK-4909 feat: Updating channel and collection specific primaryCategory
  • Loading branch information
amitpriyadarshi authored Mar 23, 2021
1 parent f627826 commit 144cd4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,11 @@ objectcategorydefinition.keyspace="{{ lp_cassandra_keyspace_prefix }}_category_s
#Default objectCategory mapping for channel
channel {
content{
primarycategories=["Course Assessment", "eTextbook", "Explanation Content", "Learning Resource", "Practice Question Set", "Teacher Resource"]
primarycategories=["Course Assessment", "eTextbook", "Explanation Content", "Learning Resource", "Practice Question Set", "Teacher Resource", "Exam Question"]
additionalcategories=["Classroom Teaching Video", "Concept Map", "Curiosity Question Set", "Experiential Resource", "Explanation Video", "Focus Spot", "Learning Outcome Definition", "Lesson Plan", "Marking Scheme Rubric", "Pedagogy Flow", "Previous Board Exam Papers", "TV Lesson", "Textbook"]
}
collection {
primarycategories=["Content Playlist", "Course", "Digital Textbook"]
primarycategories=["Content Playlist", "Course", "Digital Textbook", "Question paper"]
additionalcategories=["Textbook", "Lesson Plan"]
}
asset {
Expand Down

0 comments on commit 144cd4b

Please sign in to comment.