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
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 maybeget_reservations(time?:string)
could be optionally provided to get the reservations within a certain time periodhttps://github.com/heyitsmass/BayView/blob/b335f46bd55299100313360e111e700b8bc3f6a0/src/types/ItineraryManager.ts#L362-L369