stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -4,8 +4,8 @@
Design and build the StellaOps web user experience that surfaces backend capabilities (Authority, Concelier, Exporters) through an offline-friendly Angular application.
## Team Composition
- **UX Specialist** defines user journeys, interaction patterns, accessibility guidelines, and visual design language.
- **Angular Engineers** implement the SPA, integrate with backend APIs, and ensure deterministic builds suitable for air-gapped deployments.
- **UX Specialist** ??? defines user journeys, interaction patterns, accessibility guidelines, and visual design language.
- **Angular Engineers** ??? implement the SPA, integrate with backend APIs, and ensure deterministic builds suitable for air-gapped deployments.
## Operating Principles
- Favor modular Angular architecture (feature modules, shared UI kit) with strong typing via latest TypeScript/Angular releases.
@@ -16,15 +16,15 @@ Design and build the StellaOps web user experience that surfaces backend capabil
- Branding uses Authority `/console/branding` and applies only whitelisted CSS variables.
## Key Paths
- `src/Web/StellaOps.Web` Angular workspace (to be scaffolded).
- `docs/` UX specs and mockups (to be added).
- `ops/` Web deployment manifests for air-gapped environments (future).
- `src/Web/StellaOps.Web` ??? Angular workspace (to be scaffolded).
- `docs/` ??? UX specs and mockups (to be added).
- `ops/` ??? Web deployment manifests for air-gapped environments (future).
## Reachability Drift UI (Sprint 3600)
### Components
- **PathViewerComponent** (`app/features/reachability/components/path-viewer/`) - Interactive call path visualization
- Displays entrypoint key nodes sink paths
- Displays entrypoint ??? key nodes ??? sink paths
- Highlights changed nodes with change kind indicators
- Supports collapse/expand for long paths
- **RiskDriftCardComponent** (`app/features/reachability/components/risk-drift-card/`) - Summary card for drift analysis
@@ -66,8 +66,8 @@ Design and build the StellaOps web user experience that surfaces backend capabil
## Required Reading
- `docs/modules/platform/architecture-overview.md`
- `docs/architecture/console-admin-rbac.md`
- `docs/architecture/console-branding.md`
- `docs/technical/architecture/console-admin-rbac.md`
- `docs/technical/architecture/console-branding.md`
## Working Agreement
- 1. Update task status to `DOING`/`DONE` in both correspoding sprint file `/docs/implplan/SPRINT_*.md` when you start or finish work.
@@ -75,3 +75,4 @@ Design and build the StellaOps web user experience that surfaces backend capabil
- 3. Keep changes deterministic (stable ordering, timestamps, hashes) and align with offline/air-gap expectations.
- 4. Coordinate doc updates, tests, and cross-guild communication whenever contracts or workflows change.
- 5. Revert to `TODO` if you pause the task without shipping changes; leave notes in commit/PR descriptions for context.