openphacts / explorer2

Ember JS web application used for browsing the Open PHACTS Discovery Platform
MIT License
2 stars 1 forks source link

Notification for asynchronous timeouts #24

Open stain opened 9 years ago

stain commented 9 years ago

Also in case of timeouts (30 s) there should be some notification. Btw. Is there an easy way to extend the timeout length?

ianwdunlop commented 9 years ago

Change the ops.js code to extend the timeout. No current way to do it programatically unless you do some js naughtiness.

ianwdunlop commented 9 years ago

The number of things which failed to load could be reported beside the text about the things that are currently loaded.

ianwdunlop commented 9 years ago

I've added some notification to target diseases. You get a count of failed loads as well as a little progress bar for each set of async loads - might take some time to find its way in to master!