Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show neighborhoods that a route itinerary goes to #16

Open
elliottwilliams opened this issue Aug 10, 2016 · 2 comments
Open

Show neighborhoods that a route itinerary goes to #16

elliottwilliams opened this issue Aug 10, 2016 · 2 comments

Comments

@elliottwilliams
Copy link
Member

We discussed geocoding station coordinates to produce "neighborhood" or "sub-localities" in propershark/proper#2, but decided that it would be better implemented in Shark.

I propose that we should show neighboorhoods or local landmarks that a particular route is headed towards. This information is useful in addition to a route or system map, because it allows for useful "heading towards" bylines on a list of routes or vehicles. For example:

Station: BUS123
============

Arrivals:
- Route 1A (#123)     in 2 min
  towards Downtown Lafayette
- Route 5B (#234)     in 5 min
  towards Wabash Landing, Happy Hollow
@faultyserver
Copy link
Member

faultyserver commented Aug 17, 2016

Following the logic I explained in a comment on #15, this should be implemented as middleware, since the data that is being sourced requires information about a Vehicle.

With that, an interesting question is raised about how middlewares can modify the list of attributes that an Object has. See #20 for more information.

@faultyserver
Copy link
Member

Since #20 has been implemented, there shouldn't be any structural obstacles to implementing this.

@faultyserver faultyserver added this to the v1.1 milestone Sep 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants