documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "reachability-center-ui-view",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/reachability/reachability-center.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/reachability/components/path-viewer/path-viewer.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/reachability/components/risk-drift-card/risk-drift-card.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/reachability/services/drift-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/reachability_center/reachability-center.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/reachability/reachability-center.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/reachability/components/path-viewer/path-viewer.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/reachability/components/risk-drift-card/risk-drift-card.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/reachability/services/drift-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/reachability_center/reachability-center.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:38:28Z"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": "npx ng test --watch=false --include src/tests/reachability_center/reachability-center.component.spec.ts",
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"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": [
|
||||
"Reachability center component and supporting path/risk components exist under src/app/features/reachability.",
|
||||
"Focused test verifies deterministic coverage counters, missing-sensor quick filter, and rendered gap labels.",
|
||||
"Runtime fixture data is embedded in component for offline deterministic rendering."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T20:57:45Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"route": "/reachability",
|
||||
"screenshots": [
|
||||
"screenshots/step-1-reachability-center-loaded.png",
|
||||
"screenshots/step-2-reachability-filter-missing.png"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /reachability and render deterministic coverage table",
|
||||
"result": "pass",
|
||||
"evidence": "heading=\"Reachability Center\"; rowCount=3",
|
||||
"screenshot": "screenshots/step-1-reachability-center-loaded.png"
|
||||
},
|
||||
{
|
||||
"description": "Verify missing-sensor filter interaction and row narrowing",
|
||||
"result": "pass",
|
||||
"evidence": "filteredRows=1",
|
||||
"screenshot": "screenshots/step-2-reachability-filter-missing.png"
|
||||
},
|
||||
{
|
||||
"description": "Verify runtime stability while rendering route",
|
||||
"result": "pass",
|
||||
"evidence": "No console errors and no server 500 responses."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:55:32.971Z"
|
||||
}
|
||||
Reference in New Issue
Block a user