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,21 @@
{
"found": [
"ContextChipsComponent",
"OfflineStatusChipComponent",
"FeedSnapshotChipComponent",
"PolicyBaselineChipComponent",
"EvidenceModeChipComponent"
],
"filesChecked": [
"src/Web/StellaOps.Web/src/app/layout/context-chips/context-chips.component.ts",
"src/Web/StellaOps.Web/src/app/layout/context-chips/offline-status-chip.component.ts",
"src/Web/StellaOps.Web/src/app/layout/context-chips/feed-snapshot-chip.component.ts",
"src/Web/StellaOps.Web/src/app/layout/context-chips/policy-baseline-chip.component.ts",
"src/Web/StellaOps.Web/src/app/layout/context-chips/evidence-mode-chip.component.ts"
],
"verdict": "pass",
"missing": [
],
"checkedAtUtc": "2026-02-10T20:08:12Z"
}

View File

@@ -0,0 +1,9 @@
{
"buildResult": "pass",
"verdict": "fail",
"testResult": "fail",
"reason": "No dedicated unit specs found for context-chips components.",
"checkedAtUtc": "2026-02-10T20:08:12Z",
"project": "src/Web/StellaOps.Web"
}

View File

@@ -0,0 +1,20 @@
{
"verdict": "fail",
"route": "/release-orchestrator/runs",
"baseUrl": "https://127.0.0.1:4400",
"type": "ui",
"steps": [
{
"evidence": "app-context-chips selector count=0 and no Offline/Feed/Policy/Evidence labels visible.",
"description": "Verify context chips render in active top bar",
"screenshot": "../pipeline-run-centric-view/run-001/screenshots/step-2-release-orchestrator-runs.png",
"result": "fail"
},
{
"evidence": "Component sources still contain TODO wiring with hardcoded signal defaults.",
"description": "Verify chips are data wired instead of static placeholders",
"result": "fail"
}
],
"checkedAtUtc": "2026-02-10T20:08:12Z"
}