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,34 @@
{
"feature": "frontend-plugin-system",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/core/plugins/discovery/plugin-discovery.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/extension-slots/extension-slot.component.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/extension-slots/extension-slot.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/loader/plugin-loader.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/loader/plugin-manifest-loader.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/navigation/navigation-plugin.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/registry/plugin-registry.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/sandbox/plugin-access-control.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/sandbox/plugin-sandbox.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/tenant/tenant-plugin-config.service.ts",
"src/Web/StellaOps.Web/src/tests/plugin_system/frontend-plugin-system.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/core/plugins/discovery/plugin-discovery.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/extension-slots/extension-slot.component.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/extension-slots/extension-slot.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/loader/plugin-loader.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/loader/plugin-manifest-loader.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/navigation/navigation-plugin.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/registry/plugin-registry.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/sandbox/plugin-access-control.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/sandbox/plugin-sandbox.service.ts",
"src/Web/StellaOps.Web/src/app/core/plugins/tenant/tenant-plugin-config.service.ts",
"src/Web/StellaOps.Web/src/tests/plugin_system/frontend-plugin-system.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T06:12:41Z"
}

View File

@@ -0,0 +1,23 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npm run build",
"buildResult": "pass",
"testCommand": [
"npx ng test --watch=false --include src/tests/plugin_system/frontend-plugin-system.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "3/3",
"testFilesPassed": "1/1",
"warnings": [
"NG8011 control-flow 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.",
"Plugin system spec logs existing deprecation warning from baseline effect allowSignalWrites usage in NavigationService."
],
"codeReview": [
"NavigationPluginService now applies plugin registrations into NavigationService.allGroups using immutable cloned base groups to avoid duplicate accumulation.",
"ExtensionSlotService visibility remains lifecycle-aware, rendering only active plugin extensions and deterministic priority ordering.",
"PluginAccessControl enforces both operation-level scopes and plugin-manifest required scopes before allowing actions."
],
"checkedAtUtc": "2026-02-11T06:12:41Z"
}

View File

@@ -0,0 +1,16 @@
{
"type": "integration",
"harness": "Angular service/component behavior tests",
"capturedAtUtc": "2026-02-11T06:12:41Z",
"steps": [
{
"description": "Verify plugin extension visibility ordering, navigation injection/unregistration, and scope-gated access control behaviors.",
"evidence": [
"src/tests/plugin_system/frontend-plugin-system.component.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T06:12:41Z"
}