Skip to content

Commit 6c51668

Browse files
committed
Refresh flat tags no-mock validation reports
1 parent c1a4771 commit 6c51668

7 files changed

Lines changed: 180 additions & 2873 deletions

docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_report.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,14 @@
1717
## Validation
1818
- PASS - `node --check src/dev-runtime/toolbox-api/alfa-tool-services.mjs`
1919
- PASS - `node --check src/dev-runtime/server/local-api-router.mjs`
20-
- PASS - `node --check src/dev-runtime/persistence/tool-repositories/assets-mock-repository.js`
20+
- PASS - `node --check assets/toolbox/tags/js/index.js`
2121
- PASS - `node --test tests/dev-runtime/DevRuntimeBoundary.test.mjs`
22-
- PASS - `npx playwright test tests/playwright/tools/TagsTool.spec.mjs --project=playwright`
23-
- PASS - `npx playwright test tests/playwright/tools/GameDesignApiDb.spec.mjs --project=playwright`
24-
- PASS - `npx playwright test tests/playwright/tools/GameConfigurationApiDb.spec.mjs --project=playwright`
25-
- PASS - `npx playwright test tests/playwright/tools/ToolboxSelectedGameStatusBar.spec.mjs --project=playwright`
26-
- PASS - `npx playwright test tests/playwright/tools/AssetToolMockRepository.spec.mjs --project=playwright -g "Asset repository exposes catalog tables"`
27-
- INFO - Full `AssetToolMockRepository.spec.mjs` was not part of the impacted lane and timed out when run as a broad suite; the touched Asset tag-reference test passed.
22+
- PASS - `npx playwright test tests/playwright/tools/TagsTool.spec.mjs --project=playwright --workers=1 --reporter=line` (4 passed)
2823

2924
## Removed Mock Repository Files
3025
- `src/dev-runtime/persistence/tool-repositories/tags-mock-repository.js`
3126
- `src/dev-runtime/persistence/tool-repositories/game-design-mock-repository.js`
3227
- `src/dev-runtime/persistence/tool-repositories/game-configuration-mock-repository.js`
3328

3429
## Status
35-
PASS - PR058 is reworked and ready for owner testing after the stack-wide no-mock correction is propagated to PR059-PR061.
30+
PASS - PR058 is reworked, validated, and ready for owner testing.

docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_requirement-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
| No browser-owned product data | PASS | Writes route through API database service. |
1212
| No JSON source of truth | PASS | No tool JSON store added. |
1313
| No mock repository source of truth | PASS | Retired mock files deleted and guardrail added. |
14-
| No new or expanded mock-db-store usage for Tags/Design/Configuration | PASS | Router uses DB-backed Alfa services. |
14+
| No new or expanded mock-db-store usage for Tags/Game Crew/Game Design/Game Configuration | PASS | Router uses DB-backed Alfa services; this PR does not change `mock-db-store.js`. |
1515
| Server/API owns keys and audit fields | PASS | Service uses adapter key creation and audit fields. |
1616
| DDL/DML/seed location discipline | PASS | DDL under `docs_build/database/ddl/`; no duplicate tool DDL folders added. |

docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_validation-lane.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
## Static / Guardrail
44
- PASS - `node --check src/dev-runtime/toolbox-api/alfa-tool-services.mjs`
55
- PASS - `node --check src/dev-runtime/server/local-api-router.mjs`
6-
- PASS - `node --check src/dev-runtime/persistence/tool-repositories/assets-mock-repository.js`
6+
- PASS - `node --check assets/toolbox/tags/js/index.js`
77
- PASS - `node --test tests/dev-runtime/DevRuntimeBoundary.test.mjs`
88

99
## Playwright
10-
- PASS - `npx playwright test tests/playwright/tools/TagsTool.spec.mjs --project=playwright`
11-
- PASS - `npx playwright test tests/playwright/tools/GameDesignApiDb.spec.mjs --project=playwright`
12-
- PASS - `npx playwright test tests/playwright/tools/GameConfigurationApiDb.spec.mjs --project=playwright`
13-
- PASS - `npx playwright test tests/playwright/tools/ToolboxSelectedGameStatusBar.spec.mjs --project=playwright`
14-
- PASS - `npx playwright test tests/playwright/tools/AssetToolMockRepository.spec.mjs --project=playwright -g "Asset repository exposes catalog tables"`
10+
- PASS - `npx playwright test tests/playwright/tools/TagsTool.spec.mjs --project=playwright --workers=1 --reporter=line`
1511

1612
## Notes
17-
- Full Asset suite timed out and was not used as final validation because only the shared tag fixture test was impacted.
13+
- Retired Alfa mock repository files are absent on disk and guardrail-covered.
Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
1-
assets/toolbox/game-configuration/js/index.js
2-
assets/toolbox/game-design/js/index.js
3-
docs_build/database/ddl/game-configuration.sql
4-
docs_build/database/ddl/game-design.sql
5-
docs_build/dev/reports/codex_review.diff
6-
docs_build/dev/reports/coverage_changed_js_guardrail.txt
7-
docs_build/dev/reports/playwright_v8_coverage_report.txt
8-
docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_branch-validation.md
9-
docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_manual-validation-notes.md
10-
docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_report.md
11-
docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_requirement-checklist.md
12-
docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_validation-lane.md
13-
src/dev-runtime/auth/provider-contract-stubs.mjs
14-
src/dev-runtime/persistence/tool-repositories/assets-mock-repository.js
15-
src/dev-runtime/persistence/tool-repositories/game-configuration-mock-repository.js
16-
src/dev-runtime/persistence/tool-repositories/game-design-mock-repository.js
17-
src/dev-runtime/persistence/tool-repositories/tags-mock-repository.js
18-
src/dev-runtime/server/local-api-router.mjs
19-
src/dev-runtime/toolbox-api/alfa-tool-services.mjs
20-
tests/dev-runtime/DevRuntimeBoundary.test.mjs
21-
tests/playwright/tools/AssetToolMockRepository.spec.mjs
22-
tests/playwright/tools/GameConfigurationApiDb.spec.mjs
23-
tests/playwright/tools/GameConfigurationMockRepository.spec.mjs
24-
tests/playwright/tools/GameDesignApiDb.spec.mjs
25-
tests/playwright/tools/GameDesignMockRepository.spec.mjs
26-
tests/playwright/tools/TagsTool.spec.mjs
27-
tests/playwright/tools/ToolboxSelectedGameStatusBar.spec.mjs
28-
toolbox/game-configuration/index.html
29-
toolbox/game-design/index.html
1+
M docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_report.md
2+
M docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_requirement-checklist.md
3+
M docs_build/dev/reports/PR_26177_ALFA_058-flat-project-tags_validation-lane.md
4+
M docs_build/dev/reports/coverage_changed_js_guardrail.txt
5+
M docs_build/dev/reports/playwright_v8_coverage_report.txt

0 commit comments

Comments
 (0)