documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "exception-and-waiver-ux",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/decision-drawer/decision-drawer-enhanced.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/playbook-suggestion/playbook-suggestion.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/opsmemory/services/playbook-suggestion.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/case-header/case-header.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/triage_exceptions/exception-and-waiver-ux.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/decision-drawer/decision-drawer-enhanced.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/playbook-suggestion/playbook-suggestion.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/opsmemory/services/playbook-suggestion.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/case-header/case-header.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/triage_exceptions/exception-and-waiver-ux.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T05:45:41Z"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/triage_exceptions/exception-and-waiver-ux.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."
|
||||
],
|
||||
"codeReview": [
|
||||
"Decision drawer implements exception TTL, policy reference, sign-and-apply submission, and undo flow required for waiver UX.",
|
||||
"Keyboard shortcuts (A/N/U and Escape) are wired while drawer is open and avoid interfering with focused form controls.",
|
||||
"Playbook suggestion integration pre-fills exception decision rationale for simulation-assisted triage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T05:45:41Z"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T05:45:41Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify exception waiver workflow interactions including TTL picker, keyboard shortcuts, and sign/apply submission payload.",
|
||||
"evidence": [
|
||||
"src/tests/triage_exceptions/exception-and-waiver-ux.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T05:45:41Z"
|
||||
}
|
||||
Reference in New Issue
Block a user