# StellaOps Web Frontend ## Mission 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. ## Operating Principles - Favor modular Angular architecture (feature modules, shared UI kit) with strong typing via latest TypeScript/Angular releases. - Align UI flows with backend contracts; coordinate with Authority and Concelier teams for API changes. - Keep assets and build outputs deterministic and cacheable for Offline Kit packaging. - Track work using the local `TASKS.md` board; keep statuses (TODO/DOING/REVIEW/BLOCKED/DONE) up to date. ## 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). ## Coordination - Sync with DevEx for project scaffolding and build pipelines. - Partner with Docs Guild to translate UX decisions into operator guides. - Collaborate with Security Guild to validate authentication flows and session handling. ## Required Reading - `docs/modules/platform/architecture-overview.md` ## Working Agreement - 1. Update task status to `DOING`/`DONE` in both correspoding sprint file `/docs/implplan/SPRINT_*.md` and the local `TASKS.md` when you start or finish work. - 2. Review this charter and the Required Reading documents before coding; confirm prerequisites are met. - 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.