semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,28 @@
# Triage Inbox Angular Component (3-Pane Layout)
## Module
Web
## Status
IMPLEMENTED
## Description
3-pane Angular UI for exploit-path-based triage: left pane (path list with risk badges, quiet/active toggle, search), center pane (CVE list, package/symbol info, entry point, exceptions), right pane (collapsible reach graph, symbol map, VEX claims, export). Uses Cytoscape.js for graph visualization.
## Implementation Details
- **Feature directory**: `src/Web/StellaOps.Web/src/app/` (search for related components)
- **Source**: SPRINT_3900_0003_0001_exploit_path_inbox_proof_bundles.md
## E2E Test Plan
- **Setup**:
- [ ] Log in with a user that has appropriate permissions
- [ ] Navigate to `/triage/artifacts`
- [ ] Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
- **Core verification**:
- [ ] Verify the triage list loads with findings/items to review
- [ ] Verify triaging actions (accept, dismiss, override) update item status
- [ ] Verify keyboard shortcuts work for rapid triage navigation
- **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)