alaurenz / metrobike

0 stars 1 forks source link

Add transit times to Step objects #79

Closed dutchscout closed 11 years ago

dutchscout commented 11 years ago

Currently, our system says to catch a bus, but it doesn't say when (!)

This will require work from both the ui and backend teams.

dutchscout commented 11 years ago

We also need to add bus numbers here.

dutchscout commented 11 years ago

Use test-driven development for this.

alaurenz commented 11 years ago

I completed this by adding a TransitDetails object which is stored in each transit step (contains all relevant info about the transit such as bus numbers, times, names, etc). Also added unit tests for all of this object's methods.