codeforboston / mbta-ninja

MBTA Ninja!
http://mbta.ninja
MIT License
82 stars 46 forks source link

Bus support? #63

Closed honigc closed 9 years ago

honigc commented 9 years ago

Should be easy enough to add in the usual manner. Possible issue type (relevant this winter) would be "stop inaccessible" because it hasn't been shoveled out.

http://mbta.com/winter/bus_status/

JacobEvelyn commented 9 years ago

@honigc do you have thoughts on how to fit this into the UI?

honigc commented 9 years ago

Because there are so many bus lines, maybe we could collapse them all under a "buses" section, and start by including only the key lines listed by the MBTA? Buses also have issue types that trains don't, and tend to have many more stops on a route, so more thought needs to go into the per-line UI as well.

On Wed, Feb 25, 2015 at 8:20 PM, JacobEvelyn notifications@github.com wrote:

@honigc https://github.com/honigc do you have thoughts on how to fit this into the UI?

— Reply to this email directly or view it on GitHub https://github.com/davidlago/mbta-ninja/issues/63#issuecomment-76104798.

davidlago commented 9 years ago

@honigc @JacobEvelyn Added bus support on PR #109. I've separated the events by type, so that we can have specific events for buses. Added silver lines. Also, if we start adding buses, we might have to rethink the interface since it is getting pretty crowded already after adding all of the commuter rail lines.