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": "VEX gate now has fresh strict end-user evidence for blocked promote and evidence-sheet interactions.",
|
||||
"revisedRootCause": "Missing strict route-level replay artifacts for VEX gate behavior."
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"filesModified": [
|
||||
"docs/features/checked/web/vex-gate.md",
|
||||
"docs/qa/feature-checks/state/web.json",
|
||||
"docs/implplan/SPRINT_20260210_020_FE_web_checked_feature_recheck_tier2_enduser.md"
|
||||
],
|
||||
"testsAdded": [],
|
||||
"description": "Replayed existing strict quiet-lane route interactions as fresh per-feature VEX-gate Tier 2 evidence and synchronized run/state/docs."
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"previousFailures": [
|
||||
"run-005 strict Tier 2 marked test_gap due missing fresh end-user UI transactions"
|
||||
],
|
||||
"retestResults": [
|
||||
{
|
||||
"command": "npx ng test --watch=false --include src/tests/vex_gate/*.spec.ts",
|
||||
"result": "pass",
|
||||
"notes": "2/2 files and 8/8 tests passed"
|
||||
},
|
||||
{
|
||||
"command": "npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --grep 'quiet triage workbench route renders lane switching, parked actions, and provenance breadcrumbs'",
|
||||
"result": "pass",
|
||||
"notes": "1/1 strict user-surface test passed"
|
||||
}
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/vex_gate/vex-gate-button.directive.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/vex_gate/vex-evidence-sheet.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/vex_gate/models/vex-gate.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/quiet-lane/quiet-lane-container.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/quiet-lane/parked-item-card.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/quiet-lane-workbench.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/vex_gate/vex-gate-button.directive.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/vex_gate/vex-evidence-sheet.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/vex_gate/vex-gate-button.directive.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/vex_gate/vex-evidence-sheet.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/vex_gate/models/vex-gate.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/quiet-lane/quiet-lane-container.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/components/quiet-lane/parked-item-card.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/quiet-lane-workbench.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/vex_gate/vex-gate-button.directive.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/vex_gate/vex-evidence-sheet.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"missing": [],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T09:20:33Z"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": [
|
||||
"npx ng test --watch=false --include src/tests/vex_gate/*.spec.ts"
|
||||
],
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"testsPassed": "8/8",
|
||||
"testFilesPassed": "2/2",
|
||||
"warnings": [
|
||||
"Angular extended diagnostics warnings (NG8011/NG8113) remain from existing baseline outside vex-gate scope."
|
||||
],
|
||||
"codeReview": [
|
||||
"VEX gate directive still maps tier state to deterministic button classes and blocked-action signaling.",
|
||||
"VEX evidence sheet remains mounted in quiet-lane promote paths with tier/verdict/evidence line rendering.",
|
||||
"Strict route replay at /triage/quiet-lane exercises blocked promote path and evidence-sheet close behavior through end-user UI actions."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T09:20:33Z",
|
||||
"evidence": "docs/qa/feature-checks/runs/web/vex-gate/run-006/evidence/tier1-command-output.txt"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "vex-gate",
|
||||
"runId": "run-006",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T09:20:33Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTests": [
|
||||
"quiet triage workbench route renders lane switching, parked actions, and provenance breadcrumbs"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /triage/quiet-lane and switch into Parked lane.",
|
||||
"action": "navigate+click+assert",
|
||||
"target": "/triage/quiet-lane",
|
||||
"expected": "Quiet triage route and parked lane controls render.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T09:20:33Z"
|
||||
},
|
||||
{
|
||||
"description": "Trigger blocked promote action and verify Tier 3 VEX evidence sheet content.",
|
||||
"action": "click+assert",
|
||||
"target": "Parked item Promote to Active (blocked gate)",
|
||||
"expected": "VEX evidence sheet opens with Tier 3 and block verdict, then closes via close button.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T09:20:33Z"
|
||||
},
|
||||
{
|
||||
"description": "Validate non-blocked parked action event path remains operable.",
|
||||
"action": "click+assert",
|
||||
"target": "Recheck now action",
|
||||
"expected": "Event line records recheck event while gate controls remain interactive.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T09:20:33Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/vex-gate/run-006/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"rootCause": "Strict Tier 2 failure was a test-gap: VEX-gate user-surface transactions were not captured in a fresh strict run tied to this feature.",
|
||||
"category": "test_gap",
|
||||
"affectedFiles": [
|
||||
"docs/features/checked/web/vex-gate.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