documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"feature": "display-preferences-service",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/services/display-preferences.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/display_preferences/display-preferences.service.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/services/display-preferences.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/display_preferences/display-preferences.service.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:27:50Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/display_preferences/display-preferences.service.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": [
|
||||
"Display preferences service exposes deterministic computed signals for runtime overlays, trace export, risk-line, signed override indicators, and graph options.",
|
||||
"Preference updates now persist synchronously on each setter/reset path, avoiding timing sensitivity from effect scheduling in test/runtime contexts.",
|
||||
"Focused service tests verify defaults, graph node clamping, persistence writes, and merged reload behavior from localStorage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T23:27:50Z"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular service behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify display preference defaults, update/clamp behavior, persistence, and reload merge behavior.",
|
||||
"evidence": "src/tests/display_preferences/display-preferences.service.spec.ts",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:27:50Z"
|
||||
}
|
||||
Reference in New Issue
Block a user