mozilla-services / telescope

A dumb auditing service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List all aborted checks (yellow)

leplatrem opened this issue · comments

The UI lists the unsuccessful checks on top. As a user, I can open the details and refresh them. This will invalidate cache on the server and re-run the check code. This operation requires a secret.

But, if I'm offline or my connection is flaky, or if I open the UI after suspend, a number of requests to fetch the check results may have failed. The checks card are shown in yellow.

However, without scrolling, I have no way to know whether there was any failed network request. The UI could shows me "System is healthy, no failing check", even if there were aborted/failing requests.

The failing checks should be listed.

There could also be a "Retry" action that rethrows the requests (without secret prompt, it's all client side). Alternatively, I can also refresh the whole page, it's also fine...