feat: expandable schedule stops with map-from-my-location waypoints - #3
Draft
jssturm wants to merge 3 commits into
Draft
feat: expandable schedule stops with map-from-my-location waypoints#3jssturm wants to merge 3 commits into
jssturm wants to merge 3 commits into
Conversation
Restore in-park walking navigation: tap a schedule stop to expand it, then open Google Maps walking directions from the device location to that exhibit/ride. Keep previous-stop walking links, qualify map destinations with venue context, and expose map_destination on schedule items for reliable geocoding. Co-authored-by: jssturm <jssturm@users.noreply.github.com>
Co-authored-by: jssturm <jssturm@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…flow The Test job only installed requirements.txt, which does not include pytest, so CI failed with "No module named pytest" (including on main). Install requirements-dev.txt and run the full pytest suite. Co-authored-by: jssturm <jssturm@users.noreply.github.com>
jssturm
force-pushed
the
cursor/schedule-waypoint-expand-72c3
branch
from
July 31, 2026 17:50
671b598 to
06bc7e5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restores the in-park waypoint experience: schedule stops are expandable, and each stop can open Google Maps walking directions from the user’s current location to that exhibit/ride.
What changed
Mapswalking directions to a venue-qualified destination; falls back to destination-only if permission is deniedwalking_map_urlas a secondary actionmap_destinationon schedule items; walking URLs and destinations include venue context (e.g.Kumba, Busch Gardens Tampa); plans exposevenue_namewalking_map_urlis missing, reminders can still open viamap_destinationrequirements-dev.txtso pytest is available (fixesNo module named pytest)Test plan
pytestlocally (24 passed on this branch)