shirenekboyd / final-capstone-project

Restaurant Reservation System
0 stars 0 forks source link

US-08.2 #18

Open shirenekboyd opened 2 years ago

shirenekboyd commented 2 years ago
  1. The /reservations/:reservation_id/edit page will display the reservation form with the existing reservation data filled in
    • [x] Only reservations with a status of "booked" can be edited.
    • [x] Clicking the "Submit" button will save the reservation, then displays the previous page.
    • [x] Clicking "Cancel" makes no changes, then display the previous page.