OneBusAway / wayfinder

Modern web app frontend for OneBusAway built in JavaScript with SvelteKit
GNU Affero General Public License v3.0
6 stars 1 forks source link

Trip Planner: Core Logic and Entrypoint UI #107

Closed aaronbrethorst closed 2 days ago

aaronbrethorst commented 1 week ago

Note

All of this work should target the feature/trip-planner feature branch.

User story

as a transit rider going to a new place I want to plan a trip so I know how to get to my destination

Acceptance criteria

UI inspiration

https://www.soundtransit.org/tripplanner/to/location:3b65b1283888ac0c5603a4bf18c2b526/from/location:11db49ecc87c7fde0e95dbbf92c3d371/now/1730868300000/travel-by/bus,train/route-option/fastest%20trip/max-walk/1609

Sample cURL command

here's a cURL command to query the Puget Sound OTP server to request itineraries from my neighborhood to Microsoft:

curl -H "Accept: application/json" "https://otp.prod.sound.obaweb.org/otp/routers/default/plan?fromPlace=47.5423055%2C-122.38677&toPlace=47.639376%2C-122.128238"
aaronbrethorst commented 2 days ago

fixed in #109