Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter and sort next-transit-times #7

Open
jmou opened this issue Mar 29, 2019 · 1 comment
Open

Filter and sort next-transit-times #7

jmou opened this issue Mar 29, 2019 · 1 comment

Comments

@jmou
Copy link
Owner

jmou commented Mar 29, 2019

Present useful times.

  • Filter times too soon (train in 1 minute) or too late (train in 1 hour).
  • Sort by something like next arrival time
  • Maybe try to show results for each line / limit results for each line. For example, if the B52 is 20 minutes away, it might be useful to list it even if there are many trains arriving before it.
@pythagoraswitch
Copy link
Collaborator

pythagoraswitch commented Apr 5, 2019

Currently it is taking the most recent train/bus time excluding the ones less than walk time; filter and sort are implemented in frontend.
The train/bus time also decreases automatically using moment.
Here in this commit -> 8f6b20d

Next to-dos:

  • add walk time info for bus stops
  • think about which train/bus lines to show first (sort heuristics)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants