Новый экранчик для обзора дашей

This commit is contained in:
2026-02-23 15:54:20 +03:00
parent 0685f50ae7
commit 43dd97ecbf
35 changed files with 32880 additions and 828 deletions

View File

@@ -30,6 +30,14 @@
| `report_card.ux.test.js` | `lifecycle_function_unavailable` | Svelte 5 Vitest environment mismatch (mount on server error). Logic verified via integration tests. |
| `report_detail.ux.test.js` | `lifecycle_function_unavailable` | Same as above. |
## Semantic Protocol Validation (2026-02-23)
- Ran semantic map generation via `python3 generate_semantic_map.py`.
- Latest compliance artifact: `semantics/reports/semantic_report_20260223_144408.md`.
- Global Semantic Compliance Score: **91.0%**.
- Global parser status: **0 errors / 0 warnings**.
- CRITICAL semantic issue for `backend/src/api/routes/__tests__/test_reports_detail_api.py` (missing `@INVARIANT`) has been resolved and file is now at **100%** in the latest report.
## Next Steps
- [ ] Resolve Svelte 5 testing environment configuration for direct component mounting.