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": "lineage-timeline-slider",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/lineage/components/lineage-timeline-slider/lineage-timeline-slider.component.ts",
"src/Web/StellaOps.Web/src/app/features/lineage/components/lineage-graph-container/lineage-graph-container.component.ts",
"src/Web/StellaOps.Web/src/app/features/lineage/lineage.routes.ts",
"src/Web/StellaOps.Web/src/tests/lineage/lineage-timeline-slider.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/lineage/components/lineage-timeline-slider/lineage-timeline-slider.component.ts",
"src/Web/StellaOps.Web/src/app/features/lineage/components/lineage-graph-container/lineage-graph-container.component.ts",
"src/Web/StellaOps.Web/src/app/features/lineage/lineage.routes.ts",
"src/Web/StellaOps.Web/src/tests/lineage/lineage-timeline-slider.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T07:59:28Z"
}

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/lineage/lineage-timeline-slider.component.spec.ts --include src/tests/lineage/lineage-compare-panel.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "8/8",
"testFilesPassed": "2/2",
"warnings": [
"NG8011 control-flow 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": [
"Timeline slider is now integrated into the lineage graph container and feeds filtered node/edge projections to graph and minimap.",
"Handle drag logic now updates visible date range with clamped start/end ordering and emits range/visible-node updates.",
"Keyboard navigation (ArrowLeft/ArrowRight/Home/End) and track click snapping provide deterministic timeline selection behavior."
],
"checkedAtUtc": "2026-02-11T07:59:28Z"
}

View File

@@ -0,0 +1,23 @@
{
"type": "integration",
"harness": "Angular component behavior tests",
"capturedAtUtc": "2026-02-11T07:59:28Z",
"steps": [
{
"description": "Exercise timeline slider chronology sorting, keyboard navigation, click-to-nearest-node snap behavior, and drag-handle range updates.",
"evidence": [
"src/tests/lineage/lineage-timeline-slider.component.spec.ts"
],
"result": "pass"
},
{
"description": "Recheck compare-panel behavior to guard timeline integration against lineage compare regressions.",
"evidence": [
"src/tests/lineage/lineage-compare-panel.component.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T07:59:28Z"
}