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
I'm in the Puget Sound region, and recently trip alerts have started blocking view of the continued next arrivals section (i.e. more than the top 2) if there are too many. Because alerts are apparently layered above next arrivals, all you can do is start hiding alerts until they no longer completely cover the pane for next arrivals. If it's feasible, please consider making alerts the top entries in next arrivals, instead of their own pane that covers next arrivals? And regardless, thank you much for all the work you've put in.
@Seattlerider Thanks for the feedback! I know this is frustrating given the amount of service agencies are needing to cancel due to COVID 19.
As you said, for a workaround, you can hide the alerts by tapping on them and then tapping on the "hide" button. But you can only do that one at a time. Having this many alerts active at a time is definitely unprecedented.
I’m also looking at ways to improve the app going forward to make this easier to navigate, although given I work on the app mostly as a volunteer for the Open Transit Software Foundation it may not happen quickly. The current behavior is largely due to the limitations of the Android libraries that were available back when this was first implemented. The app really needs an overhaul to the most recent Android tools and libraries, but that's unfortunately not a quick change.
Ideally most of these alerts would instead be communicated as trip-level cancellations to the app so they could be displayed inline with other arrivals. I implemented most of the code for this in this PR: #1034
But it still requires some server side support that's not implemented yet. That would fall on Sound Transit's side of things and I've reached out to them to see if we can make it happen.
Note there is a related issue at #1041 for making the method to hide the alerts more obvious.
Summary:
It would be nice to show alerts in the trip plan itinerary as well as indicate them in the map view of the trip result
Steps to reproduce:
Plan a trip for a stop that shows an alert when viewing arrival times in ArrivalsListFragment
Expected behavior:
When I plan a trip that includes this stop, the trip plan and view of result on map should show the alert
Observed behavior:
No alerts are shown in trip planning results
Device and Android version:
N/A
The text was updated successfully, but these errors were encountered: