From e1805f596d99e3a70e2ab9db7866bd5c16b589fe Mon Sep 17 00:00:00 2001 From: Julien Gautier Date: Fri, 15 May 2026 18:14:20 +0200 Subject: [PATCH] fix(portal-admin): adr refs point at gitea, not the madr template repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `audit.html` and `users.html` cited ADR-0013 / ADR-0020 with anchors pointing at `https://github.com/adr/madr` — that's the MADR _template_ repository, not our ADRs. Copy-paste artifact from the original authoring. Both links now resolve to the actual ADR file on Gitea (`https://git.unespace.com/julien/apf_portal/src/branch/main/docs/decisions/…`) so a reviewer who clicks lands on the right document. Surfacing the ADRs inside portal-admin is intentionally out of scope — the audience (APF internal admins, not architects) doesn't justify the markdown-rendering + BFF-filesystem coupling cost; a separate static- site for docs is a better fit and lands as its own chantier. --- apps/portal-admin/src/app/pages/audit/audit.html | 10 +++++++--- apps/portal-admin/src/app/pages/users/users.html | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/portal-admin/src/app/pages/audit/audit.html b/apps/portal-admin/src/app/pages/audit/audit.html index 261f4e0..ed398b8 100644 --- a/apps/portal-admin/src/app/pages/audit/audit.html +++ b/apps/portal-admin/src/app/pages/audit/audit.html @@ -3,9 +3,13 @@

Audit log

Read-only view of audit.events per - ADR-0013. Every query - run on this page emits its own admin.audit.query row — read access is itself - auditable. + ADR-0013. Every query run on this page emits its own admin.audit.query row — read access + is itself auditable.

diff --git a/apps/portal-admin/src/app/pages/users/users.html b/apps/portal-admin/src/app/pages/users/users.html index da662ac..36ff170 100644 --- a/apps/portal-admin/src/app/pages/users/users.html +++ b/apps/portal-admin/src/app/pages/users/users.html @@ -3,9 +3,13 @@

Users

Read-only directory of every identity that has signed in to portal-shell or portal-admin per - ADR-0020. Every query - run on this page emits an admin.users.query audit row — directory access is - itself auditable. + ADR-0020. Every query run on this page emits an admin.users.query audit row — directory + access is itself auditable.