umts / bojangles

Ruby script for monitoring the PVTA realtime bus departures feed
MIT License
0 stars 0 forks source link

Errors #7

Closed dfaulken closed 8 years ago

dfaulken commented 8 years ago

Currently three kinds of errors we are planning on handling and reporting:

dfaulken commented 8 years ago

Currently doesn't handle buses being late (SDT in the past).

dfaulken commented 8 years ago

It does now (https://github.com/umts/bojangles/commit/999d5bd32eaff769414f6e1a8dec8a89722e9482).

@werebus suggested that we index departures by route and direction rather than just route. Opened #11 for this.

An alternative is to not worry about departures scheduled in the past - but I'm unsure whether that's a good idea.

dfaulken commented 8 years ago

11 addressed.