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