Skip to main content

Portal Registry

Canonical list of UI portals in this monorepo. Each portal has a unique uppercase key used in VITE_* environment variable names (ADR-0031).

Portal KeyApp packageVariable prefixOwner groupEvidence
UI_COMMUNITYapps/ui-communityVITE_APP_UI_COMMUNITY_*ocm-app-ui-communityaddition-evidence.md
UI_STAFFapps/ui-staffVITE_APP_UI_STAFF_*ocm-app-ui-staffaddition-evidence.md
COMMONsharedVITE_COMMON_*ocm-common—

Adding a new portal​

  1. Choose a UI_<NAME> key (uppercase, underscores only).
  2. Add a row to this table.
  3. Create apps/docs/docs/portals/ui-<name>/addition-evidence.md from the template in ui-staff/addition-evidence.md.
  4. Create pipeline variable group ocm-app-ui-<name>.
  5. The ArchUnit env-var compliance test will enforce the naming automatically.

References​