dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

Multiple dukecon instances from same domain store into same indexDB #45

Closed ascheman closed 8 years ago

ascheman commented 8 years ago

We have multiple dukecon instances (latest, testing, testdata, ...) running on the same domain (dev.dukecon.org) which all store into the same indexDB "dukecon". They should use an instance qualifier, e.g., _$instance to distinguish get an instance private storage, similar to local storage contents.

Is it OK to assign this directly to @annam002?

ahus1 commented 8 years ago

I see that the etag is saved in the localStorage, the corresponding data is stored in the indexdb. This is asymmetic. I would recommend to store both in the indexdb.

ahus1 commented 8 years ago

@annam002 @ascheman - this has now been fixed. I also enabled refreshing the contents on the page whenever new data from the server is fetched in the background.