j-koziel / riget-zoo-adventures

A demo web app showcasing a booking system for a zoo
https://riget-zoo-adventures.vercel.app
1 stars 1 forks source link

Research how to make a proper booking system #10

Open j-koziel opened 1 month ago

j-koziel commented 1 month ago

The current booking system which I have implemented was largely based around the fact that I was using a plain JSON database which did not care about relations and was also highly insecure and not reliable. I need to instead research how to create a booking system which works better with an SQL database

j-koziel commented 1 month ago

Ok so for the zoo tickets it's pretty straightforward... assuming the zoo doesn't care about what time and how long you come into the zoo for then there just needs to be a set limit for how many tickets can be bought for a certain day. Also, for educational visits, I thought it would be best to instead of make people book online to instead have a link to a phone number for the zoo as that would let the organizers accommodate more specific requests.