Karte 12: systemd-Timer für den täglichen Eskalations-Prüflauf
CI / backend-tests (push) Successful in 1m8s
CI / frontend-build (push) Successful in 25s

scripts/eskalation_pruefen.py ruft den Service direkt gegen die DB auf (kein
HTTP/Admin-Token nötig, gleiches Muster wie scripts/create_admin.py).
mabea-eskalation.timer läuft täglich 06:00 Uhr. Zeitschwellen bleiben in der
DB (eskalation_konfiguration), nicht im Timer.

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:28:46 +02:00
co-authored by Claude Sonnet 5
parent e0cbf4b8de
commit c71df1ac4d
5 changed files with 145 additions and 0 deletions
+63
View File
@@ -2690,3 +2690,66 @@ Keine Commits in dieser Session.
- backend/tests/test_eskalation.py | 73 ++++++++++++++++
---
## 2026-09-04 18:07 18:08 (0m)
**Beschreibung:** Claude Code Session
**Projekt:** frontend
### Commits
- e0cbf4b Playwright-E2E-Tests für die PWA (Login, Sperrlogik, Fortschritt, Offline-Queue)
### Geänderte Dateien
- DEVLOG.md | 22 +++++++++
- frontend/.gitignore | 3 ++
- frontend/DEVLOG.md | 22 +++++++++
- frontend/README.md | 18 +++++--
- frontend/e2e/fortschritt.spec.ts | 41 ++++++++++++++++
- frontend/e2e/login.spec.ts | 30 ++++++++++++
- frontend/e2e/mockApi.ts | 98 ++++++++++++++++++++++++++++++++++++++
- frontend/e2e/offline-queue.spec.ts | 65 +++++++++++++++++++++++++
- frontend/e2e/sperrlogik.spec.ts | 34 +++++++++++++
- frontend/package.json | 5 +-
- frontend/playwright.config.ts | 21 ++++++++
---
## 2026-09-04 18:15 18:20 (5m)
**Beschreibung:** Claude Code Session
**Projekt:** asb-material
### Commits
Keine Commits in dieser Session.
### Geänderte Dateien
- DEVLOG.md | 22 +++++++++
- frontend/.gitignore | 3 ++
- frontend/DEVLOG.md | 22 +++++++++
- frontend/README.md | 18 +++++--
- frontend/e2e/fortschritt.spec.ts | 41 ++++++++++++++++
- frontend/e2e/login.spec.ts | 30 ++++++++++++
- frontend/e2e/mockApi.ts | 98 ++++++++++++++++++++++++++++++++++++++
- frontend/e2e/offline-queue.spec.ts | 65 +++++++++++++++++++++++++
- frontend/e2e/sperrlogik.spec.ts | 34 +++++++++++++
- frontend/package.json | 5 +-
- frontend/playwright.config.ts | 21 ++++++++
---
## 2026-09-04 18:27 18:27 (0m)
**Beschreibung:** Claude Code Session
**Projekt:** asb-material
### Commits
Keine Commits in dieser Session.
### Geänderte Dateien
- DEVLOG.md | 22 +++++++++
- frontend/.gitignore | 3 ++
- frontend/DEVLOG.md | 22 +++++++++
- frontend/README.md | 18 +++++--
- frontend/e2e/fortschritt.spec.ts | 41 ++++++++++++++++
- frontend/e2e/login.spec.ts | 30 ++++++++++++
- frontend/e2e/mockApi.ts | 98 ++++++++++++++++++++++++++++++++++++++
- frontend/e2e/offline-queue.spec.ts | 65 +++++++++++++++++++++++++
- frontend/e2e/sperrlogik.spec.ts | 34 +++++++++++++
- frontend/package.json | 5 +-
- frontend/playwright.config.ts | 21 ++++++++
---