Files
MABEA/flutter_app/DEVLOG.md
T
patrickandClaude Sonnet 5 0909dacf2b
CI / backend-tests (push) Successful in 1m5s
CI / frontend-build (push) Successful in 18s
Flutter-Tests: ApiClient, Offline-Queue, Login-/Objektliste-Widgets
ApiClient nimmt jetzt einen injizierbaren http.Client entgegen (Testbarkeit,
kein Verhaltensunterschied im Betrieb). Tests mocken ihn mit mocktail statt
echter Netzwerkaufrufe. offline_queue_test.dart nutzt sqflite_common_ffi
(reines Dart) für die Queue-Logik ohne Gerät/Emulator: Erfolg entfernt
Eintrag, Netzwerkfehler bleibt "wartet", 4xx setzt "fehler" ohne Auto-Retry.
Dazu Widget-Tests für Login-Flow und Objektliste-Suchfilter.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
2026-09-04 18:38:17 +02:00

50 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# flutter_app Dev Log
## 2026-09-04 17:42 17:43 (1m)
**Beschreibung:** Claude Code Session
**Projekt:** asb-material
### Commits
Keine Commits in dieser Session.
### Geänderte Dateien
- DEVLOG.md | 13 ++++++
- frontend/DEVLOG.md | 13 ++++++
- frontend/package.json | 1 +
- frontend/src/components/BarcodeScanner.tsx | 64 ++++++++++++++++++++++++++++++
- frontend/src/pages/ObjektListPage.tsx | 48 ++++++++++++++++------
- 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 ++++++
---
## 2026-09-04 18:36 18:38 (1m)
**Beschreibung:** Claude Code Session
**Projekt:** asb-material
### Commits
Keine Commits in dieser Session.
### Geänderte Dateien
- DEVLOG.md | 30 ++++
- flutter_app/DEVLOG.md | 15 ++
- flutter_app/README.md | 18 ++-
- flutter_app/lib/offline/queue.dart | 205 ++++++++++++++++++++++++
- flutter_app/lib/screens/kontroll_screen.dart | 225 +++++++++++++++++++--------
- flutter_app/pubspec.yaml | 3 +
---