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

USER STORY: Reserve a meal #1

Closed
3 tasks done
alerebal opened this issue Apr 26, 2022 · 2 comments
Closed
3 tasks done

USER STORY: Reserve a meal #1

alerebal opened this issue Apr 26, 2022 · 2 comments

Comments

@alerebal
Copy link
Owner

alerebal commented Apr 26, 2022

As a User I can select a day and time so that I can reserve a meal for me and guests(if is anyone)

Acceptance Criteria:

  • The user must not have another reservation at the same time
  • If the user has another reservation the same day but at a different time, let them know about this to avoid a confusion.
  • The reservation can be for one person or for several people.
  • The restaurant must not be full to accept the reservation.
  • There must to be a way to contact with the user, email, telephone or mobile.

Tasks

@alerebal alerebal changed the title USER STORY: <Reserve a meal> USER STORY: Reserve a meal Apr 26, 2022
@alerebal
Copy link
Owner Author

As an user does not need to be registered in the page to get a reservation, the email is going to be as a FK here. I will use it to get previous reservation if exists to be sure that there is not duplicated reservations, sort the reservations of an user and get data of them.

@alerebal alerebal added this to To do in Restorant Project Apr 26, 2022
@alerebal alerebal moved this from To do to In progress in Restorant Project Apr 27, 2022
@alerebal
Copy link
Owner Author

alerebal commented May 9, 2022

All acceptance criteria have been met.

@alerebal alerebal closed this as completed May 9, 2022
@alerebal alerebal moved this from In progress to Done in Restorant Project May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant