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

Tastewish list #9

Open
davidapeixoto08 opened this issue Mar 14, 2023 · 0 comments
Open

Tastewish list #9

davidapeixoto08 opened this issue Mar 14, 2023 · 0 comments

Comments

@davidapeixoto08
Copy link
Collaborator

davidapeixoto08 commented Mar 14, 2023

Description

As a user, I want to be able to create a personalized list of restaurants I want to try so that I can easily keep track of my dining goals.

Mockup

image

Acceptance tests:

Scenario 1: Adding a restaurant from my WishList
Given that I am browsing a restaurant profile
When I click the heart button
Then the restaurant should be added to my Tastewish list.

Scenario 2: Removing a restaurant from my WishList
Given that I am browsing a restaurant profile
When I click the heart button
And the restaurant was added to my Tastewish before
Then the restaurant should be added to my Tastewish list.

Scenario 3: Viewing my WishList
Given that I am on my profile page
And I've added restaurants to my TasteWish
When I click the "TasteWish" button
Then I should see a list of restaurants I've added to my WishList.

@acarolinacc acarolinacc changed the title As a user, I want to be able to create a personalized list of restaurants I want to try so that I can easily keep track of my dining goals. Tastewish list Mar 14, 2023
@NJCR13 NJCR13 removed S labels Apr 21, 2023
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