You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These should be defined in edx-platform (in the content_libraries django app) to handle permission checks and interface with the Collection model defined in openedx_learning repo.
Similar to how the taxonomy views and apis are implemented.
For permissions, use the ContentLibrary associated with the Collection's LearningPackage to determine the user's permissions on the Collection. If the LearningPackage is not associated with a ContentLibrary, raise an error.
@bradenmacdonald To clarify: we should use the ContentLibrary associated with the Collection's LearningPackage to determine the user's permissions on the Collection?
DREST API to be able to query/manipulate the instances of the newly created Collection Model ([Libraries] [Collections] [Backend] Collections model in Learning Core #225).content_libraries
django app) to handle permission checks and interface with the Collection model defined inopenedx_learning
repo.The text was updated successfully, but these errors were encountered: