We want it so that the first notification user’s unread notifications gets displayed. If the notification is X’d out, then remove it from the user’s unread notifications, and display the next notifications. The notification should appear in the top right corner of the screen on the homage. Include a small sliding in animation for when the notification appears. We will need hooks to the backend endpoints to get and remove notifications from a user’s unread notifications.
Acceptance Criteria
[ ] Notifications appear one at a time in the top right corner of the homepage
[ ] hooks for getting and removing notifications is created
Proposed Solution
This will take a lot of research and back-and-forth with a tech lead. For the hooks, take a look at some of the other hooks we have for reference.
Description
We want it so that the first notification user’s unread notifications gets displayed. If the notification is X’d out, then remove it from the user’s unread notifications, and display the next notifications. The notification should appear in the top right corner of the screen on the homage. Include a small sliding in animation for when the notification appears. We will need hooks to the backend endpoints to get and remove notifications from a user’s unread notifications.
Acceptance Criteria
Proposed Solution
This will take a lot of research and back-and-forth with a tech lead. For the hooks, take a look at some of the other hooks we have for reference.
Mocks