-
Notifications
You must be signed in to change notification settings - Fork 1
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
Show departure list for multiple stations in a combined view #4
Comments
Multi station support is already implemented. The currently shown tram stops are:
Each 15 seconds, the visible departure list cycles through the different stops listed above. |
Is the feature you request a combined view and/or adding "Ettlinger Tor" as the fourth station? |
I would like a combined view but I can understand if that's too complex |
A combined view would not be too hard to implement. You can check if a tram/train has already passed another station from the list and show only its departure at the stop with the latest departure time. The main disadvantage of a combined view that I personally see is the user experience: A list with 11 lines (1, 2, 3, 4, 5, S1/S11, S2, S4, S5, S7, S8) with two possible directions each, departing from 4 stops means that you need at least 22 rows and an extra column (or at least more text) to indicate the stop to which a person must go for each departure. A compromise to decrease the amount of visible (hard to read) text could be to only show the next ~10 departures, but then people would have to wait for their tram/train to appear in the list just like without a combined display. |
The reason why the stop "Ettlinger Tor" is not displayed is that there is no possibility for lines to depart from this stop without also being available at any of the other three stops, neither during regular service nor in case of rerouting or route closures in any direction. |
my idea here was to have one "virtual station" with prioritized deduplication. I think we can just subtract the time-to-platform from the departure time and choose the highest value. you think this approach might be worth implementing? it should also work flawlessly with rerouting of trips |
I will keep this feature request in mind and probably implement a combined view for further evaluation later. |
from a user experience it would be nice to have multiple stations departures listed, each filtered by specific line's destinations, as we are in the middle of 4 stations and depending on where you want to go you want to choose a different station.
I would imagine a configuration like the following to use regex to show desired destinations.
it comes with the obvious downside of not showing redirected lines, but I'm sure we could come up with ideas for that aswell.
The text was updated successfully, but these errors were encountered: