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
@pomegranited I'm not sure if we want a module just for units, because there will also be subsections and sections in libraries in the future. Though now that I think about it, we could put "units" into its own module, or "content" (components + units/subsections/sections) into its own module or "containers" (units/subsections/sections) into its own module, but whatever we do it should just be an internal division of the code, and everything should still be available if you use from openedx.djangoapps.content_libraries import api as library_api
Based on the discussion in openedx/openedx-learning#282 , implement a new opaque key format for libraries (unless we decide we don't need one).
It should be very similar to LibraryUsageLocatorV2, but perhaps serialized as
lc:
for library container orls:
for library structure.The text was updated successfully, but these errors were encountered: