documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,34 @@
{
"type": "source_verification",
"capturedAtUtc": "2026-02-11T14:10:28.7292971Z",
"feature": "risk-dashboard-ui",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.ts",
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.html",
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.scss",
"src/Web/StellaOps.Web/src/tests/risk/risk-dashboard-ui.behavior.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.ts",
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.html",
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.scss",
"src/Web/StellaOps.Web/src/tests/risk/risk-dashboard-ui.behavior.spec.ts"
],
"missing": [
],
"symbolChecks": [
{
"symbol": "RiskDashboardComponent",
"path": "src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.ts",
"found": true
},
{
"symbol": "applyFilters",
"path": "src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.ts",
"found": true
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T14:10:28.7292971Z"
}

View File

@@ -0,0 +1,28 @@
{
"type": "build_test",
"capturedAtUtc": "2026-02-11T14:10:28.7292971Z",
"commands": [
{
"cmd": "npm run test -- --watch=false --include src/tests/risk/risk-dashboard-ui.behavior.spec.ts --no-progress",
"result": "fail",
"note": "Failure-first run exposed fallback mismatch: dashboard rendered generic empty state during API error conditions."
},
{
"cmd": "npm run test -- --watch=false --include src/tests/risk/risk-dashboard-ui.behavior.spec.ts --no-progress",
"result": "pass",
"note": "After fix: dashboard surfaces explicit error-state guidance and alert semantics when list data is unavailable due to API failure."
},
{
"cmd": "npm run test -- --watch=false --include src/tests/proof_chain/proof-graph-ux.behavior.spec.ts --include src/tests/proofs/proof-ledger-view.behavior.spec.ts --include src/tests/proof_spine/proof-linked-vex-ui.behavior.spec.ts --include src/tests/proof_spine/proof-spine-ui-component.behavior.spec.ts --include src/tests/proof_studio/proof-studio-with-what-if-slider-and-confidence-factors.behavior.spec.ts --include src/tests/quick_verify/quick-verify-drawer-ui-component.behavior.spec.ts --include src/tests/registry_admin/registry-admin-ui.behavior.spec.ts --include src/tests/security/release-aware-security-findings.behavior.spec.ts --include src/tests/releases/release-management-ui.behavior.spec.ts --include src/tests/release_orchestrator/release-orchestrator-dashboard-ui.behavior.spec.ts --include src/tests/releases/releases-list-and-detail-pages.behavior.spec.ts --include src/tests/triage/remediation-pr-ui-wiring.behavior.spec.ts --include src/tests/replay/reproduce-button-with-deterministic-replay-progress.behavior.spec.ts --include src/tests/approvals/request-exception-modal-with-drag-and-drop.behavior.spec.ts --include src/tests/risk/risk-budget-burn-up-chart.behavior.spec.ts --include src/tests/risk/risk-budget-configuration-ui.behavior.spec.ts --include src/tests/risk/risk-budget-kpi-dashboard-with-badges.behavior.spec.ts --include src/tests/risk/risk-dashboard-ui.behavior.spec.ts --no-progress",
"result": "pass",
"note": "Regression subset passed (18 files / 45 tests)."
},
{
"cmd": "npm run build",
"result": "pass",
"note": "Web build completed with known baseline Angular/style/CommonJS warnings tracked as non-blocking sprint risk."
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T14:10:28.7292971Z"
}

View File

@@ -0,0 +1,35 @@
{
"type": "integration",
"harness": "Angular risk dashboard UI behavior tests",
"capturedAtUtc": "2026-02-11T14:10:28.7292971Z",
"steps": [
{
"description": "Verify risk dashboard filter interactions issue deterministic fetch requests with trimmed search and selected severity values.",
"evidence": [
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.ts",
"src/Web/StellaOps.Web/src/tests/risk/risk-dashboard-ui.behavior.spec.ts"
],
"result": "pass"
},
{
"description": "Verify API failure path renders explicit error-state guidance rather than misleading generic empty-state copy.",
"evidence": [
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.html",
"src/Web/StellaOps.Web/src/app/features/risk/risk-dashboard.component.scss",
"src/Web/StellaOps.Web/src/tests/risk/risk-dashboard-ui.behavior.spec.ts"
],
"result": "pass"
},
{
"description": "Verify dashboard UI changes remain regression-safe across previously verified release, triage, replay, and risk budget flows.",
"evidence": [
"src/Web/StellaOps.Web/src/tests/risk/risk-dashboard-ui.behavior.spec.ts",
"src/Web/StellaOps.Web/src/tests/risk/risk-budget-configuration-ui.behavior.spec.ts",
"src/Web/StellaOps.Web/src/tests/risk/risk-budget-kpi-dashboard-with-badges.behavior.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T14:10:28.7292971Z"
}