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

As a user, I would like to filter the suggestions so that I only see meals that correspond my preference #4

Open
TiagoMRib opened this issue Apr 1, 2022 · 2 comments
Labels
Could Could have (MoSCoW) M Medium Efford user story

Comments

@TiagoMRib
Copy link
Collaborator

TiagoMRib commented Apr 1, 2022

  • As a user, I would like to be able to filter the suggestions by type of meal (meat, fish, diet...) so I only see the recommendations for the kind of dishes I'm looking for.

Acceptance Tests:

Scenario: Be able to filter the suggestions
Given I am on the suggestions menu
When I select one of the meal types
And there is at least a suggestion of that type
Then it shows the suggestions that match the type selected
Scenario: Be able to filter the suggestions
Given I am on the suggestions menu
When I select one of the meal types
And there are no suggestion that match the type selected
Then it shows the message "Not available right now. Try again later"

User Interface Mockup

Value and Effort:

  • Value: Could have
  • Effort: M
@mpspmf mpspmf changed the title Ad a user, I would like to filter the suggestions so the search is easier As a user, I would like to filter the suggestions so the search is easier Apr 1, 2022
mpspmf added a commit that referenced this issue Apr 1, 2022
@TiagoMRib TiagoMRib added Could Could have (MoSCoW) M Medium Efford labels Apr 8, 2022
@arestivo
Copy link
Collaborator

O "so" podia ser melhor: "so that I only see meals that suit my taste" ou algo do género.

@arestivo
Copy link
Collaborator

Given I have several suggestions available
When I select on one of the types of menus
Then it shows the suggestions that match the type selected
But if there isn't any, it says "Not available right now. Try again later"

Ifs no meio de acceptance testes parece querer dizer que são mais do que um acceptance test. Podem ter mais do que um.

@mpspmf mpspmf changed the title As a user, I would like to filter the suggestions so the search is easier As a user, I would like to filter the suggestions so that I only see meals that correspond to my taste Apr 29, 2022
@mpspmf mpspmf changed the title As a user, I would like to filter the suggestions so that I only see meals that correspond to my taste As a user, I would like to filter the suggestions so that I only see meals that correspond my preference Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Could Could have (MoSCoW) M Medium Efford user story
Projects
None yet
Development

No branches or pull requests

2 participants