This repository was archived by the owner on Dec 5, 2023. It is now read-only.
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Error handling for (partial) backend failures #19
Open
Description
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.