nens / kpi-dashboard

Performance Indicator dashboard based on Lizard
http://demo.lizard.net/report/kpi/
0 stars 4 forks source link

Loading indicator not shown while site is loading #34

Open gijs opened 7 years ago

gijs commented 7 years ago

As reported:

Bij het opstarten zie je nergens dat de site aan het laden is... ik mis een radartje dat draait en laat zien dat ie bezig is.

gijs commented 7 years ago

This can be seen as a front-end bug.

It's also a result of the API being normalized. Or in other words: the API does little more than just coughing up the data from database tables. I'll keep it short, but this forces the front-end to have to request-and-wait for a variable number of XHR requests, needs to do parsing of the responses to get the data in a usable format/graph.

Short answer: I'll make the spinner spin more.