URL Map¶
Root route mappings are defined in app/app/urls.py.
Prefix Ownership¶
| Prefix | Owner | Purpose |
|---|---|---|
/admin/ | Django admin | administrative controls |
/accounts/ | allauth | account/authentication flows |
/ | core | platform shell, dashboard, shared routes |
/portfolio/ | portfolio_mgmt | governance context |
/sysarch/ | sysarch_mgmt | architecture views |
/sysdef/ | sysdef_mgmt | system definitions |
/scope/ | scope_mgmt | scope and allocation workflows |
/project-interface/ | project_interface_mgmt | project interface coordination |
/interface/ | interface_mgmt | interface lifecycle |
/requirements-mgmt/ | requirements_mgmt | requirements lifecycle |
/verification-validation/ | verification_validation_mgmt | V&V plans/cases/results/defects |
/safety-assurance/ | safety_assurance | assurance workflows |
/analysis/ | analysis_mgmt | analysis workflows |
/diagrams/ | diagrams_mgmt | diagram authoring/sync |
/baseline/ | baseline_mgmt | baseline and release governance |
/impact-assessment/ | impact_assessment | impact analysis |
/ops/ | ops_mgmt | operations readiness |
Maintenance Rules¶
- update prefix map whenever
app/app/urls.pychanges - keep module ownership explicit and singular for each prefix
- avoid aliasing the same capability under multiple root prefixes