From 74c6e1259c15ce09f323f7807b78e80fe3e06d7a Mon Sep 17 00:00:00 2001 From: zemion Date: Tue, 7 Jul 2026 21:56:24 +0200 Subject: [PATCH] Delete page "Repo-README.-" --- Repo-README.-.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 Repo-README.-.md diff --git a/Repo-README.-.md b/Repo-README.-.md deleted file mode 100644 index a6dfabf..0000000 --- a/Repo-README.-.md +++ /dev/null @@ -1,32 +0,0 @@ - - -> Mirrored from `/mnt/DATA/git/govoplan-admin/README.md`. -> Origin: `repository`. -> Active tasks and changing state belong in Gitea issues; this wiki page is durable project context. - ---- -# GovOPlaN Admin - -`govoplan-admin` owns generic system administration API and WebUI contributions -during the GovOPlaN module split. - -This repository owns the live `governance_templates` and -`governance_template_assignments` tables while preserving their historical -table names. It contributes the stable -`/api/v1/admin/system/governance-templates` routes and owns governance-template -CRUD plus materialization into access-owned tenant groups and roles. - -## WebUI Package - -The repository root and `webui/` directory both expose the package -`@govoplan/admin-webui`. The package does not contribute the `/admin` route -itself; `govoplan-access` owns the route shell. Instead, admin contributes -section entries through core's `admin.sections` UI capability: - -- overview -- system settings -- governance template tenant roles -- governance template groups - -The route shell in access collects those sections at runtime, applies their -scope requirements, and renders them without importing admin package internals.