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
[Platform] [User Notifications] As a user, I want to be able to view all my notifications in one centralized location within the platform, so that I can easily keep track of them and manage my engagements effectively.
#170
1.1. Platform provides a notifications dashboard or inbox for users.
1.2. User accesses their notifications from a centralized location.
1.3. User can see all unread notifications at a glance.
1.4. System will mark notifications as read or unread.
1.5. Platform displays notifications in chronological order for easy tracking.
Future features
1.6. User can archive or delete notifications they no longer need.
Probable Sub-stories
1.1. Create UI for a centralized notifications dashboard or inbox (popover component)
1.2. Implement backend logic to fetch and display user-specific notifications (Content)
1.4. Implement pagination or infinite scroll for browsing through large numbers of notifications. (Currently we have 25 in the popover component. In Future, separate page will be added)
1.5. Design filters and sorting options for organizing notifications based on type, date, or relevance (Discuss with Leah)
Future Stories
1.3. Allow users to mark notifications as read/unread and archive/delete them.
Acceptance Criteria
Scenario: User can view all their notifications in a centralized location
Given the platform has a notifications dashboard or inbox
When the user accesses their notifications
Then the user can see all their unread notifications at a glance
Scenario: User can mark notifications as read or unread
Given the platform has a notifications dashboard or inbox
When the user interacts with a notification
Then the user can mark the notification as read or unread
Scenario: User can archive or delete notifications
Given the platform has a notifications dashboard or inbox
When the user interacts with a notification
Then the user can archive or delete the notification
Scenario: Platform displays notifications in chronological order
Given the platform has a notifications dashboard or inbox
When the user browses through their notifications
Then the notifications are displayed in chronological order
Scenario: Implement UI for a centralized notifications dashboard or inbox
Given the platform has a notifications dashboard or inbox
When the user accesses their notifications
Then the platform has a user-friendly interface for managing notifications
Scenario: Implement backend logic to fetch and display user-specific notifications
Given the platform has a notifications dashboard or inbox
When the user accesses their notifications
Then the platform fetches and displays user-specific notifications
Scenario: Implement pagination or infinite scroll for browsing through large numbers of notifications
Given the platform has a notifications dashboard or inbox
When the user browses through their notifications
Then the platform has pagination or infinite scroll for easy navigation
Scenario: Design filters and sorting options for organizing notifications based on type, date, or relevance
Given the platform has a notifications dashboard or inbox
When the user organizes their notifications
Then the platform offers filters and sorting options for better organization
The text was updated successfully, but these errors were encountered:
User Behavior
1.1. Platform provides a notifications dashboard or inbox for users.
1.2. User accesses their notifications from a centralized location.
1.3. User can see all unread notifications at a glance.
1.4. System will mark notifications as read or unread.
1.5. Platform displays notifications in chronological order for easy tracking.
Future features
1.6. User can archive or delete notifications they no longer need.
Probable Sub-stories
1.1. Create UI for a centralized notifications dashboard or inbox (popover component)
1.2. Implement backend logic to fetch and display user-specific notifications (Content)
1.4. Implement pagination or infinite scroll for browsing through large numbers of notifications. (Currently we have 25 in the popover component. In Future, separate page will be added)
1.5. Design filters and sorting options for organizing notifications based on type, date, or relevance (Discuss with Leah)
Future Stories
1.3. Allow users to mark notifications as read/unread and archive/delete them.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: