umts / BusInfoBoard

A place to view bus arrival information from Avail's JSON feed
Apache License 2.0
15 stars 3 forks source link

StopStatusReportLabel skipped #78

Closed sherson closed 2 years ago

sherson commented 3 years ago

<StopStatusReportLabel>Skipped</StopStatusReportLabel> in StopDepartures means that departure is skipped, so we should not show it.

We have several trippers canceled today, which you can see at stops such as https://bustracker.pvta.com/InfoPoint/rest/StopDepartures/Get/56.

bandogora commented 2 years ago

@sherson I don't see any StopStatusReportLabel with the value Skipped, were they removed? The only tripper I see has the status Scheduled.

sherson commented 2 years ago

No trippers (or other blocks) were canceled today, and no detours are in effect. Those are the two common cases for Skipped (that we're aware of).

sherson commented 2 years ago

Also, though I've only ever seen a status of Skipped or Scheduled, there may be others. So we should not show it if it's Skipped (rather than only showing it if it's Scheduled).