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

Foodie Budz #13

Open
acarolinacc opened this issue Mar 15, 2023 · 0 comments
Open

Foodie Budz #13

acarolinacc opened this issue Mar 15, 2023 · 0 comments

Comments

@acarolinacc
Copy link
Collaborator

acarolinacc commented Mar 15, 2023

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

image

image

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants