Problem
Routes are defined in two places with different path sets, but only one is mounted, making updates error-prone.
Evidence
Scope
Frontend-only. No API needed.
Contributor Task
- Consolidate routing into one source of truth.
- Remove or deprecate the unused route map.
Done When
- Only one route definition source is used in runtime.
- Navbar and page routes are derived from the same route set.
Problem
Routes are defined in two places with different path sets, but only one is mounted, making updates error-prone.
Evidence
Scope
Frontend-only. No API needed.
Contributor Task
Done When