-
Notifications
You must be signed in to change notification settings - Fork 0
199 dev display notifications by user and connect notifications to backend #212
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
199 dev display notifications by user and connect notifications to backend #212
Conversation
…connect-notifications-to-backend
aaronashby
left a comment
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.
Good stuff, Camila! Just commented on a few small things, but otherwise this looks good 🫡
…connect-notifications-to-backend, Merged in main feel free to undo these changes if needed or if i got anythign incorrect to do so look up how to rewind one commit
…connect-notifications-to-backend
…199-dev---display-notifications-by-user-and-connect-notifications-to-backend
…t have their alert date as before the current date)
prooflesben
left a comment
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.
good
lyannne
left a comment
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.
lgtm!
ℹ️ Issue
Closes #199
📝 Description
Write a short summary of what you added. Why is it important? Any member of C4C should be able to read this and understand your contribution -- not just your team members.
Connected the notification popup to the backend API, enabling users to view and delete their notifications in real-time. Removed dummy data. Integrated frontend with backend notification endpoints in order to fetch user-specific notifications and delete them from the database.
Briefly list the changes made to the code:
✔️ Verification
What steps did you take to verify your changes work? These should be clear enough for someone to be able to clone the branch and follow the steps themselves.
Tested features as if I were a user, checked DynamoDB that deleted notifications are removed from the database.
Test Changes
If your new feature required some test to be changed or added to fit the new functionality or changes please document these changes here.
🏕️ (Optional) Future Work / Notes