chaoticbackup / chaoticbackup.github.io

The website for Chaotic backup
https://chaoticbackup.github.io
MIT License
5 stars 3 forks source link

load spreadsheet data function #4

Closed DanudeSandstorm closed 6 years ago

DanudeSandstorm commented 6 years ago

On initial loading, load only relevant spreadsheets to display page data, background load the remaining spreadsheets to reduce load time between pages (state changes)

Function in spreadsheet object which takes parameters of data to load and returns null until ready. Keeps track of what's been loading and what has a load request.

Optionally: Loads all data, but returns ready for what is asked.

DanudeSandstorm commented 6 years ago

Reopened as distinct issue. Background loading was never implemented in #12