docs(architecture): refresh containers + nx boundaries diagrams, add local-infra diagram #119

Merged
julien merged 1 commits from docs/architecture-refresh-infra-diagram into main 2026-05-13 11:15:04 +02:00

1 Commits

Author SHA1 Message Date
Julien Gautier 4af0269edf docs(architecture): refresh containers + nx boundaries diagrams, add local-infra diagram
CI / commits (pull_request) Successful in 2m2s
CI / scan (pull_request) Successful in 2m14s
CI / check (pull_request) Successful in 2m15s
CI / a11y (pull_request) Successful in 1m57s
CI / perf (pull_request) Successful in 4m54s
post-auth-track état-des-lieux of docs/architecture.md. three
small lies caught, one diagram added.

containers (§2):
  portal-admin (adr-0020) was missing from the c4 level-2 view
  despite being scaffolded under apps/portal-admin and shipping
  its own session cookie. added as a sibling spa on a distinct
  origin with its own session (__host-portal_admin_session),
  and the bff box now distinguishes /api/* (end-user) from
  /api/admin/* (rbac + @requiremfa).

nx boundaries (§3):
  - shared-ui was drawn under scope:portal-shell. its actual tag
    in project.json is scope:shared. same for shared-state, which
    wasn't on the diagram at all. both moved to the scope:shared
    bubble.
  - portal-admin absent. added with planned (dashed) edges to the
    shared libs; no scope:portal-admin row exists yet in
    eslint.config.mjs, that's a follow-up when admin modules grow.
  - the "forbidden" examples framed shared-tokens ⟶ shared-ui as a
    narrower-scope violation. both are scope:shared / type:shared,
    so depConstraints actually permit it. replaced with examples
    that are genuinely lint-enforced.

local dev infrastructure (§5, new):
  visualises what `docker compose up` starts: postgres + redis +
  otel-collector always-up, plus opt-in profiles dbtools (pgweb),
  observability (jaeger), serve-static (caddy per adr-0019).
  shows ports, named volumes, bring-up cheat sheet, and the
  separate ci-runners stack (apf-portal-ci-runners, dedicated
  network). source links point at the compose files so a
  contributor chases details in one click.

to-be-added table:
  trace-context-propagation row updated — its trigger ("first
  observability instrumentation lands") was already met. now
  flagged as overdue / pending a follow-up.

also carries the one-line mermaid syntax fix on §4's `squash`
node (parens-inside-label needed quoting). pre-existing local
edit.
2026-05-13 11:11:41 +02:00