openedx / openedx/openedx-platform
Simplify edx-platform settings
Open
@feanil is already working on this.
Since Feb 4, 2025.
code health
documentation
initiative
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
Intended final settings structure
Open questions
- When exactly do we "rebase" Tutor's settings onto (lms,cms)/envs/(common,development)? Most likely, we should do it all at once when those four files are ready, as Tutor's settings are all coupled together into a Jinja hierarchy.
- Should the settings object should have same type signature between LMS and CMS?
Some general Testing Notes (Update as we improve this)
- Use the Settings Diffing tooling to check this
- See the testing instructions in previous PRs here:
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.