You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "Earlier departure" or "Later departure" buttons in the route overview, the departure time for Bike&Ride routes does not update.
To adjust the time for Bike&Ride routes, users must manually navigate to the time settings and change it there, which adds unnecessary complexity to the user experience.
In the overview, click on "Earlier departure" or "Later departure".
Observe whether the departure time updates for Bike&Ride routes.
Observed behavior:
The departure time for Bike&Ride routes remains unchanged when selecting "Earlier departure" or "Later departure".
Expected behavior:
The departure time should adjust accordingly when "Earlier departure" or "Later departure" is selected, reflecting the updated time in the Bike&Ride route suggestions.
Screenshots:
Environment:
Browser and App
Additional information:
Improving this functionality will make the time adjustment process more intuitive and consistent across all route types.
The text was updated successfully, but these errors were encountered:
These buttons are explicitly disabled if Bike & Ride is selected. If I enable the buttons, the query for earlier itineraries does not work. Looks like I have to put more effort on that than just enabling the buttons.
@hbruch To enable requesting earlier/later connection for Bike&Ride I need to implement multi mode requests for the moreItinerariesQuery to receive Bike + Transit, BikePark + Transit, BikeRent + Transit connections. This is not possible with the current implementation, therefore I would need to do some more refactoring and spend about 1 day additional effort on that.
Description:
When using the "Earlier departure" or "Later departure" buttons in the route overview, the departure time for Bike&Ride routes does not update.
To adjust the time for Bike&Ride routes, users must manually navigate to the time settings and change it there, which adds unnecessary complexity to the user experience.
Steps to reproduce:
Observed behavior:
Expected behavior:
Screenshots:
Environment:
Browser and App
Additional information:
Improving this functionality will make the time adjustment process more intuitive and consistent across all route types.
The text was updated successfully, but these errors were encountered: