documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"feature": "proof-graph-ux",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.scss",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/components/proof-detail-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/components/verification-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-chain.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-graph-ux.behavior.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.scss",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/components/proof-detail-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/components/verification-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-chain.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-graph-ux.behavior.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:56:23.1339857Z"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "build_test",
|
||||
"capturedAtUtc": "2026-02-11T11:56:23.1339857Z",
|
||||
"commands": [
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proof_chain/proof-graph-ux.behavior.spec.ts",
|
||||
"result": "fail",
|
||||
"note": "Failure-first harness exposed missing explicit empty-graph UX and missing keyboard/ARIA interaction path for proof nodes."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proof_chain/proof-graph-ux.behavior.spec.ts",
|
||||
"result": "pass",
|
||||
"note": "After fix: empty-graph state is rendered and proof nodes support keyboard drill-down with ARIA labels."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proof_chain/proof-chain.component.spec.ts --include src/tests/proof_chain/proof-graph-ux.behavior.spec.ts",
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proof_chain/proof-graph-ux.behavior.spec.ts --include src/tests/proof_chain/proof-chain.component.spec.ts --include src/tests/approvals/promotion-approval-queue.behavior.spec.ts --include src/tests/approvals/approvals-inbox.component.spec.ts --include src/tests/approvals/approval-detail-page.component.spec.ts --include src/tests/policy_studio/policy-editor.error-state.spec.ts --include src/tests/policy_studio/policy-workspace.behavior.spec.ts --include src/tests/policy_governance/risk-budget-dashboard.component.spec.ts --include src/tests/policy_gates/policy-preview-panel.component.spec.ts --include src/tests/verdicts/policy-breadcrumb.component.spec.ts --include src/tests/opsmemory/playbook-suggestion-service.spec.ts --include src/tests/platform_health/platform-health-dashboard.spec.ts --include src/tests/lineage/pinned-explanations-panel.spec.ts --include src/tests/overlays/overlay-host-component.spec.ts --include src/tests/workspaces/operator-auditor-mode-toggle.spec.ts --include src/tests/quotas/operator-quota-dashboard.spec.ts --include src/tests/binary_index/patch-map.component.spec.ts",
|
||||
"result": "pass",
|
||||
"note": "Regression subset passed (17 files / 42 tests)."
|
||||
},
|
||||
{
|
||||
"cmd": "npm run build",
|
||||
"result": "pass",
|
||||
"note": "Completed with existing baseline Angular warnings and style budget warnings already tracked as non-blocking sprint risks."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:56:23.1339857Z"
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular proof graph UX behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T11:56:23.1339857Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify proof graph empty-state messaging is explicit and actionable when chain data contains no nodes.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.scss",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-graph-ux.behavior.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify proof graph nodes support keyboard activation and ARIA labels for accessible detail drill-down.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-graph-ux.behavior.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify proof graph continues to render populated chain nodes and summary metadata for nominal flow.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-chain.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify API failure state surfaces user-visible retry controls when proof-chain load fails.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-graph-ux.behavior.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.html"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:56:23.1339857Z"
|
||||
}
|
||||
Reference in New Issue
Block a user