Notifications overview #174
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a package maintainer, I want to be able to view a list of notifications on the security issues I'm subscribed to.
Acceptance criteria
Given I am logged into my account
When I navigate to the notifications section
Then I should see a list of all notifications for issues I'm subscribed to
Given I have notifications for multiple subscribed issues
When I view my notifications list
Then I should see which issue each notification relates to
Given I am viewing my notifications list
When I receive a new notification for a subscribed issue
Then the list should update to include the new notification
Given I have notifications from different types of activities (comments, status changes, etc.)
When I view my notifications list
Then I should see the type of activity that generated each notification
Given I am viewing my notifications list
When I have more notifications than can fit on one page
Then I should be able to navigate through pages of notifications
Given I am viewing my notifications list
When I click on a notification
Then I should be directed to the relevant issue and activity
Given I'm subscribed to some security issue,
When there is activity on that issue,
Then I get a notification.
Related: