-
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 - View Posts flow #4
Comments
User Story 2 : As a FightPandemics chatbot user who is logged in, I want to view a specific post from the list of results so I can engage with it and connect with the poster. Use Case 1:
Acceptance Criteria:
Wireframe for the flow : HERE |
API IntegrationView Posts Feed: GET /api/posts/ (by filter parameter) |
User Story 3 : As a FightPandemics chatbot user, who is not logged in I want to view all posts relevant to my criteria so I can select the most relevant ones to engage with. Use Case 1 : User navigates through Offer Help (#2) or Receive Help (#1) flows to get to post results. Wireframe for the flow : HERE Acceptance Criteria: User sees all relelvant results OR sees no results. |
User Story 4 : As a FightPandemics chatbot user who is not logged in, I want to view a specific post from the list of results so I can engage with it and connect with the poster. Use Case 1: User navigates through User Story #1 (#4). Acceptance Criteria: User sees option to "View Author Profile", "Leave Comment", "See Comments" on the post. Wireframe : HERE |
Technical detailsThere are two big functions here, they are: User Story 1:As seen on wireframes above, this is basically a message with a keyboard, and the user can interact in these ways:
There are 3 main things at play here:
Things that we need to be able to do for this to work:
User Story 2:This is a message with the information of the post we've chosen, and the user can:
For this we need to be able to do something from the previous story:
User Story 1 can be divided in:
|
completed |
User Story 1 : As a FightPandemics chatbot user, who is logged in I want to view all posts relevant to my criteria so I can select the most relevant ones to engage with.
Use Case 1 :
Wireframe:
Acceptance Criteria:
Wireframe for the flow : HERE
The text was updated successfully, but these errors were encountered: