CallWall / CallWall.Web

Web host for the CallWall product. Hosts the Cloud client and any downloads
0 stars 1 forks source link

Responsive summaries #81

Closed LeeCampbell closed 10 years ago

LeeCampbell commented 10 years ago

This change is about creating a write through cache with pouchDB. Instead of loading data from the DB and then asking signalR for more data and trying to merge the two streams of data, I subscribe to all data (existing + updates) from pouchDB and then just push the new data into the DB.

LeeCampbell commented 10 years ago

Closes #54 Closes #71