documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/layout/app-sidebar/app-sidebar.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/app-sidebar/sidebar-nav-group.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/app-sidebar/sidebar-nav-item.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/app-shell/app-shell.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.component.html"
|
||||
],
|
||||
"found": [
|
||||
"AppSidebarComponent",
|
||||
"SidebarNavGroupComponent",
|
||||
"SidebarNavItemComponent",
|
||||
"AppShellComponent"
|
||||
],
|
||||
"missing": [],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"tests": [
|
||||
{
|
||||
"command": "npx ng test --watch=false --include src/app/layout/app-shell/app-shell.component.spec.ts --include src/app/layout/app-sidebar/app-sidebar.component.spec.ts",
|
||||
"testsRun": 9,
|
||||
"testsPassed": 9,
|
||||
"testsFailed": 0,
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"buildNotes": [
|
||||
"Build succeeded.",
|
||||
"Existing bundle budget warnings remain unrelated to this sprint scope."
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"route": "/release-orchestrator/runs",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify left rail shell is mounted in active app layout",
|
||||
"result": "pass",
|
||||
"evidence": "app-sidebar selector count=1 after auth-seeded navigation.",
|
||||
"screenshot": "step-1-release-orchestrator-runs.png"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
"step-1-release-orchestrator-runs.png"
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
Reference in New Issue
Block a user