SanFelipeStudios / RomeTwo

Second Project, focused on practical design
0 stars 0 forks source link

No Internet Connectivity View #19

Open nicholasri opened 1 year ago

nicholasri commented 1 year ago

No Internet Connectivity

As an iOS Engineer, I want to create a view that is displayed when the user has no internet connection and tries to access the application. Examples listed below. I also want the ability for the user to retry connecting to the app using a retry button.

Acceptance Criteria

Given When Then
A User opens the app There is no internet connectivity Display an error page
A User already has the app open The user loses internet connectivity ""
An internet connectivity error page The connectivity issue persists & The user tries to navigate between views ""
"" "" Display a "Retry" Button
"" A User presses "Retry" Then try to restore connection to the app's back-end
A User presses "Retry" on an internet connectivity error page the app fails to connect to the back-end Then continue to display the same page
"" the app successfully connects to the back-end restore the current view

Examples

Image

Image

Image

Image

Image

Image