chore(docs, frontend): document and implement Web-App sync workaround for async driver issue

- Added session log documenting Web-App stabilization, including fixes for Webpack build and login issues.
- Implemented full-sync workaround in `PingEventRepositoryImpl` due to SQLDelight async driver limitations.
- Updated `PingDashboard` to display sync completion messages.
- Added `libs.sqldelight.coroutines` dependency and regenerated SQLDelight queries.
- Updated roadmap and journal with progress on frontend sync integration.
This commit is contained in:
2026-01-27 23:25:00 +01:00
parent 57ff6654c4
commit edb22ce864
7 changed files with 73 additions and 7 deletions
+3
View File
@@ -11,6 +11,9 @@ Dieses Dokument fasst die wichtigsten Ereignisse und Entscheidungen des Monats z
* **17.01.:** Implementierung des Delta-Syncs im Backend (`/ping/sync`).
* **19.01.:** Frontend Refactoring auf Clean Architecture. Erfolgreicher Build.
* **20.01.:** Stabilisierung des Tech-Stacks (ADR-0013). Downgrade Spring Cloud, Upgrade Compose.
* **22.01.:** Frontend Auth Integration (Keycloak).
* **26.01.:** Web-App (JS/Wasm) Build Fixes (SQLite Wasm).
* **27.01.:** Web-App Sync Integration (Full-Sync Workaround für Async-Driver).
---
*Details siehe archivierte Session-Logs in `_archive/`.*