Flutter: Offline-Queue für Kontroll-Erfassung (Prompt 17-Härtung)
CI / backend-tests (push) Successful in 1m5s
CI / frontend-build (push) Successful in 22s

lib/offline/queue.dart (sqflite) analog zur React-PWA-Queue: enqueue statt
Direkt-Senden, Status wartet/wird_uebertragen/fehler, Idempotenz, Sync bei
Reconnect (connectivity_plus) + periodisch alle 15s. KontrollScreen gleicht
per 2s-Reconciliation-Loop den Anzeigezustand ab, "Kein Netz"-Banner.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
This commit is contained in:
2026-09-04 18:36:10 +02:00
co-authored by Claude Sonnet 5
parent c71df1ac4d
commit c68d39b45f
6 changed files with 421 additions and 77 deletions
+15
View File
@@ -16,3 +16,18 @@ Keine Commits in dieser Session.
- frontend/src/styles/global.css | 24 +++++++++++
---
## 2026-09-04 18:33 18:35 (1m)
**Beschreibung:** Claude Code Session
**Projekt:** asb-material
### Commits
Keine Commits in dieser Session.
### Geänderte Dateien
- DEVLOG.md | 63 ++++++++++++++++++++++++++++++++
- backend/scripts/eskalation_pruefen.py | 37 +++++++++++++++++++
- deploy/README.md | 16 ++++++++
- deploy/mabea-eskalation.service.template | 17 +++++++++
- deploy/mabea-eskalation.timer.template | 12 ++++++
---