Description
Build a push notification system using VAPID protocol with service workers for Progressive Web App, delivering real-time payment and dispute notifications to users.
Acceptance Criteria
Technical Scope
- frontend/service-worker.ts
- frontend/components/PWAInstallPrompt.tsx
- backend/src/services/vapid.ts
- backend/src/services/push.ts
- backend/src/routes/push.ts
- Edge: notification permission revocation, service worker update cycle, notification grouping
Description
Build a push notification system using VAPID protocol with service workers for Progressive Web App, delivering real-time payment and dispute notifications to users.
Acceptance Criteria
Technical Scope