WSDOT / wsdot-ios-app

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

Emergency Alerts #254

Closed englehorn closed 2 years ago

englehorn commented 2 years ago

Emergency Alert Messaging

The WSDOT mobile app is set up to provide time-sensitive alert messages via a server-side data file EventStatus.js

https://data.wsdot.wa.gov/mobile/EventStatus.js

This file can also be modified to deliver important emergency information in the case of natural disasters and extreme weather.

Example:

{
"startDate": "2022-06-17",
"endDate": "2022-06-17",
"themeId": 1,
"bannerText": "This is a Test Emergency Alert",
"title": "Emergency Alert",
"details": "This is a test"
}

Simulator Screen Shot - iPod touch (7th generation) - 2022-06-17 at 13 12 16

englehorn commented 2 years ago

"themeId" can be used to assign custom styling for emergency alerts.

englehorn commented 2 years ago

Theme 1:

Theme 1

englehorn commented 2 years ago

Theme 2:

Theme 2

englehorn commented 2 years ago

Theme 3:

Theme 3

englehorn commented 2 years ago

Theme 0:

Simulator Screen Shot - iPod touch (7th generation) - 2022-06-24 at 10 39 48

englehorn commented 2 years ago

Theme 4:

Simulator Screen Shot - iPod touch (7th generation) - 2022-06-28 at 13 19 34