Alan-Bushell / la-cocina-del-diablo

2 stars 1 forks source link

USER STORY: Make a Reservation #5

Closed Alan-Bushell closed 1 year ago

Alan-Bushell commented 1 year ago

As a Customer I can make a reservation so that I can dine at the venue

Acceptance Criteria

Tasks

Alan-Bushell commented 1 year ago

Booking form now works and submits data to the database.

initial issue in pulling data from DB and displaying to user. could not prevent all users have access to all bookings.

This seems to be down to how I created my models.

I have for now at least linked the booking by email address.

Current issue I am encountering is when the booking has been confirmed that it is not updating on the front end.

Will look into this at a later time as the notification side of things is not mandatory for right now.

Alan-Bushell commented 1 year ago

I have implemented a status change for the users profile page to let them know that a booking has been accepted or declined.

Alan-Bushell commented 1 year ago

User can edit reservation before it has been accepted.

User can also delete reservation at any stage

Alan-Bushell commented 1 year ago

While the fundamentals are completed I have not added a notification system once a booking is confirmed.

Will investigate Django signal emails to see if this can fulfill my goals.