Things accomplished:
-
Menu page dynamically displays items stored in database. Template->
-
Database created with minimal requirements. For this, following models are created: Customer For storing data from restaurant site: Item Event Table For storing data from customer side: For Reservation Reservation
For placing order Order OrderDetails
For booking event (Thinking to create a newtable called BookEvent)
-
Made separate apps: Registration for Customers account, Events for handling events and Reservation for handling reservations, Items(already existing) for handling orders
Also, kept related models (already created and messed up in items app)in the related apps
-
signup, login and logout added left: reset password feature in login
-
cart functions
-
reservation functions
-
feedback system