dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

Load new data asynchronously in background #28

Closed annam002 closed 8 years ago

annam002 commented 8 years ago

We regularly check if there is new data on the server in the background. If this is the case, we should directly store the new data in local cache, so that the app directly uses the new data on the next load of a page. In addition, it would be nice to have a little indicator in the interface to indicate that new data is loading.