Notifications overview #174

Open
opened 2024-09-20 11:42:28 +00:00 by RaitoBezarius · 0 comments
RaitoBezarius commented 2024-09-20 11:42:28 +00:00 (Migrated from github.com)

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

  1. 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

  2. Given I have notifications for multiple subscribed issues
    When I view my notifications list
    Then I should see which issue each notification relates to

  3. 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

  4. 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

  5. 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

  6. Given I am viewing my notifications list
    When I click on a notification
    Then I should be directed to the relevant issue and activity

  7. Given I'm subscribed to some security issue,
    When there is activity on that issue,
    Then I get a notification.

Related:

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 1. **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 2. **Given** I have notifications for multiple subscribed issues **When** I view my notifications list **Then** I should see which issue each notification relates to 3. **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 4. **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 5. **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 6. **Given** I am viewing my notifications list **When** I click on a notification **Then** I should be directed to the relevant issue and activity 7. **Given** I'm subscribed to some security issue, **When** there is activity on that issue, **Then** I get a notification. Related: - #217
Sign in to join this conversation.
No description provided.