Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rjcorwin/9083346 to your computer and use it in GitHub Desktop.

Select an option

Save rjcorwin/9083346 to your computer and use it in GitHub Desktop.
New content type checklist when creating Backbone apps with CouchDB.
  • add the couch view to back the collection (or database)
  • add the model
  • add the model's form view
  • add the route for model's CRUD using form view
  • add the collection
  • add the table and row views
  • add the corresponding table and row templates
  • add the route for the model's collection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment