42 lines
2.0 KiB
Markdown
42 lines
2.0 KiB
Markdown
# SBOM Sources Manager UI (List + Detail + 6-Step Wizard)
|
|
|
|
## Module
|
|
Web
|
|
|
|
## Status
|
|
VERIFIED
|
|
|
|
## Description
|
|
Full SBOM Sources management UI with sources list page (status badges, last-run times, filtering), source detail page (run history, configuration), and 6-step add/edit wizard (type selection, basic info, type-specific config, credentials, schedule, review+test).
|
|
|
|
## Implementation Details
|
|
- **Feature directory**: `src/Web/StellaOps.Web/src/app/features/sbom-sources/`
|
|
- **Routes**: `sbom-sources.routes.ts`
|
|
- **Components**:
|
|
- `source-detail` (`src/Web/StellaOps.Web/src/app/features/sbom-sources/components/source-detail/source-detail.component.ts`)
|
|
- `source-wizard` (`src/Web/StellaOps.Web/src/app/features/sbom-sources/components/source-wizard/source-wizard.component.ts`)
|
|
- `sources-list` (`src/Web/StellaOps.Web/src/app/features/sbom-sources/components/sources-list/sources-list.component.ts`)
|
|
- **Services**:
|
|
- `sbom-sources` (`src/Web/StellaOps.Web/src/app/features/sbom-sources/services/sbom-sources.service.ts`)
|
|
- **Models**:
|
|
- `src/Web/StellaOps.Web/src/app/features/sbom-sources/models/sbom-source.models.ts`
|
|
- **Source**: SPRINT_20251229_003_FE_sbom_sources_ui.md
|
|
|
|
## E2E Test Plan
|
|
- **Setup**:
|
|
- [ ] Log in with a user that has appropriate permissions
|
|
- [ ] Navigate to `/sbom-sources`
|
|
- [ ] 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)
|
|
|
|
## Verification
|
|
- Run: `docs/qa/feature-checks/runs/web/sbom-sources-manager-ui/run-001/`
|
|
- Date (UTC): 2026-02-11
|