Adolfo Delorenzo
7d3a393758
feat(08-03): push notification backend — DB model, migration, API router, VAPID setup
- Add PushSubscription ORM model with unique(user_id, endpoint) constraint
- Add Alembic migration 012 for push_subscriptions table
- Add push router (subscribe, unsubscribe, send) in shared/api/push.py
- Mount push router in gateway/main.py
- Add pywebpush to gateway dependencies for server-side VAPID delivery
- Wire push trigger into WebSocket handler (fires when client disconnects mid-stream)
- Add VAPID keys to .env / .env.example
- Add push/install i18n keys in en/es/pt message files
2026-03-25 21:26:51 -06:00
..
2026-03-23 09:57:29 -06:00
2026-03-23 14:41:57 -06:00
2026-03-23 14:53:45 -06:00
2026-03-23 15:00:17 -06:00
2026-03-23 21:19:09 -06:00
2026-03-24 13:49:16 -06:00
2026-03-24 20:27:54 -06:00
2026-03-25 10:26:34 -06:00
2026-03-25 16:22:53 -06:00
2026-03-25 19:03:59 -06:00
2026-03-25 19:10:57 -06:00
2026-03-25 21:26:51 -06:00