WSDOT / wsdot-ios-app

Source code for the WSDOT iOS application
GNU General Public License v3.0
10 stars 4 forks source link

Bridge Alert push notifications #256

Open englehorn opened 2 years ago

englehorn commented 2 years ago

When a bridge alert push notification is received by the app there are two different user experiences:

  1. The Highway Alert bridge notifications (1st Avenue South Bridge and Interstate Bridge) open to the Bridge Alerts Detail screen.
  2. The Hood Canal bridge notifications open to the Bridge Alerts View Controller screen.

To provide a consistent user experience, we should open all bridge alert notifications to the same screen.

englehorn commented 2 years ago

UX Example 1: Highway Alert Bridge Notification

IMG_2084 IMG_2085

englehorn commented 2 years ago

UX Example 2: Hood Canal bridge notification

IMG_2089 IMG_2090

englehorn commented 2 years ago

My recommendation is to redirect all bridge notifications to the Bridge Alerts View Controller screen (see UX Example 2). With a new updated tableview users can view all available bridge alerts and click on individual alerts to view them on the traffic map.