feat: switch to new Files & Uploads page #201
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Status
This is a draft, for now. I'll wrap it up and propose it for merging before Redwood so that the removal of studio-frontend can move forward.
TODOs for me:
Description
In Studio, this switches from the Django-rendered Files & Uploads page to the new version of the page in the course-authoring MFE.
Operators can opt-out for Redwood by disabling the
contentstore.new_studio_mfe.use_new_files_uploads_page
flag, either per-course or site-wide. Operators can also still disable the course-authoring MFE entirely. However, starting in Sumac, this option will be removed for the Files & Uploads page (and potentially for other pages) so we recommend that operators switch to the new page during Redwood.Part of: openedx/studio-frontend#381
Testing
TBD