openedx / openedx/openedx-platform
Remove API Endpoints related to switching experiences
@farhan is already working on this.
Since Jun 9, 2026.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
Studio currently has an API endpoint that uses the values of the various backend waffle flags so that they can be used to make experience decisions in the authoring frontend.
See cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py for the relevant serializer.
As we drop the backend waffle flags, we're setting the return values for the data to the new final value. Before this work can be completed, we should drop the useless API data from the api and update any frontends consuming it.
relevant api: api
relevant serializer having some hard coded values: serializer
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.