documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"approved": true,
|
||||
"reason": "Strict route-backed Playwright replay now captures suggested prompts plus freeform ask/close interactions for Ask Stella.",
|
||||
"revisedRootCause": "Missing fresh strict route-level UI replay evidence for contextual command bar user flows."
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
COMMAND: npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --grep "qa workbench route renders case header verdict, contextual ask bar, and decision drawer submit flow"
|
||||
|
||||
|
||||
Running 1 test using 1 worker
|
||||
|
||||
node.exe : (node:3572) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.
|
||||
At line:1 char:1
|
||||
+ & "C:\Program Files\nodejs/node.exe" "C:\Users\VladimirMoushkov\AppDa ...
|
||||
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
+ CategoryInfo : NotSpecified: ((node:3572) War... env being set.:String) [], RemoteException
|
||||
+ FullyQualifiedErrorId : NativeCommandError
|
||||
|
||||
(Use `node --trace-warnings ...` to show where the warning was created)
|
||||
(node:3572) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.
|
||||
(Use `node --trace-warnings ...` to show where the warning was created)
|
||||
? 1 tests\e2e\web-checked-feature-recheck.spec.ts:2204:5 <20> qa workbench route renders case header verdict, contextual ask bar, and decision drawer submit flow (4.3s)
|
||||
|
||||
1 passed (8.1s)
|
||||
|
||||
|
||||
EXITCODE=0
|
||||
@@ -0,0 +1,95 @@
|
||||
COMMAND: npx ng test --watch=false --include src/tests/contextual_command_bar/ask-stella-button.component.spec.ts --include src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts
|
||||
|
||||
? Building...
|
||||
? Building...
|
||||
Initial chunk files | Names | Raw size
|
||||
styles.css | styles | 206.89 kB |
|
||||
spec-tests-contextual_command_bar-ask-stella-panel.component.js | spec-tests-contextual_command_bar-ask-stella-panel.component | 29.42 kB |
|
||||
spec-tests-contextual_command_bar-ask-stella-button.component.js | spec-tests-contextual_command_bar-ask-stella-button.component | 8.67 kB |
|
||||
chunk-MK4ANLGU.js | - | 4.98 kB |
|
||||
init-testbed.js | init-testbed | 1.27 kB |
|
||||
polyfills.js | polyfills | 121 bytes |
|
||||
|
||||
| Initial total | 251.35 kB
|
||||
|
||||
Application bundle generation complete. [23.414 seconds] - 2026-02-11T10:02:02.443Z
|
||||
|
||||
? [WARNING] NG8011: Node matches the ".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])" slot of the "MatButton" component, but will not be projected into the specific slot because the surrounding @else has more than one node at its root. To project the node in the right slot, you can:
|
||||
|
||||
1. Wrap the content of the @else block in an <ng-container/> that matches the ".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])" selector.
|
||||
2. Split the content of the @else block across multiple @else blocks such that each one only has a single projectable node at its root.
|
||||
3. Remove all content from the @else block, except for the node being projected.
|
||||
|
||||
This check can be disabled using the `extendedDiagnostics.checks.controlFlowPreventingContentProjection = "suppress" compiler option.` [plugin angular-compiler]
|
||||
|
||||
src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.html:84:6:
|
||||
84 <20> <mat-icon>{{ selectedFormatDetails?.icon }}</mat-icon>
|
||||
? ~~~~~~~~~~
|
||||
|
||||
Warning occurs in the template of component EvidenceExportDialogComponent.
|
||||
|
||||
src/app/features/evidence-thread/components/evidence-export-dialog/evidence-export-dialog.component.ts:44:15:
|
||||
44 <20> templateUrl: './evidence-export-dialog.component.html',
|
||||
? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8011: Node matches the ".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])" slot of the "MatButton" component, but will not be projected into the specific slot because the surrounding @else has more than one node at its root. To project the node in the right slot, you can:
|
||||
|
||||
1. Wrap the content of the @else block in an <ng-container/> that matches the ".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])" selector.
|
||||
2. Split the content of the @else block across multiple @else blocks such that each one only has a single projectable node at its root.
|
||||
3. Remove all content from the @else block, except for the node being projected.
|
||||
|
||||
This check can be disabled using the `extendedDiagnostics.checks.controlFlowPreventingContentProjection = "suppress" compiler option.` [plugin angular-compiler]
|
||||
|
||||
src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.html:45:10:
|
||||
45 <20> <mat-icon>auto_awesome</mat-icon>
|
||||
? ~~~~~~~~~~
|
||||
|
||||
Warning occurs in the template of component EvidenceTranscriptPanelComponent.
|
||||
|
||||
src/app/features/evidence-thread/components/evidence-transcript-panel/evidence-transcript-panel.component.ts:39:15:
|
||||
39 <20> templateUrl: './evidence-transcript-panel.component.html',
|
||||
? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8113: RouterLinkActive is not used within the template of AppSidebarComponent [plugin angular-compiler]
|
||||
|
||||
src/app/layout/app-sidebar/app-sidebar.component.ts:51:4:
|
||||
51 <20> RouterLinkActive,
|
||||
? ~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8113: RouterLink is not used within the template of SidebarNavGroupComponent [plugin angular-compiler]
|
||||
|
||||
src/app/layout/app-sidebar/sidebar-nav-group.component.ts:21:12:
|
||||
21 <20> imports: [RouterLink, RouterLinkActive, SidebarNavItemComponent],
|
||||
? ~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8113: RouterLinkActive is not used within the template of SidebarNavGroupComponent [plugin angular-compiler]
|
||||
|
||||
src/app/layout/app-sidebar/sidebar-nav-group.component.ts:21:24:
|
||||
21 <20> imports: [RouterLink, RouterLinkActive, SidebarNavItemComponent],
|
||||
? ~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
? [WARNING] NG8113: RouterLink is not used within the template of AppTopbarComponent [plugin angular-compiler]
|
||||
|
||||
src/app/layout/app-topbar/app-topbar.component.ts:31:4:
|
||||
31 <20> RouterLink,
|
||||
? ~~~~~~~~~~
|
||||
|
||||
|
||||
|
||||
RUN v4.0.18 C:/dev/New folder/git.stella-ops.org/src/Web/StellaOps.Web
|
||||
|
||||
? |stellaops-web| src/tests/contextual_command_bar/ask-stella-button.component.spec.ts (2 tests) 154ms
|
||||
? |stellaops-web| src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts (3 tests) 225ms
|
||||
|
||||
Test Files 2 passed (2)
|
||||
Tests 5 passed (5)
|
||||
Start at 12:02:02
|
||||
Duration 2.23s (transform 173ms, setup 1.07s, import 146ms, tests 378ms, environment 2.26s)
|
||||
|
||||
|
||||
EXITCODE=0
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"filesModified": [
|
||||
"docs/features/checked/web/contextual-command-bar.md",
|
||||
"docs/qa/feature-checks/state/web.json",
|
||||
"docs/implplan/SPRINT_20260210_020_FE_web_checked_feature_recheck_tier2_enduser.md"
|
||||
],
|
||||
"testsAdded": [],
|
||||
"description": "No additional source changes were required; existing strict qa-workbench replay coverage was rerun and promoted into fresh per-feature Tier 2 evidence."
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"previousFailures": [
|
||||
"run-002 strict Tier 2 marked test_gap due missing fresh end-user UI transactions"
|
||||
],
|
||||
"retestResults": [
|
||||
{
|
||||
"command": "npx ng test --watch=false --include src/tests/contextual_command_bar/ask-stella-button.component.spec.ts --include src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts",
|
||||
"result": "pass",
|
||||
"notes": "2/2 files and 5/5 tests passed"
|
||||
},
|
||||
{
|
||||
"command": "npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --grep 'qa workbench route renders case header verdict, contextual ask bar, and decision drawer submit flow'",
|
||||
"result": "pass",
|
||||
"notes": "1/1 strict user-surface test passed"
|
||||
}
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ask-stella-button.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ask-stella-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-assist-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/llm-unavailable.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/contextual_command_bar/ask-stella-button.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ask-stella-button.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ask-stella-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-assist-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/llm-unavailable.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/contextual_command_bar/ask-stella-button.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"missing": [],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T10:02:15Z"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": [
|
||||
"npx ng test --watch=false --include src/tests/contextual_command_bar/ask-stella-button.component.spec.ts --include src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts"
|
||||
],
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"testsPassed": "5/5",
|
||||
"testFilesPassed": "2/2",
|
||||
"warnings": [
|
||||
"Angular extended diagnostics warnings (NG8011/NG8113) remain from existing baseline outside contextual-command-bar scope."
|
||||
],
|
||||
"codeReview": [
|
||||
"Ask Stella button and panel components remain implemented with contextual prompt chips, context chips, and prompt submission handling.",
|
||||
"Focused contextual-command-bar specs validate button behavior and panel prompt/context interactions.",
|
||||
"Strict qa-workbench route replay exercises preset prompts, freeform question submission, and close behavior through user-surface interactions."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T10:02:15Z",
|
||||
"evidence": "docs/qa/feature-checks/runs/web/contextual-command-bar/run-003/evidence/tier1-command-output.txt"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "contextual-command-bar",
|
||||
"runId": "run-003",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T10:02:15Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTests": [
|
||||
"qa workbench route renders case header verdict, contextual ask bar, and decision drawer submit flow"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /qa/web-recheck and open Contextual Command Bar section.",
|
||||
"action": "navigate+assert",
|
||||
"target": "/qa/web-recheck",
|
||||
"expected": "Contextual command bar controls are visible in Ask Stella section.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T10:02:15Z"
|
||||
},
|
||||
{
|
||||
"description": "Trigger suggested prompts Explain Reachability and Show Minimal Evidence.",
|
||||
"action": "click+assert",
|
||||
"target": "Contextual prompt chips",
|
||||
"expected": "Ask-events log records both suggested prompts in order.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T10:02:15Z"
|
||||
},
|
||||
{
|
||||
"description": "Submit freeform question and close ask panel workflow.",
|
||||
"action": "fill+click+assert",
|
||||
"target": "Ask input + Ask + Close actions",
|
||||
"expected": "Ask-events log captures custom question and closed event.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T10:02:15Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/contextual-command-bar/run-003/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"rootCause": "Strict Tier 2 failure was a test-gap: fresh route-level UI transactions for contextual Ask Stella flows were missing from this feature run.",
|
||||
"category": "test_gap",
|
||||
"affectedFiles": [
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"docs/features/checked/web/contextual-command-bar.md",
|
||||
"docs/qa/feature-checks/state/web.json",
|
||||
"docs/implplan/SPRINT_20260210_020_FE_web_checked_feature_recheck_tier2_enduser.md"
|
||||
],
|
||||
"confidence": 0.98
|
||||
}
|
||||
Reference in New Issue
Block a user