localgreenchain/components/notifications
Claude 62c1ded598
Add comprehensive notification system (Agent 8)
Implement multi-channel notification system with:
- Core notification service with email, push, and in-app channels
- Email templates for all notification types (welcome, plant registered,
  transport alerts, farm alerts, harvest ready, demand matches, weekly digest)
- Push notification support with VAPID authentication
- In-app notification management with read/unread tracking
- Notification scheduler for recurring and scheduled notifications
- API endpoints for notifications CRUD, preferences, and subscriptions
- UI components (NotificationBell, NotificationList, NotificationItem,
  PreferencesForm)
- Full notifications page with preferences management
- Service worker for push notification handling
2025-11-23 03:52:41 +00:00
..
index.ts Add comprehensive notification system (Agent 8) 2025-11-23 03:52:41 +00:00
NotificationBell.tsx Add comprehensive notification system (Agent 8) 2025-11-23 03:52:41 +00:00
NotificationItem.tsx Add comprehensive notification system (Agent 8) 2025-11-23 03:52:41 +00:00
NotificationList.tsx Add comprehensive notification system (Agent 8) 2025-11-23 03:52:41 +00:00
PreferencesForm.tsx Add comprehensive notification system (Agent 8) 2025-11-23 03:52:41 +00:00