agical / friendsunhosted

FRIENDS#UNHOSTED - Own your network!
http://friendsunhosted.com/
Other
13 stars 2 forks source link

cache posts and friends #2

Open jancborchardt opened 11 years ago

jancborchardt commented 11 years ago

To not present users with a complete blank slate (or only their own data) on every use, the fetched posts and list of friends should be cached in localStorage.

Until the new updates roll in (with a spinner displaying #1), you can still check out old posts.

brolund commented 11 years ago

Good idea. ATM we only store the remoteStorage access data there. Maybe we should even have that as the local master, and letting the GUI listen to what is in localStorage? My impression is that localStorage is pretty well supported among browsers. Is that right?

jancborchardt commented 11 years ago

Yeah, we don’t want to focus on localStorage too much, especially because stuff like IndexedDB (and that other thing) will make the concept of local browser storage more powerful.

It’s your call how you want to do it with the app though. :) Caching all the data in localStorage would work since it’s just all text at the moment – and then also poll the remoteStorages continuously for updates.