My-Weekly-ToDo-List/src/app/api
mARTin f9c7893341 feat: add push notifications for calendar event reminders
- Service worker + Web Push API for browser/mobile notifications
- PWA manifest with icons for home screen install (iOS 16.4+)
- Push subscription management (subscribe/unsubscribe API routes)
- Notification toggle in Settings > General
- Push scheduler script (cron) checks cached events and sends
  notifications at reminder times, with dedup tracking
- Test notification endpoint at /api/push/test
- Persists reminders in calendar event cache for scheduler access
- New DB models: PushSubscription, SentNotification
- New user field: notificationsEnabled

Setup: generate VAPID keys with `npx tsx scripts/generate-vapid-keys.ts`
and add to .env, then run scheduler via cron every minute.

v1.37.0
2026-03-16 21:38:15 +01:00
..
auth Fix build collector errors and bump to 1.31.3 2026-03-13 14:23:08 +01:00
calendar feat: add alerts, invitees, attachments, busy status, and visibility to calendar events 2026-03-16 14:36:37 +01:00
fonts Optimize build process and fix dynamic route collection errors 2026-03-13 14:33:14 +01:00
goal feat: multi-language quote selection with per-user language picker 2026-03-09 08:11:23 +01:00
projects fix: CSS class slide animation, mobile dot, flex task indicators 2026-03-06 12:09:13 +01:00
push feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00
someday-lists feat: add someday list tabs and side navigation arrows 2026-03-10 21:15:46 +01:00
tasks feat: add Kanban board view with customizable stages 2026-03-11 09:15:11 +01:00
user feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00