1.9 KiB
1.9 KiB
Verdict Replay Controls UI (Trigger + Status + Compare)
Module
Web
Status
IMPLEMENTED
Description
UI controls for triggering verdict replays, monitoring replay status, and comparing replay results against original verdicts. Includes offline verification workflow (upload bundle, verify, show chain) and checksum verification UI with SHA-256 display.
Implementation Details
- Feature directory:
src/Web/StellaOps.Web/src/app/features/verdicts/ - Components:
evidence-graph(src/Web/StellaOps.Web/src/app/features/verdicts/components/evidence-graph/evidence-graph.component.ts)policy-breadcrumb(src/Web/StellaOps.Web/src/app/features/verdicts/components/policy-breadcrumb/policy-breadcrumb.component.ts)verdict-actions(src/Web/StellaOps.Web/src/app/features/verdicts/components/verdict-actions/verdict-actions.component.ts)verdict-detail-panel(src/Web/StellaOps.Web/src/app/features/verdicts/components/verdict-detail-panel/verdict-detail-panel.component.ts)
- Services:
verdict(src/Web/StellaOps.Web/src/app/features/verdicts/services/verdict.service.ts)
- Models:
src/Web/StellaOps.Web/src/app/features/verdicts/models/verdict.models.ts
- Source: SPRINT_20251229_016_FE_evidence_export_replay_ui.md
E2E Test Plan
- Setup:
- Log in with a user that has appropriate permissions
- Navigate to
/triage/artifacts/:artifactId - Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
- Core verification:
- Verify the component renders correctly with sample data
- Verify interactive elements respond to user input
- Verify data is fetched and displayed from the correct API endpoints
- Edge cases:
- Verify graceful handling when backend API is unavailable (error state)
- Verify responsive layout at different viewport sizes
- Verify accessibility (keyboard navigation, screen reader labels, ARIA attributes)