[Task] Move access admin WebUI pages to module route contributions #51

Closed
opened 2026-07-06 11:34:11 +02:00 by zemion · 1 comment
Owner

Imported from the GovOPlaN access extraction plan immediate backlog.

  • Source: /mnt/DATA/git/govoplan-core/docs/ACCESS_EXTRACTION_PLAN.md
  • Line: 346
  • Section: Immediate Backlog
  • Source status: open

Imported backlog item:

- [ ] Move access admin WebUI pages to module route contributions.
<!-- codex-backlog-fingerprint:f55b4b2c3de373dc8ad19e64 --> Imported from the GovOPlaN access extraction plan immediate backlog. - Source: `/mnt/DATA/git/govoplan-core/docs/ACCESS_EXTRACTION_PLAN.md` - Line: `346` - Section: `Immediate Backlog` - Source status: `open` Imported backlog item: ```markdown - [ ] Move access admin WebUI pages to module route contributions. ```
zemion added this to the Access Extraction milestone 2026-07-06 12:50:45 +02:00
Author
Owner

Codex status: done.

Completed evidence:

  • govoplan-access/webui/src/module.ts exports a serializable /admin route/nav contribution.
  • govoplan-access/src/govoplan_access/backend/manifest.py declares the matching FrontendModule metadata.
  • Core module-system tests verify the access frontend package, route, nav item, and icon metadata.

Verification:

  • ./.venv/bin/python -m unittest tests.test_access_contracts tests.test_module_system -> 66 tests OK
  • ./.venv/bin/python scripts/check_dependency_boundaries.py -> passed, 0 transitional exceptions

Closing because access admin WebUI pages have moved to module route contributions.

Codex status: done. Completed evidence: - `govoplan-access/webui/src/module.ts` exports a serializable `/admin` route/nav contribution. - `govoplan-access/src/govoplan_access/backend/manifest.py` declares the matching `FrontendModule` metadata. - Core module-system tests verify the access frontend package, route, nav item, and icon metadata. Verification: - `./.venv/bin/python -m unittest tests.test_access_contracts tests.test_module_system` -> 66 tests OK - `./.venv/bin/python scripts/check_dependency_boundaries.py` -> passed, 0 transitional exceptions Closing because access admin WebUI pages have moved to module route contributions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#51
No description provided.