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,34 @@
{
"feature": "evidence-thread-browser",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/evidence-thread/evidence-thread.routes.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-graph-panel/evidence-graph-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-node-card/evidence-node-card.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-list/evidence-thread-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-view/evidence-thread-view.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-timeline-panel/evidence-timeline-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.html",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/services/evidence-thread.service.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-thread-browser.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/evidence-thread/evidence-thread.routes.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-graph-panel/evidence-graph-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-node-card/evidence-node-card.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-list/evidence-thread-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-view/evidence-thread-view.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-timeline-panel/evidence-timeline-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.html",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/services/evidence-thread.service.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-thread-browser.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T23:54:12Z"
}

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/evidence/evidence-thread-browser.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "5/5",
"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": [
"Evidence thread list/view flows provide thread discovery, route-based thread loading, and digest-level navigation behavior.",
"Transcript panel compilation defect was fixed by replacing unsupported template arrow-function lookup with component method call.",
"Thread view clipboard action now handles unavailable or failed clipboard writes without unhandled promise rejections."
],
"checkedAtUtc": "2026-02-10T23:54:12Z"
}

View File

@@ -0,0 +1,15 @@
{
"type": "integration",
"harness": "Angular component behavior tests",
"steps": [
{
"description": "Verify evidence thread browser list/detail interactions and resilient digest copy behavior.",
"evidence": [
"src/tests/evidence/evidence-thread-browser.component.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T23:54:12Z"
}

View File

@@ -0,0 +1,8 @@
capturedAtUtc: 2026-02-11T02:03:04Z
module: web
feature: evidence-thread-browser
expectedSurface: ui
reason: Previous checked status relied on integration-harness Tier 2 evidence or missing state entry.
previousTier2: C:\dev\New folder\git.stella-ops.org\docs\qa\feature-checks\runs\web\evidence-thread-browser\run-001\tier2-e2e-check.json
previousTier2Type: integration
verdict: fail (test_gap)

View File

@@ -0,0 +1,34 @@
{
"feature": "evidence-thread-browser",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/evidence-thread/evidence-thread.routes.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-graph-panel/evidence-graph-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-node-card/evidence-node-card.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-list/evidence-thread-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-view/evidence-thread-view.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-timeline-panel/evidence-timeline-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.html",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/services/evidence-thread.service.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-thread-browser.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/evidence-thread/evidence-thread.routes.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-graph-panel/evidence-graph-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-node-card/evidence-node-card.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-list/evidence-thread-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-view/evidence-thread-view.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-timeline-panel/evidence-timeline-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.html",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/services/evidence-thread.service.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-thread-browser.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T23:54:12Z"
}

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/evidence/evidence-thread-browser.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "5/5",
"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": [
"Evidence thread list/view flows provide thread discovery, route-based thread loading, and digest-level navigation behavior.",
"Transcript panel compilation defect was fixed by replacing unsupported template arrow-function lookup with component method call.",
"Thread view clipboard action now handles unavailable or failed clipboard writes without unhandled promise rejections."
],
"checkedAtUtc": "2026-02-10T23:54:12Z"
}

View File

@@ -0,0 +1,11 @@
{
"type": "ui",
"module": "web",
"feature": "evidence-thread-browser",
"runId": "run-002",
"capturedAtUtc": "2026-02-11T02:03:04Z",
"category": "test_gap",
"reason": "Strict FLOW Tier 2 requires fresh end-user API/CLI/UI transactions. Existing evidence is integration-harness only or missing in module state.",
"evidence": "docs/qa/feature-checks/runs/web/evidence-thread-browser/run-002/evidence/strict-tier2-audit.txt",
"verdict": "fail"
}

View File

@@ -0,0 +1,9 @@
capturedAtUtc: 2026-02-11T06:16:10Z
module: web
feature: evidence-thread-browser
runId: run-003
command: npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --reporter=list,json --output=test-results/web-recheck-run-006d
playwrightSpec: src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts
playwrightTest: evidence thread browser list, detail, and transcript generation are reachable
route: /evidence-thread
verdict: pass

View File

@@ -0,0 +1,34 @@
{
"feature": "evidence-thread-browser",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/evidence-thread/evidence-thread.routes.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-graph-panel/evidence-graph-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-node-card/evidence-node-card.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-list/evidence-thread-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-view/evidence-thread-view.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-timeline-panel/evidence-timeline-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.html",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/services/evidence-thread.service.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-thread-browser.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/evidence-thread/evidence-thread.routes.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-graph-panel/evidence-graph-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-node-card/evidence-node-card.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-list/evidence-thread-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-thread-view/evidence-thread-view.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-timeline-panel/evidence-timeline-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.html",
"src/Web/StellaOps.Web/src/app/features/evidence-thread/services/evidence-thread.service.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-thread-browser.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T23:54:12Z"
}

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/evidence/evidence-thread-browser.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "5/5",
"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": [
"Evidence thread list/view flows provide thread discovery, route-based thread loading, and digest-level navigation behavior.",
"Transcript panel compilation defect was fixed by replacing unsupported template arrow-function lookup with component method call.",
"Thread view clipboard action now handles unavailable or failed clipboard writes without unhandled promise rejections."
],
"checkedAtUtc": "2026-02-10T23:54:12Z"
}

View File

@@ -0,0 +1,30 @@
{
"type": "ui",
"module": "web",
"feature": "evidence-thread-browser",
"runId": "run-003",
"baseUrl": "https://127.0.0.1:4400",
"capturedAtUtc": "2026-02-11T06:16:10Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
"playwrightTest": "evidence thread browser list, detail, and transcript generation are reachable",
"steps": [
{
"description": "Navigate to /evidence-thread",
"action": "navigate",
"target": "/evidence-thread",
"expected": "Evidence thread list/detail/transcript flows are reachable.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T06:16:10Z"
},
{
"description": "Verify strict user-surface assertions",
"action": "assert",
"target": "evidence thread browser list, detail, and transcript generation are reachable",
"expected": "Playwright assertion sequence passes with deterministic route mocks.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T06:16:10Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/evidence-thread-browser/run-003/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}