CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Global default error handling in UI #1136

Open DanielBrierton opened 7 years ago

DanielBrierton commented 7 years ago

As it is now, sometimes a broken REST call will result in the page hanging, or just nothing happening at all, making the user think everything went ok.

We should have default handling for these errors so an error message is displayed, but allow for silent error handling when needed.