documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"feature": "proof-chain-verification-ui",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"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.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.service.ts",
|
||||
"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/tests/proof_chain/proof-chain.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"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.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.service.ts",
|
||||
"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/tests/proof_chain/proof-chain.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:39:54.1573915Z"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "build_test",
|
||||
"capturedAtUtc": "2026-02-11T11:39:54.1573915Z",
|
||||
"commands": [
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proof_chain/proof-chain.component.spec.ts",
|
||||
"result": "fail",
|
||||
"note": "Failure-first harness exposed initial chain load race where graph was not rendered when API emitted before ViewChild graph container availability."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proof_chain/proof-chain.component.spec.ts",
|
||||
"result": "pass",
|
||||
"note": "After fix: component renders chain in ngAfterViewInit when preloaded data exists."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --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"
|
||||
},
|
||||
{
|
||||
"cmd": "npm run build",
|
||||
"result": "pass",
|
||||
"note": "Completed with baseline non-blocking Angular warnings already tracked in sprint risks."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:39:54.1573915Z"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular proof-chain behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T11:39:54.1573915Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify proof-chain graph nodes render on initial data load even when chain data resolves before graph container ViewChild is initialized.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-chain.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify proof-chain summary metadata (node/edge counts and anchored state) remains available after initial chain render.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proof-chain/proof-chain.component.html",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-chain.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify proof-chain route is mounted for subject-digest navigation in app routes.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:39:54.1573915Z"
|
||||
}
|
||||
Reference in New Issue
Block a user