jaredtyrel / Portfolio

My Thinkful Portfolio
0 stars 0 forks source link

01 Create and list reservations #6

Open jaredtyrel opened 1 year ago

jaredtyrel commented 1 year ago

As a restaurant manager I want to create a new reservation when a customer calls so that I know how many customers will arrive at the restaurant on a given day.

Acceptance Criteria

1 The /reservations/new page will have the following required and not-nullable fields:

2 The /dashboard page will

3 The /reservations API will have the same validations as above and will return 400, along with an informative error message, when a validation error happens.

jaredtyrel commented 1 year ago

1