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": "mi9-micro-copy-localisation",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/core/i18n/i18n.service.ts",
"src/Web/StellaOps.Web/src/app/core/i18n/translate.pipe.ts",
"src/Web/StellaOps.Web/src/i18n/micro-interactions.en.json",
"src/Web/StellaOps.Web/src/tests/i18n/mi9-micro-copy-localisation.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/core/i18n/i18n.service.ts",
"src/Web/StellaOps.Web/src/app/core/i18n/translate.pipe.ts",
"src/Web/StellaOps.Web/src/i18n/micro-interactions.en.json",
"src/Web/StellaOps.Web/src/tests/i18n/mi9-micro-copy-localisation.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T08:43:15.2115744Z"
}

View File

@@ -0,0 +1,16 @@
{
"type": "build_test",
"capturedAtUtc": "2026-02-11T08:43:15.2115744Z",
"commands": [
{
"cmd": "npx ng test --watch=false --include src/tests/i18n/mi9-micro-copy-localisation.spec.ts",
"result": "pass"
},
{
"cmd": "npm run build",
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T08:43:15.2115744Z"
}

View File

@@ -0,0 +1,27 @@
{
"type": "integration",
"harness": "Angular service behavior tests",
"capturedAtUtc": "2026-02-11T08:43:15.2115744Z",
"steps": [
{
"description": "Verify micro-copy localization key resolution, interpolation, ICU plural/select handling, and missing-key fallback behavior through i18n service interactions.",
"evidence": [
"src/tests/i18n/mi9-micro-copy-localisation.spec.ts"
],
"result": "pass"
},
{
"description": "Run focused regression checks for motion pipeline, analytics metrics dashboard, and lineage timeline slider after i18n changes.",
"evidence": [
"src/tests/motion/mi1-motion-tokens-catalogue.spec.ts",
"src/tests/motion/mi2-reduced-motion-rules.spec.ts",
"src/tests/motion/mi3-latency-idle-load-patterns.spec.ts",
"src/tests/analytics/metrics-dashboard-component.spec.ts",
"src/tests/lineage/lineage-timeline-slider.component.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T08:43:15.2115744Z"
}