Mark task 19 done and centralize map-color thresholds in settings_service

This commit is contained in:
2026-04-17 17:04:09 +02:00
parent 7a1cb0c46c
commit 4754f1407e
4 changed files with 76 additions and 103 deletions

View File

@@ -365,6 +365,8 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue.
**Docs changes needed:** Update `Docs/Refactoring.md`.
**Status:** Completed ✅
**Why this is needed:** Using a first-run setup service for ongoing runtime operations misleads developers into modifying the wrong service when behaviour needs to change. It also creates an implicit dependency between setup state and runtime configuration.
---