QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Proactively display warning message for "bad" website status #2102

Closed hudson-newey closed 7 months ago

hudson-newey commented 8 months ago

In a recent pull request, we added the ability to view the website status / API status under the /status route.

However, at the moment, the website status isn't exposed to the user unless they access this route.

Instead, we should proactively show warning messages if a feature the user is about is use is not healthy.

Suggested changes

Relates to: #2100