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,24 @@
{
"feature": "registry-admin-ui",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/registry-admin/registry-admin.component.ts",
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-editor.component.ts",
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-audit.component.ts",
"src/Web/StellaOps.Web/src/app/core/api/registry-admin.client.ts",
"src/Web/StellaOps.Web/src/tests/registry_admin/registry-admin-ui.behavior.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/registry-admin/registry-admin.component.ts",
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-editor.component.ts",
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-audit.component.ts",
"src/Web/StellaOps.Web/src/app/core/api/registry-admin.client.ts",
"src/Web/StellaOps.Web/src/tests/registry_admin/registry-admin-ui.behavior.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T12:44:20.4991210Z"
}

View File

@@ -0,0 +1,28 @@
{
"type": "build_test",
"capturedAtUtc": "2026-02-11T12:44:20.4991210Z",
"commands": [
{
"cmd": "npm run test -- --watch=false --include src/tests/registry_admin/registry-admin-ui.behavior.spec.ts --no-progress",
"result": "fail",
"note": "Failure-first run exposed nondeterministic plan ordering, stale pagination when changing plan filter, and unstable invalid timestamp rendering."
},
{
"cmd": "npm run test -- --watch=false --include src/tests/registry_admin/registry-admin-ui.behavior.spec.ts --no-progress",
"result": "pass",
"note": "After fix: plan list sorting is deterministic, audit filter changes reset to page 1, and invalid timestamps preserve source strings."
},
{
"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 --no-progress",
"result": "pass",
"note": "Regression subset passed (7 files / 18 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-11T12:44:20.4991210Z"
}

View File

@@ -0,0 +1,33 @@
{
"type": "integration",
"harness": "Angular registry-admin behavior tests",
"capturedAtUtc": "2026-02-11T12:44:20.4991210Z",
"steps": [
{
"description": "Verify registry plan list rendering is deterministic regardless of upstream API order.",
"evidence": [
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-list.component.ts",
"src/Web/StellaOps.Web/src/tests/registry_admin/registry-admin-ui.behavior.spec.ts"
],
"result": "pass"
},
{
"description": "Verify audit pagination resets to page 1 when the plan filter changes before refresh.",
"evidence": [
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-audit.component.ts",
"src/Web/StellaOps.Web/src/tests/registry_admin/registry-admin-ui.behavior.spec.ts"
],
"result": "pass"
},
{
"description": "Verify invalid audit timestamps are displayed verbatim to avoid locale-dependent \"Invalid Date\" output.",
"evidence": [
"src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-audit.component.ts",
"src/Web/StellaOps.Web/src/tests/registry_admin/registry-admin-ui.behavior.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T12:44:20.4991210Z"
}