- Same-day duty overwrite: addDuty is keyed per employee+date, so a split Saturday duty between two employees creates two independent 0.5 entries, not a conflict. Not a bug. - Holiday cutoff 2030: not a current priority, dropped per user call. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
11 lines
545 B
Markdown
11 lines
545 B
Markdown
# TODO / Known Gaps
|
|
|
|
Fundierte Liste offener Punkte in der Bonusberechnung — verifiziert im Code,
|
|
nicht spekulativ. Referenz-Spec: `docs/specs/2026-05-11-bonus-varianten-design.md`.
|
|
|
|
## Explizit Out-of-Scope laut Spec (§2) — falls sich das mal ändert
|
|
|
|
- Nur NRW-Feiertage, andere Bundesländer nicht unterstützt.
|
|
- Raten (250€/450€) und Schwellen sind hartkodiert, keine UI-Konfiguration.
|
|
- Urlaubsmodus ist ein reiner Monats-Toggle pro Mitarbeiter, kein Teilurlaub.
|
|
- Keine Server-/Multi-User-Synchronisierung (rein `localStorage`).
|