save checkpoint
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
@@ -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"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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-10T22:35:36Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c47 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "145/145",
|
||||
"testFilesPassed": "47/47",
|
||||
"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": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (47 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"route": "/reachability",
|
||||
"screenshots": [
|
||||
"screenshots/step-1-reachability-center-loaded.png"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /reachability and verify primary heading renders",
|
||||
"result": "pass",
|
||||
"evidence": "h1=\"Reachability Center\"",
|
||||
"screenshot": "screenshots/step-1-reachability-center-loaded.png"
|
||||
},
|
||||
{
|
||||
"description": "Verify authenticated shell chrome is active on route",
|
||||
"result": "pass",
|
||||
"evidence": "sidebarCount=1; chipsCount=1"
|
||||
},
|
||||
{
|
||||
"description": "Verify route-level interactive affordances remain mounted",
|
||||
"result": "pass",
|
||||
"evidence": "globalSearchInputs=1; tableRows=3; url=https://127.0.0.1:4400/reachability"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
Reference in New Issue
Block a user