cuappdev/ithaca-transit-ios

Show buses delayed by < 120 seconds as On Time

Closed this issue · 0 comments

In order to accurately display delayed buses, we need to overcome the fact that live tracking data is only updated every 30 seconds.

In order to do this:

  • Show buses that are delayed by < 120 seconds as "On Time", EXCEPT if the actual departTime + delay > current time.