mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
docs(calendar): mark reminders as implemented in complexity audit
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6806ef8bde
commit
1ffcfa0e5c
1 changed files with 7 additions and 2 deletions
|
|
@ -95,9 +95,14 @@ Die Legacy-Composables (`useDragDrop`, `useResize`) sind von keiner Komponente i
|
|||
- RecurrenceEditDialog für "Diesen/Alle/Zukünftige" beim Löschen
|
||||
- In EventDetailModal und QuickEventOverlay integriert
|
||||
|
||||
### 3. Erinnerungen / Notifications nur rudimentär — Priorität: Mittel
|
||||
### 3. Erinnerungen / Notifications — ✅ Implementiert
|
||||
|
||||
API-Client `reminders.ts` existiert, aber nur Basic CRUD. Keine Push-Notifications, keine E-Mail-Erinnerungen, kein UI zur Konfiguration pro Event.
|
||||
- ReminderSelector-Komponente mit Draft-Modus (neue Events) und Saved-Modus (bestehende Events)
|
||||
- In EventForm integriert: Standard-Erinnerung aus Settings, Push/Email-Toggles
|
||||
- In EventDetailModal integriert: Erinnerungen anzeigen/hinzufügen/löschen
|
||||
- Preset-Auswahl (Zum Zeitpunkt, 5-30 Min., 1-2 Std., 1-2 Tage, 1 Woche)
|
||||
- Status-Anzeige (Ausstehend/Gesendet/Fehlgeschlagen)
|
||||
- Backend war bereits vollständig (Cron, Expo Push, Brevo Email)
|
||||
|
||||
### 4. Kalender-Sharing kaum implementiert — Priorität: Mittel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue