mathcolo / mbtapuller

Train stuff
MIT License
2 stars 0 forks source link

Get next station for trip #6

Closed mathcolo closed 8 years ago

mathcolo commented 8 years ago

Existing current_station function needs to be refactored to return where the Trip will be next/what stations it's between/etc.

New function can return a tuple of (status indicator, Station object). Status indicator will be defined by the constants specified in the constants issue.

mathcolo commented 8 years ago

Fix committed as of 4becc06