Skip to content

Conversation

@PriyaDVenkatesan
Copy link

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.

"mongodb": "^6.20.0",
"mongoose": "^8.19.1",
"mongodb": "^6.18.0",
"mongoose": "^8.17.0",
Copy link
Contributor

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?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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

@PriyaDVenkatesan PriyaDVenkatesan marked this pull request as draft November 3, 2025 07:41
@maxmwang maxmwang changed the title Maxwang/gql nofitications enrollment notifications Nov 6, 2025
const handleRemoveNotification = useCallback(async () => {
if (!user || !_class) return;

const updatedMonitoredClasses = (user.monitoredClasses || []).filter(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants