blueintegral / WaitOrWalk

The information you really want when waiting at the bus stop: is it quicker to wait or to walk? Only works for Georgia Tech right now.
9 stars 3 forks source link

Take into account when buses are running #13

Open Tanner opened 11 years ago

Tanner commented 11 years ago

The front end (slightly handles this)[templates/index.html#L48], but it should be implemented in both the backend and the frontend.

The backend API should always recommend walking when the buses are not running.

In my opinion, the front end should just say something like "Sorry, the busses are not running. You'll have to walk." when the buses are not running. It should not show the start/end bus stop options.