Wire reminder scheduler interface into local repository

This commit is contained in:
Rijad Zuzo
2026-02-15 20:16:38 +01:00
parent f1442e89d8
commit 5228799abb
6 changed files with 141 additions and 5 deletions
+13
View File
@@ -41,6 +41,19 @@ Disable it explicitly:
flutter run --dart-define=ENABLE_BACKGROUND_SYNC=false
```
## Reminder Delivery Scaffold
Reminder scheduling is now wired through `ReminderScheduler` and reconciled from
`LocalRepository` on startup/state changes.
Current default implementation is no-op:
- `NoopReminderScheduler` in
`lib/features/reminders/scheduling/reminder_scheduler.dart`
This keeps behavior stable across all platforms until real local notification
integration is added.
## Local Persistence Backend
Default local store: