-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Notifications for Upcoming Sessions #18
Comments
/claim |
claim |
Hey @AyMk544 Since you have not registered, you can't work on this issue. If you have already registered on unstop & joined discord server after registering on https://events.geekhaven.in, then contact organisers. Thanks for your interest in OpenCode'24 ✨✨! |
@AyMk544 kindly register first and then claim |
i registered just after claiming, pls accept my pr |
@AyMk544 create a new pr |
@PrinkalDhingra I created a new pr, but I'm not assigned to this issue currently, please reassign me and check the pr. |
@AyMk544 this issue is now assigned to someone else as you didn't register before . Please wait for the next issue. |
/claim |
Description:
Implement a system to send notifications to users for their upcoming scheduled sessions.
Tasks:
Set up backend logic to trigger notifications (via email, push notifications, or real-time alerts with Socket.IO).
Use session data to determine upcoming sessions within a specified time frame (e.g., 24 hours ahead).
Create a function that scans the database to find upcoming sessions and sends notifications to users.
Integrate Socket.IO or email services like SendGrid for real-time or scheduled notifications.
Write unit tests to ensure notifications are sent accurately and in the correct timeframe.
Estimated Time: 60 hours
The text was updated successfully, but these errors were encountered: