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,28 @@
{
"feature": "domain-widget-library",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/shared/domain/digest-chip/digest-chip.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/evidence-link/evidence-link.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/gate-badge/gate-badge.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/gate-summary-panel/gate-summary-panel.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/reachability-state-chip/reachability-state-chip.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/witness-path-preview/witness-path-preview.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/witness-status-chip/witness-status-chip.component.ts",
"src/Web/StellaOps.Web/src/tests/domain/domain-widget-library.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/shared/domain/digest-chip/digest-chip.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/evidence-link/evidence-link.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/gate-badge/gate-badge.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/gate-summary-panel/gate-summary-panel.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/reachability-state-chip/reachability-state-chip.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/witness-path-preview/witness-path-preview.component.ts",
"src/Web/StellaOps.Web/src/app/shared/domain/witness-status-chip/witness-status-chip.component.ts",
"src/Web/StellaOps.Web/src/tests/domain/domain-widget-library.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T23:27:50Z"
}

View File

@@ -0,0 +1,23 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npm run build",
"buildResult": "pass",
"testCommand": [
"npx ng test --watch=false --include src/tests/domain/domain-widget-library.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "7/7",
"testFilesPassed": "1/1",
"warnings": [
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
"NG8113: RouterLink is not used within AppTopbarComponent template.",
"Bundle/style budget warnings remain from existing baseline."
],
"codeReview": [
"Domain widget library provides reusable digest/gate/reachability/witness/evidence surfaces with explicit emitters for drill-down and routing actions.",
"Gate summary panel supports witness metrics, expandable unwitnessed-path details, and explain/evidence/comparison action hooks.",
"Focused widget tests verify digest copy interaction, gate/reachability state mapping, witness path expansion, evidence link events, and gate-summary actions."
],
"checkedAtUtc": "2026-02-10T23:27:50Z"
}

View File

@@ -0,0 +1,13 @@
{
"type": "integration",
"harness": "Angular component behavior tests",
"steps": [
{
"description": "Verify domain widget rendering and interaction contracts across digest, gate, reachability, witness, evidence, and summary widgets.",
"evidence": "src/tests/domain/domain-widget-library.component.spec.ts",
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T23:27:50Z"
}