Problem
The web app and mobile app must poll the API to
get updates. No real-time notification exists.
What To Build
- Enable Supabase Realtime on key tables
- Create src/realtime/realtime.service.ts
- WebSocket gateway as alternative
- Document integration
Files To Touch
- src/realtime/ (new module)
- src/indexer/event-handlers/
- src/app.module.ts
Acceptance Criteria
Mandatory Checks Before PR
Problem
The web app and mobile app must poll the API to
get updates. No real-time notification exists.
What To Build
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR