mathcolo / mbtapuller

Train stuff
MIT License
2 stars 0 forks source link

Detect train trip expiry #29

Closed mathcolo closed 8 years ago

mathcolo commented 8 years ago

Right now it's unclear when a Trip has ended—all of the trip data intermingles. We need to determine that trips are complete by the following:

With this information, we can prevent the display of old trips in the UI.

mathcolo commented 8 years ago

Fixed as of 114d4c8