Files
git.stella-ops.org/docs/features/checked/web/audit-bundle-create-modal.md

69 lines
2.8 KiB
Markdown

# Audit Bundle Create Modal (3-Step Wizard)
## Module
Web
## Status
VERIFIED
## Description
Audit bundle creation flow is implemented with deterministic wizard progression for subject selection, evidence contents, review, and completion tracking.
## Implementation Details
- **Feature directory**: `src/Web/StellaOps.Web/src/app/features/triage/`
- **Routes**:
- `src/Web/StellaOps.Web/src/app/app.routes.ts` mounted at `/triage/audit-bundles/new`
- **Core files**:
- `src/Web/StellaOps.Web/src/app/features/triage/triage-audit-bundle-new.component.ts`
- `src/Web/StellaOps.Web/src/app/features/triage/triage-audit-bundle-new.component.html`
- `src/Web/StellaOps.Web/src/app/features/evidence/modals/audit-bundle-create-modal.component.ts`
- **Supporting contracts**:
- `src/Web/StellaOps.Web/src/app/core/api/audit-bundles.client.ts`
- `src/Web/StellaOps.Web/src/app/core/api/audit-bundles.models.ts`
- **Focused tests**:
- `src/Web/StellaOps.Web/src/tests/audit_bundle/triage-audit-bundle-new.component.spec.ts`
## Verification
- Date: 2026-02-10
- Run artifacts: `docs/qa/feature-checks/runs/web/audit-bundle-create-modal/run-001/`
- Tier results:
- `tier0-source-check.json`: pass
- `tier1-build-check.json`: pass
- `tier2-e2e-check.json`: pass
## Recheck (run-002)
- Date (UTC): 2026-02-10
- Status: VERIFIED (replayed)
- Tier 1 evidence: Angular build passed and checked-web suite passed 145/145.
- Tier 2 evidence: docs/qa/feature-checks/runs/web/audit-bundle-create-modal/run-002/tier2-e2e-check.json.
## Recheck (run-004)
- Date (UTC): 2026-02-10
- Status: VERIFIED (replayed)
- Tier 1 evidence: Angular build passed and checked-web suite passed 145/145 across 47 files.
- Tier 2 evidence: docs/qa/feature-checks/runs/web/audit-bundle-create-modal/run-004/tier2-e2e-check.json.
## Recheck (run-006)
- Date (UTC): 2026-02-11T06:20:40Z
- Status: VERIFIED (strict Tier 2 UI replay)
- Tier 2 evidence: docs/qa/feature-checks/runs/web/audit-bundle-create-modal/run-006/tier2-ui-check.json.
## Recheck (run-007)
- Date (UTC): 2026-03-08T12:23:30Z
- Status: VERIFIED (live gateway and service retest)
- Tier 1 evidence:
- `dotnet test src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj -v normal` passed `930/930`.
- `dotnet test src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaOps.Router.AspNet.Tests.csproj -v normal` passed `44/44`.
- Tier 2 evidence:
- `node src/Web/StellaOps.Web/output/playwright/repro-audit-bundle-live.cjs`
- Authenticated DPoP browser POST to `https://stella-ops.local/v1/audit-bundles` returned `202 Accepted`.
- Follow-up GET for `/v1/audit-bundles/bndl-c1045e529d8c48998257fbe6850948fb` returned `200` with `status: Completed`.
- The create page rendered the completed bundle hash and enabled the download action.