gameshelf / gameshelf.github.io

NOT MAINTAINED ANYMORE
https://gameshelf.github.io/
28 stars 7 forks source link

Cache collections #34

Closed junqdu closed 6 years ago

junqdu commented 6 years ago

Cache API calls into LocalStorage, since BGG is being bit slow, and no need to make call when you didn't make change to your collection.

Maybe cache collection for different user as well, so the key probably be something like userId+subPageName (collection, want to play, etc...)

mattmontgomery commented 6 years ago

I'll tackle this tonight.