Sync Repo-README from project files

2026-07-07 02:20:52 +02:00
parent b1b1ad162f
commit f7b6f8710c

@@ -1,4 +1,4 @@
<!-- codex-wiki-sync:27a8b95113b862e14a2d7c1c --> <!-- codex-wiki-sync:d5efaa62eaa3add63f853557 -->
> Mirrored from `/mnt/DATA/git/govoplan-access/README.md`. > Mirrored from `/mnt/DATA/git/govoplan-access/README.md`.
> Origin: `repository`. > Origin: `repository`.
@@ -13,20 +13,20 @@ administration.
The repository contains the extracted access seed implementation under The repository contains the extracted access seed implementation under
`src/govoplan_access/backend`. Session, API-key, and password helper services, `src/govoplan_access/backend`. Session, API-key, and password helper services,
interactive auth routes, and the legacy administration router are already interactive auth routes, FastAPI auth dependencies, and the legacy
owned here and exposed through core compatibility imports while the staged administration router are owned here. Access-side admin service helpers remain
extraction continues. Access-side admin service helpers remain here for users, here for users, groups, roles, system accounts, sessions, API keys, tenant
groups, roles, system accounts, sessions, API keys, and tenant access access enforcement, admin/audit lookup capabilities, tenant owner
enforcement. Governance-template CRUD and materialization live in provisioning, and governance-template materialization into access-owned groups
`govoplan-admin`. The transitional administration WebUI route shell and and roles. Governance-template metadata CRUD lives in `govoplan-admin`. The
transitional administration WebUI route shell and
access-owned panels live under `webui/src` as `@govoplan/access-webui`. Generic access-owned panels live under `webui/src` as `@govoplan/access-webui`. Generic
system administration panels are contributed by `@govoplan/admin-webui` through system administration panels are contributed by `@govoplan/admin-webui` through
core's `admin.sections` UI capability. Live access ORM models are defined here core's `admin.sections` UI capability. Live access ORM models are defined here
while retaining their historical table names; tenant records live in while retaining their historical table names; tenant records live in
`govoplan-tenancy`, governance templates in `govoplan-admin`, audit logs in `govoplan-tenancy`, governance templates in `govoplan-admin`, audit logs in
`govoplan-audit`, and system settings in `govoplan-core`. `govoplan-core` keeps `govoplan-audit`, and system settings in `govoplan-core`. The staged
compatibility re-exports for older import paths. The staged extraction path is extraction path is documented in:
documented in:
- `/mnt/DATA/git/govoplan-core/docs/ACCESS_EXTRACTION_PLAN.md` - `/mnt/DATA/git/govoplan-core/docs/ACCESS_EXTRACTION_PLAN.md`
- `/mnt/DATA/git/govoplan-core/docs/MODULE_ARCHITECTURE.md` - `/mnt/DATA/git/govoplan-core/docs/MODULE_ARCHITECTURE.md`
@@ -46,6 +46,9 @@ This module will own:
- permission evaluation - permission evaluation
- access administration backend routes - access administration backend routes
- access administration WebUI route contributions - access administration WebUI route contributions
- published FastAPI auth dependency API
- access administration, tenant provisioning, and governance materializer
capabilities
- access-owned migrations - access-owned migrations
The governance-template routes under `/admin/system/governance-templates` are The governance-template routes under `/admin/system/governance-templates` are