Problem
_DOMAINS is defined as a set in config.py:43 and as a list in sidebar.py:10 with the same values. Adding or changing a domain requires updating two files.
Solution
Keep _DOMAINS in config.py as the single source of truth. Import it in sidebar.py.
Acceptance Criteria
Difficulty: Easy
Problem
_DOMAINSis defined as asetinconfig.py:43and as alistinsidebar.py:10with the same values. Adding or changing a domain requires updating two files.Solution
Keep
_DOMAINSinconfig.pyas the single source of truth. Import it insidebar.py.Acceptance Criteria
_DOMAINSdefinitionDifficulty: Easy