jpatokal / opal_or_not

Public transport fare comparison engine
http://opalornot.com
GNU Affero General Public License v3.0
18 stars 1 forks source link

Off-peak fares for trains? #5

Closed shaneau closed 10 years ago

shaneau commented 10 years ago

There's currently no way to define if you will be travelling peak or off-peak on trains, this can make a significant difference to the fare price.

jpatokal commented 10 years ago

This is next on the to-do list.

jpatokal commented 10 years ago

The math isn't hard, but the UI's a bit of pain, since Opal and MyTrain off-peak work differently. Currently thinking of two pulldowns with these options, both defaulting to peak hour: Leaving { before 7 AM, 7 to 9 AM, after 9 AM } Returning { before 4 PM, 4 to 6:30 PM, after 6:30 PM }

jpatokal commented 10 years ago

Now live in production!