This app does serve a functional purpose in that it shows available ride times to Canada's Wonderland This data is pulled from ThemeParks WIKI
This app works offline without issue.
This app also serves as a great example of using Shiny Mediator At the time of this publishing, we used v4's new persistent cache that is updated in the background via a Shiny Background Job
The HTTP API to themeparks wiki is generated using Shiny Mediators OpenAPI source generator. Look in the csproj for the following
<ItemGroup>
<MediatorHttp Include="OpenApiRemote"
Uri="https://api.themeparks.wiki/docs/v1.yaml"
Namespace="ShinyWonderland.ThemeParksApi"
ContractPostfix="HttpRequest"
Visible="false" />
</ItemGroup>
- Show ride times (including paid times if available) for Canada's Wonderland whether you are inside the park or now
- Ability to filter out closed rides, & rides that don't have an estimated time
- Basic parking locator
- GPS based notifications while in the park notifying you if ride times have gone down - GPS shuts off once outside of park
- "You are currently offline" mediator event is not firing this until the page is hit again
- Android maps not setup - users need to setup their own keys and stuff
- Theme park API returns data even park is closed
- GPS distancing to each ride from current
- Peak times - requires server
- Need weather at current time request
- Wonderland Map
- Restaurant Points with Menu & Prices
- This data does not come back
- Could do manual pins?