heyitsmass / BayView

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

Activity Implementation #9

Closed heyitsmass closed 11 months ago

heyitsmass commented 1 year ago

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.

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