DevHomies / LikeHome

A mini clone of hotels.com
MIT License
1 stars 0 forks source link

Reservation Functionality #12

Open TrustfulDev opened 1 year ago

TrustfulDev commented 1 year ago

Requirement(s): Needs database and search functionality to be completed

xiyuanzhou commented 1 year ago

reservation models created, the value field is default and can be changed anytime depend on the value field from the FrontEnd

Screen Shot 2023-03-12 at 6 35 58 PM
xiyuanzhou commented 1 year ago

If updating the Models.py or changing any model, need the commands before running the code:

$ python manage.py makemigrations catalog

$ python manage.py migrate

TrustfulDev commented 1 year ago

Frontend is basically done with their part. Backend team needs to work on saving the reservations in the user database.