Parks provide relevant activities that can be done depending on various options such as thrill rides, parades, firework shows, and support filters like height, age, time, and other requirements.
Functions within here should include things like get_thrill_rides or get_fireworks_shows and return the various activities available during that time, each of these could have a filter depending on location where get_thrill_rides(location?:string) allows for specific ranges or all of the above.
Parks provide relevant activities that can be done depending on various options such as thrill rides, parades, firework shows, and support filters like height, age, time, and other requirements.
Functions within here should include things like
get_thrill_rides
orget_fireworks_shows
and return the various activities available during that time, each of these could have a filter depending on location whereget_thrill_rides(location?:string)
allows for specific ranges or all of the above.https://github.com/heyitsmass/BayView/blob/b335f46bd55299100313360e111e700b8bc3f6a0/src/types/ItineraryManager.ts#L371-L378