You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the restaurant recommendation app, I want to be able to see the restaurants that my friends have rated, commented on, or shared photos of, so that I can discover new dining options and keep up with my friends' experiences.
Mockup
Acceptance Tests
Scenario 1: Viewing friends' restaurant activity
Given that a user is on the friends' page of the app
When the user scrolls through the page
Then the user should see a list of the restaurants that their friends have rated, commented on, or shared photos of
Scenario 2: Clicking on a friend's activity
Given that the user is on the friends' page of the app
When the user clicks on a friend's activity related to a restaurant
Then the user should be redirected to the restaurant profile page to view more information and details about that restaurant
Scenario 3: Adding a restaurant from friend's activity to personal list
Given that the user is on the friends' page of the app
When the user sees a restaurant from their friend's activity that they want to try
Then the user should be able to add that restaurant to their own personal list of restaurants to try
Scenario 4: Liking a friend's activity
Given that the user is on the friends' page of the app
When the user sees a friend's activity related to a restaurant that they like
Then the user should be able to click on the "like" button to show their appreciation or agreement
Scenario 5: Commenting on a friend's activity
Given that the user is on the friends' page of the app
When the user sees a friend's activity related to a restaurant and wants to leave a comment
Then the user should be able to write a comment and post it to the activity for their friend to see
The text was updated successfully, but these errors were encountered:
Description
As a user of the restaurant recommendation app, I want to be able to see the restaurants that my friends have rated, commented on, or shared photos of, so that I can discover new dining options and keep up with my friends' experiences.
Mockup
Acceptance Tests
Scenario 1: Viewing friends' restaurant activity
Given that a user is on the friends' page of the app
When the user scrolls through the page
Then the user should see a list of the restaurants that their friends have rated, commented on, or shared photos of
Scenario 2: Clicking on a friend's activity
Given that the user is on the friends' page of the app
When the user clicks on a friend's activity related to a restaurant
Then the user should be redirected to the restaurant profile page to view more information and details about that restaurant
Scenario 3: Adding a restaurant from friend's activity to personal list
Given that the user is on the friends' page of the app
When the user sees a restaurant from their friend's activity that they want to try
Then the user should be able to add that restaurant to their own personal list of restaurants to try
Scenario 4: Liking a friend's activity
Given that the user is on the friends' page of the app
When the user sees a friend's activity related to a restaurant that they like
Then the user should be able to click on the "like" button to show their appreciation or agreement
Scenario 5: Commenting on a friend's activity
Given that the user is on the friends' page of the app
When the user sees a friend's activity related to a restaurant and wants to leave a comment
Then the user should be able to write a comment and post it to the activity for their friend to see
The text was updated successfully, but these errors were encountered: