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
Based on the discovery in #242, implement a new databased model and API in openedx-learning or edx-platform that tracks all of the upstream-downstream content links.
Create PublishableEntityLink and PublishableEntityLinkStatus db tables and add a management command that allows admins to recreate PublishableEntityLink table data from course xblocks for given courses. If possible allow admins to run the command via django admin page.
Create handlers to create/update/delete rows from PublishableEntityLink table on different openedx events.
The text was updated successfully, but these errors were encountered:
navinkarkera
changed the title
Implement backend API for tracking upstream-downstream content links
Implement backend for tracking upstream-downstream content links
Jan 2, 2025
Based on the discovery in #242, implement a new databased model and API in openedx-learning or edx-platform that tracks all of the upstream-downstream content links.
PublishableEntityLink
andPublishableEntityLinkStatus
db tables and add a management command that allows admins to recreatePublishableEntityLink
table data from course xblocks for given courses. If possible allow admins to run the command via django admin page.PublishableEntityLink
table on different openedx events.The text was updated successfully, but these errors were encountered: