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,20 @@
{
"feature": "evidence-ribbon-ui-component",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/components/evidence-ribbon/evidence-ribbon.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/services/evidence-ribbon.service.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/models/evidence-ribbon.models.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-ribbon-ui.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/components/evidence-ribbon/evidence-ribbon.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/services/evidence-ribbon.service.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/models/evidence-ribbon.models.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-ribbon-ui.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-ribbon-ui.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 ribbon renders DSSE/Rekor/SBOM status pills with optional VEX/policy pills from signal-backed service state.",
"Pill interactions emit typed drill-down events and preserve deterministic accessibility labels/tooltips.",
"Focused tests validate initialization load, pill rendering, event emission, and teardown cleanup."
],
"checkedAtUtc": "2026-02-10T23:54:12Z"
}

View File

@@ -0,0 +1,15 @@
{
"type": "integration",
"harness": "Angular component behavior tests",
"steps": [
{
"description": "Verify evidence ribbon pill rendering and click interactions for compact evidence status display.",
"evidence": [
"src/tests/evidence/evidence-ribbon-ui.component.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T23:54:12Z"
}