openedx / openedx/frontend-app-authoring
Deep dive into the usage/removal of feature waffle flags
Open
@farhan is already working on this.
Since Jul 21, 2026.
epic
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 218
- Avg merge
- 9d 20h
- Merged PRs (30d)
- 20
Description
Summary
In this umbrella story we will perform a deep dive into the usage and discuss on the removal of feature waffle flags.
Background
These flags were used to progressively roll out features. Flags with default `false` must be hardcoded to `true` wherever consumed before their definitions are removed.
Flags to Remove:
enableCourseOptimizer[Not removing as discussed in comments]enableAuthzCourseAuthoringuseVideoGalleryFlowuseReactMarkdownEditorenableCourseOptimizerCheckPrevRunLinks
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.