-
Notifications
You must be signed in to change notification settings - Fork 6
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
FP Chatbot on Telegram- Comment on Posts flow #7
Comments
User Story: As a FightPandemics chatbot user viewing a specific post, I want to be able to comment on a post so that I can inquire into the offered help and/or express interest in receiving it. Use Case 1: Comment on a Selected Post for a Logged in User
Use Case 2: Comment on a Selected Post for a Non Logged in User
Wireframe: https://miro.com/app/board/o9J_kp0wo_Y=/?moveToWidget=3074457349121133911&cot=12 Acceptance Criteria: Given logged in user clicks on "Delete Comment" after submitting a comment Given logged in user clicks on "Back to Post" after submitting a comment Given NOT logged in user clicks on "Comment" |
API IntegrationGet Comments For a Post: GET /api/posts/{postId}/comments |
@natashanainani Here are my review comments on this set of stories : User story 1 :
User story 2 :
User story 3 :
|
User Story: As a FightPandemics chatbot user viewing a specific post, I want to be able to see comments on a post so that I better understand the content of the post and its engagements.
Use Case 1: See Comments on a Selected Post
Wireframe: https://miro.com/app/board/o9J_kp0wo_Y=/?moveToWidget=3074457349121133895&cot=12
Acceptance Criteria:
Given user clicks on "See Comments" and there are up to 3 comments,
Then User should see 1-3 comments related to the post.
Given user clicks on "See Comments" and there are 3+ comments,
Then User should be able to scroll to the right to see more comments in groups of 3.
And User should be able to scroll to the left to see the previous comments in groups of 3.
The text was updated successfully, but these errors were encountered: