jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
59 stars 7 forks source link

Store current_stop_sequence in Trip #72

Closed jamespfennell closed 4 years ago

jamespfennell commented 4 years ago

Instead of TripStopTime.future boolean column, can have a single current_stop_sequence column in Trip. This data normalization would make updating easier.

jamespfennell commented 4 years ago

....but probably the vehicle stop sequence should "win".