openedx / openedx/frontend-app-authoring
Remove unused <EditorContainer> and URL route
@diana-villalvazo-wgu is already working on this.
Since Jul 9, 2025.
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 218
- Avg merge
- 9d 20h
- Merged PRs (30d)
- 20
Description
To be done after 2025-09-14, because the legacy unit page still uses this URL route.
The URL route http://apps.local.openedx.io:2001/authoring/course/:courseId/editor/:type/:blockId was used when we had full-screen editors but now that they're in modals, the only use of this route is for the legacy unit page which is deprecated in Teak (off by default) and will be removed entirely before Ulmo.
The corresponding EditorContainer can be deleted at the same time, which is good because it's easily confused with the other EditorContainer which is still used.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.