documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"feature": "evidence-provenance-visualization-component",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/evidence-checklist/evidence-checklist.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/evidence/evidence-provenance-visualization.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/evidence-checklist/evidence-checklist.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/evidence/evidence-provenance-visualization.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:54:12Z"
|
||||
}
|
||||
@@ -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-provenance-visualization.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": [
|
||||
"Evidence checklist now evaluates not_affected, fixed, and under_investigation requirements using explicit and dynamic key checks.",
|
||||
"Requirement evaluation no longer silently fails for impact/fixed/timeline evidence fields in extended statement payloads.",
|
||||
"Focused tests validate met/unmet provenance requirement states across statement scenarios."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T23:54:12Z"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify provenance checklist requirement evaluation across supported VEX status evidence sets.",
|
||||
"evidence": [
|
||||
"src/tests/evidence/evidence-provenance-visualization.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:54:12Z"
|
||||
}
|
||||
Reference in New Issue
Block a user