hftlclub / ng-iltis

Angular frontend for ILTIS
MIT License
1 stars 0 forks source link

Health Check #43

Closed fmalcher closed 6 years ago

fmalcher commented 6 years ago

We could implement a health check to warn the user when the server is not available (due to network errors or crash...)

We could provide a backend resource /healthcheck and "ping" it every n seconds (e.g. n = 10). When the "ping" is unsuccessful, a grey overlay could "disable" the frontend until the connection is up again.

What do you think @rweisse ?

fmalcher commented 6 years ago

done