documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"feature": "metrics-dashboard-component",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/metrics-dashboard.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/analytics/sbom-lake-page.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/analytics/analytics.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/analytics/metrics-dashboard-component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/metrics-dashboard.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/analytics/sbom-lake-page.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/analytics/analytics.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/analytics/metrics-dashboard-component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T08:17:23Z"
|
||||
}
|
||||
@@ -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-compare-panel.component.spec.ts --include src/tests/lineage/lineage-timeline-slider.component.spec.ts --include src/tests/lineage/lineage-ui-api-wiring-with-angular-signals.component.spec.ts --include src/tests/confidence_breakdown/mermaid-renderer.component.spec.ts --include src/tests/confidence_breakdown/graphviz-renderer.component.spec.ts --include src/tests/analytics/metrics-dashboard-component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "22/22",
|
||||
"testFilesPassed": "6/6",
|
||||
"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": [
|
||||
"Metrics dashboard is now integrated into analytics SBOM Lake view with deterministic derived findings/approvals from existing analytics datasets.",
|
||||
"Query-driven analytics day window now maps to metrics-dashboard time range contract (`1d|7d|30d|90d|all`).",
|
||||
"Focused analytics test verifies dashboard surface rendering and derived input wiring without introducing additional backend dependencies."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T08:17:23Z"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T08:17:23Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify analytics SBOM Lake page renders integrated metrics dashboard and derives findings/approvals from backlog and vulnerability exposure datasets.",
|
||||
"evidence": [
|
||||
"src/tests/analytics/metrics-dashboard-component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Run lineage and visualization regression suite to ensure metrics integration introduces no UI wiring regressions.",
|
||||
"evidence": [
|
||||
"src/tests/lineage/lineage-compare-panel.component.spec.ts",
|
||||
"src/tests/lineage/lineage-timeline-slider.component.spec.ts",
|
||||
"src/tests/lineage/lineage-ui-api-wiring-with-angular-signals.component.spec.ts",
|
||||
"src/tests/confidence_breakdown/mermaid-renderer.component.spec.ts",
|
||||
"src/tests/confidence_breakdown/graphviz-renderer.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T08:17:23Z"
|
||||
}
|
||||
Reference in New Issue
Block a user