You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
We intensively Backbone in Cozy apps, and the CRUD actions from Backbone.Model with cozy sync is generally the same each times (see https://github.com/cozy-labs/cozy-music/pull/3/files#diff-0b06487a4bbf3713e0cfac841fc4f92cR23). We can provide a module with a Backbone.sync wrapper to CozySDK that can be quickly embed to our apps to plug our models with the CozySDK directly.
We intensively Backbone in Cozy apps, and the CRUD actions from Backbone.Model with cozy sync is generally the same each times (see https://github.com/cozy-labs/cozy-music/pull/3/files#diff-0b06487a4bbf3713e0cfac841fc4f92cR23). We can provide a module with a
Backbone.syncwrapper to CozySDK that can be quickly embed to our apps to plug our models with the CozySDK directly.