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,20 @@
{
"feature": "exception-center-with-kanban-view",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/triage/components/triage-lane-toggle/triage-lane-toggle.component.ts",
"src/Web/StellaOps.Web/src/app/features/triage/components/quiet-lane/quiet-lane-container.component.ts",
"src/Web/StellaOps.Web/src/app/features/triage/components/quiet-lane/parked-item-card.component.ts",
"src/Web/StellaOps.Web/src/tests/triage_exceptions/exception-center-with-kanban-view.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/triage/components/triage-lane-toggle/triage-lane-toggle.component.ts",
"src/Web/StellaOps.Web/src/app/features/triage/components/quiet-lane/quiet-lane-container.component.ts",
"src/Web/StellaOps.Web/src/app/features/triage/components/quiet-lane/parked-item-card.component.ts",
"src/Web/StellaOps.Web/src/tests/triage_exceptions/exception-center-with-kanban-view.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T05:45:41Z"
}

View File

@@ -0,0 +1,22 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npm run build",
"buildResult": "pass",
"testCommand": [
"npx ng test --watch=false --include src/tests/triage_exceptions/exception-center-with-kanban-view.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "3/3",
"testFilesPassed": "1/1",
"warnings": [
"NG8011 content projection warnings in evidence-thread templates remain from existing baseline.",
"NG8113 unused RouterLink/RouterLinkActive warnings remain from existing baseline.",
"Bundle/style budget warnings remain from existing baseline."
],
"codeReview": [
"Lane toggle provides deterministic board-style transitions across active, parked, and review columns with keyboard accessibility.",
"Quiet lane container enforces gate-aware bulk transitions, expired-item accounting, and review-blocked promotion states.",
"Component behavior aligns with exception queue lifecycle operations represented by the current triage lanes implementation."
],
"checkedAtUtc": "2026-02-11T05:45:41Z"
}

View File

@@ -0,0 +1,16 @@
{
"type": "integration",
"harness": "Angular component behavior tests",
"capturedAtUtc": "2026-02-11T05:45:41Z",
"steps": [
{
"description": "Verify lane-board transitions, gate-blocked bulk promote behavior, and promoted-item emission for queue workflow control.",
"evidence": [
"src/tests/triage_exceptions/exception-center-with-kanban-view.component.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T05:45:41Z"
}