documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"feature": "evidence-packet-drawer",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/overlays/evidence-packet-drawer/evidence-packet-drawer.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/evidence/evidence-packet-drawer.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/overlays/evidence-packet-drawer/evidence-packet-drawer.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/evidence/evidence-packet-drawer.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:39:11Z"
|
||||
}
|
||||
@@ -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-packet-drawer.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "5/5",
|
||||
"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": [
|
||||
"Drawer overlay renders packet metadata, signature badges, verification state, and collapsible contents for in-context review.",
|
||||
"Close/backdrop, verify/export events, and clipboard digest copy are key interaction surfaces for packet triage workflows.",
|
||||
"Focused tests verify open/close semantics, emitted actions, collapsible contents rendering, and digest copy behavior."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T23:39:11Z"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify packet drawer open/close semantics, detail rendering, action emits, and collapsible content interactions.",
|
||||
"evidence": [
|
||||
"src/tests/evidence/evidence-packet-drawer.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:39:11Z"
|
||||
}
|
||||
Reference in New Issue
Block a user