documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"feature": "finding-detail-drawer",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/overlays/finding-detail-drawer/finding-detail-drawer.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/overlays/finding-detail-drawer/index.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/overlays/finding-detail-drawer.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/overlays/finding-detail-drawer/finding-detail-drawer.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/overlays/finding-detail-drawer/index.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/overlays/finding-detail-drawer.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T05:53:54Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/overlays/finding-detail-drawer.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"NG8011 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.",
|
||||
"FirstSignalCard tests emit existing deprecation warnings for effect allowSignalWrites usage from baseline component code."
|
||||
],
|
||||
"codeReview": [
|
||||
"Finding detail drawer renders summary, reachability, VEX, exception, and impact sections in a shared overlay surface.",
|
||||
"Close semantics (button and backdrop) and action emitters (witness, create exception) are wired through explicit outputs.",
|
||||
"Drawer behavior remains route-friendly through RouterModule links without full-page navigation requirements."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T05:53:54Z"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T05:53:54Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify finding detail drawer open-state rendering, close semantics, and emitted witness/exception actions.",
|
||||
"evidence": [
|
||||
"src/tests/overlays/finding-detail-drawer.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T05:53:54Z"
|
||||
}
|
||||
Reference in New Issue
Block a user