mlb-led-scoreboard
mlb-led-scoreboard copied to clipboard
Release v9.0.0
Required
- [x] Config migration feature
- [ ] Happy path testing for the config migration feature
- [ ] Rework
validate_config.py:- Should be read-only (changes must come from a migration)
- Should correctly associate and validate custom configs to its associated schema (ex.
config.jsonandconfig.alt.jsonbelong to the same config family referencingconfig.schema.json)
Nice to Have
- [ ] Refactor -- centralize config path strings to a helper that associates configs in the same config family (avoid brittle string interpolation all over the codebase)