stride-nyc / remote_retro

Free, world-class retrospectives
https://remoteretro.org/
MIT License
577 stars 65 forks source link

warning about slow internet connection #402

Open williamcodes opened 6 years ago

williamcodes commented 6 years ago

As a user, I want to be notified when my slow internet connection is causing problems in the UI So that I know to find a better internet connection and not blame the app for poor performance.

By Way Of Explanation: This came up at JOOR during a large meeting. People at first thought that the app was struggling to handle the load of 15 users.

vanderhoop commented 6 years ago

@williamcodes @imaginista I'm curious about the minimal viable solution here. Just a wifi icon (with some alt text that [conditionally] surfaces that some features may feel unresponsive)? And we check the wifi at an interval of every 30 seconds?

imaginista commented 6 years ago

@vanderhoop I think you could go the route of material design and just surface a system notification somewhere in the corner. Some more on that here: https://developers.google.com/web/fundamentals/instant-and-offline/offline-ux

williamcodes commented 6 years ago

@vanderhoop sounds good to me