-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Libraries] [Collections] [Backend] Add tags to collections #228
Comments
21 tasks
Part 2 of this ticket:
|
Backend changes have been deployed to the sandbox; nothing to AC test here :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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's
org
can be pulled from the associated ContentLibrary.The text was updated successfully, but these errors were encountered: