Skip to content

Persisting multiple Backbone.Collections and their properties #45

Description

@fbuchinger

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)?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions