heyitsmass / BayView

The next generation reservation tracking and notification system
https://bayview.dev
MIT License
1 stars 2 forks source link

Restaurant Implementation #10

Closed heyitsmass closed 11 months ago

heyitsmass commented 1 year ago

Each park provides restaurant options and have various availability allotments depending on party size, day's attending, location in the park, etc...

Functions within this class should be able to do things such as get_reservations which provides a list of all available reservations during the users booking ranges where maybe get_reservations(time?:string) could be optionally provided to get the reservations within a certain time period

https://github.com/heyitsmass/BayView/blob/b335f46bd55299100313360e111e700b8bc3f6a0/src/types/ItineraryManager.ts#L362-L369