You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue focuses on the implementation of the Notifications System (V1) to provide in-app notifications for users, enabling them to stay informed about important updates, actions, and reminders. The initial scope includes a notification dropdown accessible from the main navigation bar and basic notification functionalities.
Hey folks, you can definitely pick up the issue and work on it. Our process for issue assignment is focused on first to PR so multiple contributors can work on an issue and can bring in their own improvements/ideas to the issue as well. Read more here
Implement V1 Notifications System
Overview
This issue focuses on the implementation of the Notifications System (V1) to provide in-app notifications for users, enabling them to stay informed about important updates, actions, and reminders. The initial scope includes a notification dropdown accessible from the main navigation bar and basic notification functionalities.
Design References
Marvel - Live -> Notifications
Requirements
Notifications Panel (Dropdown)
Notification Events
Backend Integration
id
: Unique identifier.type
: Notification type (e.g., "update", "announcement").title
: Notification title.description
: Notification details.timestamp
: Timestamp of the notification.is_read
: Boolean indicating if the notification has been read.action_link
: Optional link to relevant details.User Interaction
Acceptance Criteria
Additional Notes
How to Test
The text was updated successfully, but these errors were encountered: