-
Notifications
You must be signed in to change notification settings - Fork 14
enrollment notifications #922
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
base: main
Are you sure you want to change the base?
Conversation
| "mongodb": "^6.20.0", | ||
| "mongoose": "^8.19.1", | ||
| "mongodb": "^6.18.0", | ||
| "mongoose": "^8.17.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason these are being downgraded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was probably an accident from merging in gql, we should just undo these changes
Backend and frontend for notifications feature on the user profile with user schema for 50%, 75%, 90% enrollment thresholds. Confirmation model should popup when a user unchecks all notifications and clicks anywhere else on the screen. Please check for hover states and dynamic color.