front-end
front-end copied to clipboard
Error handling for (partial) backend failures
The jQuery scripts don't do proper error handling. If some backend service (like the catalogue) is offline, no error page is shown to the user, but just an empty page with clickable links that link to pages that do not work. We should allow every backend service to fail independently, without preventing the other parts to work.
This would be very helpful indeed.