Closed bradenmacdonald closed 1 month ago
Part 2 of this ticket:
object_key
. Should probably live in content_libraries.api
, since it needs the ContentLibrary's key?object_key
and tags
field to the collection's Meilisearch index, using the same format as used for tagged components.Backend changes have been deployed to the sandbox; nothing to AC test here :)
Update the edx-platform tagging/content_library APIs so that users with appropriate permissions can add/remove tags from collections. No changes to
openedx-learning
are expected for this ticket.Notes:
ObjectTag
instance whereobject_id
would be the key of the Collection being taggedCourseKey
,LibraryLocatorV2
or aUsageKey
.CollectionKey
in the opaquekeys repo, that could look something like:lib-collection:org:lib:collection-id
. The Collection'sorg
can be pulled from the associated ContentLibrary.