You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
赵汝波
committed
feat: Implement due date reminders and notification system
- Added a new `NotificationKind` enum to categorize notifications for mentions and due date reminders.
- Enhanced the `Notification` model to include a `dedupeKey` for ensuring unique notifications.
- Created a Vercel Cron job to trigger daily reminders for tasks due today and tomorrow, integrating with the existing notification system.
- Updated the Prisma schema and added migration scripts to support the new notification features.
- Implemented logic for generating dedupe keys for due date notifications and integrated it into the notification creation process.
- Enhanced the UI to display due date reminders alongside mention notifications, improving user engagement and task management.
0 commit comments