Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persisting multiple Backbone.Collections and their properties #45

Open
fbuchinger opened this issue Nov 2, 2016 · 0 comments
Open

Persisting multiple Backbone.Collections and their properties #45

fbuchinger opened this issue Nov 2, 2016 · 0 comments

Comments

@fbuchinger
Copy link

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)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant