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 student I want to be able to see open restaurants only, so I can decide which restaurants I can go to at that time. #2

Open
1 of 3 tasks
grindfever opened this issue Mar 31, 2022 · 0 comments
Assignees

Comments

@grindfever
Copy link
Collaborator

grindfever commented Mar 31, 2022

User interface mockup

filtersPage

mockupFrontPage

Acceptance tests

Scenario: Select filter to show open restaurants only 
    Given the filters page and it's <hour> o'clock.
    And the restaurants <restaurants>
    When I select the "mostrar apenas lugares abertos" option.
    Then the the restaurants <restaurant_res> will be shown.
    Examples:
    | <hour >| <restaurants> | <restaurants_res >|
    | 13:30 | "Grill", "Cafetaria - Restaurante FEUP", "Cantina - Jantar" | "Grill", "Cafetaria - Restaurante FEUP" |
    | 15:00 | "Grill", "Cafetaria - Restaurante FEUP", "Cantina - Jantar" | "Cafetaria - Restaurante FEUP" |
    | 20:00 | "Grill", "Cafetaria - Restaurante FEUP", "Cantina - Jantar" | "Cantina - Jantar" |

Value/Effort

Value: Could have
Effort: L

Work items

@carlotaleite carlotaleite changed the title As a student i want to be able to see , which restaurants are still open , so i can decide which restaurant I will go to, I dont care about restaurants that are closed . As a student I want to be able to see which restaurants are still open, so I can decide which restaurant I will go to, I don't need to see restaurants that are closed. Mar 31, 2022
@Andrekt02 Andrekt02 changed the title As a student I want to be able to see which restaurants are still open, so I can decide which restaurant I will go to, I don't need to see restaurants that are closed. As a student I want to be able to only see the restaurants that are still opened, so I can decide which restaurants I can go to at that time. Apr 24, 2022
@Andrekt02 Andrekt02 changed the title As a student I want to be able to only see the restaurants that are still opened, so I can decide which restaurants I can go to at that time. As a student I want to be able to see open restaurants only, so I can decide which restaurants I can go to at that time. Apr 24, 2022
@anetep anetep closed this as completed Jun 10, 2022
@anetep anetep reopened this Jun 10, 2022
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

3 participants