backbone-pouch icon indicating copy to clipboard operation
backbone-pouch copied to clipboard

Persisting multiple Backbone.Collections and their properties

Open fbuchinger opened this issue 7 years ago • 0 comments

How can I persist/query/update multiple collections in my pouchdb-backbone app? Suppose I want to extend the Todos app so that it can manage multiple Todo lists (each one of them being a Backbone.Collection of Todos).

  • How can I create a view that shows the name of all existing Todo lists in the app? (clicking on the name should open the Todo list).
  • How can I persist Backbone.Collection properties with pouchdb (e.g. author/change date of the Todo list)?

fbuchinger avatar Nov 02 '16 09:11 fbuchinger