User Tools

Site Tools


eg-259:ch15

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eg-259:ch15 [2013/03/05 20:36] eechriseg-259:ch15 [2013/03/05 20:44] (current) – [Complete CRUD App (in-memory storage)] eechris
Line 516: Line 516:
  
 ===== Complete CRUD App (in-memory storage) =====  ===== Complete CRUD App (in-memory storage) ===== 
 +
 +  * This final version of the app includes a facility for showing existing projects and allowing their titles to be edited.
 +  * The app now has an ''UpdateView'' which supports the editing feature and the list items now include an id in the URL that allows a particular project to be selected for editing.
 +  * It overrides the ''Backbone.sync'' object to allow data to be read from an array of objects in memory rather than a RESTful api (which is it's default behaviour).
 +  * View the code for insight into how this works
 +
 +[[http://localhost:4567/backbonejs-hands-on/app/index.html|app/index.html]]
 ===== Summary of this Session ===== ===== Summary of this Session =====
  
Line 526: Line 533:
   * [[eg-259:ch15#Events|Events]]   * [[eg-259:ch15#Events|Events]]
   * [[eg-259:ch15#Complete CRUD App (in-memory storage)|Complete CRUD App (in-memory storage)]]   * [[eg-259:ch15#Complete CRUD App (in-memory storage)|Complete CRUD App (in-memory storage)]]
-===== Homework Exercises ===== 
  
-  - Come up with something 
  
  
eg-259/ch15.1362515773.txt.gz · Last modified: 2013/03/05 20:36 by eechris