shirenekboyd / final-capstone-project

Restaurant Reservation System
0 stars 0 forks source link

US-01.2 #2

Open shirenekboyd opened 2 years ago

shirenekboyd commented 2 years ago

Acceptance Criteria

  1. The /dashboard page will
    • [x] list all reservations for one date only. (E.g. if the URL is /dashboard?date=2035-12-30 then send a GET to /reservations?date=2035-12-30 to list the reservations for that date). The date is defaulted to today, and the reservations are sorted by time.
    • [x] display next, previous, and today buttons that allow the user to see reservations on other dates
    • [x] display any error messages returned from the API