Backbone.dualStorage icon indicating copy to clipboard operation
Backbone.dualStorage copied to clipboard

A dual (localStorage and REST) sync adapter for Backbone.js

Results 27 Backbone.dualStorage issues
Sort by recently updated
recently updated
newest added

I'm finding this project really useful, thank you very much for it! I'm building a mobile app for places with low connectivity. One issue I find is that it's better...

Idea
lazy sync

Previously, there was a hack with a global URLs object to support connecting to something other than the origin. We need something else to do the same, since it's a...

Idea

Right now, a manual sync is required after connectivity is resumed. Dualstorage should keep track of unsynced models and help with syncing them later.

Idea

We should split the coffeescript components into different semantic files. Then the Makefile should: - Combine the coffeescript source files into a single javascript source file - Build a minified/uglified...

Improvement

Upgrading to most recent version of Backbone seems to break dualStorage in several places. Insofar as they're related, there are several seemingly similar issues discussed by the folks working on...

Improvement

I have a scenario where I have a Collection of Jobs and when navigating into a job, I request a collection of services. The URL of the services collection is...

Idea

I tried to debug it for two days already and very tired. I even don't know where should I ask/make ticket for that. So, I do in both places. [Another...

Question