one more save checkpoint

This commit is contained in:
master
2026-02-11 01:32:51 +02:00
parent cf5b72974f
commit fa4823f46c
37 changed files with 944 additions and 0 deletions

View File

@@ -0,0 +1,100 @@
# Sprint 20260210_026_FE - Web Feature Verification Batch 14
## Topic & Scope
- Continue deterministic alphabetical verification for the next unchecked Web features: environment management UI, evidence card UI export, evidence center hub, and evidence packet drawer.
- Produce Tier 0/1/2 evidence, resolve scoped UI/test harness gaps, and move verified docs to `checked/`.
- Maintain deterministic Angular harness coverage for each feature.
- Working directory: `src/Web/StellaOps.Web`.
- Expected evidence: focused tests, scoped QA fixes, run artifacts, checked docs, archived sprint.
## Dependencies & Concurrency
- Depends on `docs-archived/implplan/SPRINT_20260210_025_FE_web_feature_verification_batch13.md`.
- Safe parallelism:
- Tier 0 source verification may run in parallel.
- Tier 1/Tier 2 checks run sequentially to avoid Angular test runner collisions.
- Cross-module edits explicitly allowed:
- `docs/features/unchecked/web/**`
- `docs/features/checked/web/**`
- `docs/qa/feature-checks/runs/web/**`
- `docs/implplan/**`
- `docs-archived/implplan/**` (archive step only)
## Documentation Prerequisites
- `AGENTS.md`
- `docs/qa/feature-checks/FLOW.md`
- `docs/code-of-conduct/TESTING_PRACTICES.md`
- `src/Web/StellaOps.Web/AGENTS.md`
## Delivery Tracker
### FE-WEB-B14-001 - Verify environment management UI
Status: DOING
Dependency: none
Owners: QA / Test Automation
Task description:
- Validate environment list/detail/controls surfaces for release-orchestrator environment management workflows.
- Confirm deterministic rendering and interaction behavior for environment operations.
Completion criteria:
- [ ] Tier 0/1/2 artifacts exist under `docs/qa/feature-checks/runs/web/environment-management-ui/run-001/`.
- [ ] Feature doc moved to `docs/features/checked/web/environment-management-ui.md` with `Status: VERIFIED`.
### FE-WEB-B14-002 - Verify evidence card UI export
Status: TODO
Dependency: FE-WEB-B14-001
Owners: QA / Test Automation
Task description:
- Validate evidence card rendering and export action behaviors.
- Confirm deterministic export wiring and state indicators.
Completion criteria:
- [ ] Tier 0/1/2 artifacts exist under `docs/qa/feature-checks/runs/web/evidence-card-ui-export/run-001/`.
- [ ] Feature doc moved to `docs/features/checked/web/evidence-card-ui-export.md` with `Status: VERIFIED`.
### FE-WEB-B14-003 - Verify evidence center hub
Status: TODO
Dependency: FE-WEB-B14-002
Owners: QA / Test Automation
Task description:
- Validate evidence center hub aggregation views and navigation/event flows.
- Confirm deterministic evidence status and summary rendering.
Completion criteria:
- [ ] Tier 0/1/2 artifacts exist under `docs/qa/feature-checks/runs/web/evidence-center-hub/run-001/`.
- [ ] Feature doc moved to `docs/features/checked/web/evidence-center-hub.md` with `Status: VERIFIED`.
### FE-WEB-B14-004 - Verify evidence packet drawer
Status: TODO
Dependency: FE-WEB-B14-003
Owners: QA / Test Automation
Task description:
- Validate evidence packet drawer open/close behavior, content hydration, and action controls.
- Confirm deterministic handling of packet metadata and linked actions.
Completion criteria:
- [ ] Tier 0/1/2 artifacts exist under `docs/qa/feature-checks/runs/web/evidence-packet-drawer/run-001/`.
- [ ] Feature doc moved to `docs/features/checked/web/evidence-packet-drawer.md` with `Status: VERIFIED`.
### FE-WEB-B14-005 - Archive sprint and continue queue progression
Status: TODO
Dependency: FE-WEB-B14-004
Owners: QA / Test Automation
Task description:
- Ensure all tasks are `DONE`, record outcomes/risks, archive sprint, and continue to the next alphabetical batch.
Completion criteria:
- [ ] Sprint file moved to `docs-archived/implplan/`.
- [ ] No task remains `TODO`, `DOING`, or `BLOCKED`.
## Execution Log
| Date (UTC) | Update | Owner |
| --- | --- | --- |
| 2026-02-10 | Sprint created; FE-WEB-B14-001 started for batch 14 web feature verification. | QA |
## Decisions & Risks
- Decision: prioritize deterministic component-level harnesses where route-level bootstrap is expensive.
- Risk: legacy specs outside `src/tests` remain excluded by include patterns in current runner configuration.
- Mitigation: add scoped `src/tests/**` coverage for each feature and keep assertions behavior-focused.
## Next Checkpoints
- 2026-02-10: complete FE-WEB-B14-001..004 and archive sprint.