Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Platform] [User Notifications] As a user, I want to receive a notification when another user comments on my submitted idea, so that I can stay informed about the engagement with my idea. #168

Open
3 tasks
zar92 opened this issue Apr 27, 2024 · 0 comments
Labels

Comments

@zar92
Copy link

zar92 commented Apr 27, 2024

User Behavior Description

1.1. Another user comments on the submitted idea.
1.2. Platform sends a notification to the idea submitter informing them of the new comment.
1.3. User clicks on the notification to view the comment and engage with it if necessary.

Acceptance Criteria

  • Scenario: User receives notification when another user comments on their submitted idea
  • Given a user has submitted an idea
  • When another user comments on the submitted idea
  • Then the user who submitted the idea should receive a notification about the comment
  • Scenario: Notifications are sent immediately after comment is made on submitted idea
    • Given a user has submitted an idea
    • When another user comments on the submitted idea
    • Then the user who submitted the idea should receive the notification within a few seconds
  • Scenario: User can click on the notification to view the comment and engage with it
    • Given a user has submitted an idea and received a notification about a comment
    • When the user clicks on the notification
    • Then the user should be directed to the comment on the submitted idea and be able to engage with it
@zar92 zar92 added the Platform label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant