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

Fixes JS to use weather and fixes #31 #32

Closed Tanner closed 11 years ago

Tanner commented 11 years ago

Previously shouldWalk() was not being passed any of the wait times or weather values. This has been fixed.

31 has also been fixed.

darkzeroman commented 11 years ago

If the buses are not running, is it better to tell the user that? Or just go ahead and say walking is the best option without telling him the buses are not running.

Tanner commented 11 years ago

Good question. I think it should just say walk. Telling the user that the buses aren't running doesn't impact their decision as they only have one option.