Description
Build a scheduler that fires daily/weekly push notifications summarizing interest earned.
Files to Edit/Create
backend/src/services/notifications.rs (new file)
Acceptance Criteria
- Select users with positive earnings balance.
- Trigger notification if earned yield is above threshold.
Guidance / Hints
Interface with Expo Push Notifications API to send alerts.
Description
Build a scheduler that fires daily/weekly push notifications summarizing interest earned.
Files to Edit/Create
backend/src/services/notifications.rs(new file)Acceptance Criteria
Guidance / Hints
Interface with Expo Push Notifications API to send alerts.