mrshu / brutal-plugins

A set of plugins for brutal, the mighty chatbot
Apache License 2.0
4 stars 2 forks source link

travel: Add option to search by arrival time. #106

Open pepol opened 9 years ago

pepol commented 9 years ago

Sometimes you want to find travel connections that arrive to the destination before specified time. In current version, this requires user to take the approximate duration of the travel and subtract that from the arrival time. However, most (if not all) services that are used to provide connection information are capable of searching for arrival date as well. I think this plugin should leverage that.

Cc: @mrshu

mrshu commented 9 years ago

@pepol this is certainly a valid issue. However, in order for this plugin to search by arrival time the underlying API libraries (imhdsk and cpsk) would need to provide that functionality. This issue will be in "blocked" state until they do.

cc @Adman