Files
git.stella-ops.org/docs/features/unchecked/web/aoc-verification-action-with-cli-parity-guidance.md

36 lines
1.8 KiB
Markdown

# AOC Verification Action with CLI Parity Guidance
## Module
Web
## Status
IMPLEMENTED
## Description
AOC compliance verification action component that triggers tenant-scoped document verification with configurable time windows. Includes violation drilldown with by-violation and by-document view modes, raw document viewer, and CLI parity guidance showing equivalent CLI commands with flags and examples.
## Implementation Details
- **Feature directory**: `src/Web/StellaOps.Web/src/app/features/aoc-compliance/`
- **Routes**: `aoc-compliance.routes.ts`
- **Components**:
- `aoc-compliance-dashboard` (`src/Web/StellaOps.Web/src/app/features/aoc-compliance/aoc-compliance-dashboard.component.ts`)
- `compliance-report` (`src/Web/StellaOps.Web/src/app/features/aoc-compliance/compliance-report.component.ts`)
- `guard-violations-list` (`src/Web/StellaOps.Web/src/app/features/aoc-compliance/guard-violations-list.component.ts`)
- `ingestion-flow` (`src/Web/StellaOps.Web/src/app/features/aoc-compliance/ingestion-flow.component.ts`)
- `provenance-validator` (`src/Web/StellaOps.Web/src/app/features/aoc-compliance/provenance-validator.component.ts`)
- **Source**: Feature matrix scan
## E2E Test Plan
- **Setup**:
- [ ] Log in with a user that has appropriate permissions
- [ ] Navigate to `/ops/aoc`
- [ ] 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)