...
\uD83D\uDC65 Participants
...
⏮️ Previous TODOs
Task report | ||||||
---|---|---|---|---|---|---|
|
\uD83D\uDDE3 Discussion topics
Time
Item | Presenter | Notes |
---|---|---|
Frontend-app-authoring issues and libraries |
| |
Django | ||
Setup.py related maintenance | ||
maintainer-at-large status | ||
(Time permitting) Devstack settings deprecation | https://github.com/openedx/public-engineering/issues/247 Tutor's dev settings are a thin layer on top of its common settings overrides, which are always used with the yaml-based production.py. That means that "rebasing" Tutor's dev settings on to yaml-free common.py actually adds a ton of complex differences between Tutor's prod and dev, not to mention that it would break any tutor plugins that used yaml overrides.a It seems that if we're going to rebase tutor's dev settings onto common.py, then we should do the same tutor's prod settings, and couple it together with a broader yaml deprecation. That does majorly increase the scope of this effort, probably turns it into a next-year project. Curious if you agree or if there's any small-bite work that you think I'm missing. | |
Discussion about a potential new ADR |
✅ Action items
- Next: Maintenance at large
- Next: Other upcoming maintenance - Django, Setup.py
- Kyle McCormick create an ADR about the approach to settings files in edx-platform and how we want to orient them eg. common.py → production.py → development.py or testing.py (desired but not true right now)
⤴ Decisions
- FC work tracking happens in the
public-engineering
repo.