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
eg-259:ch15 [2013/03/05 20:42] – [Homework Exercises] eechriseg-259:ch15 [2013/03/05 20:44] (current) – [Complete CRUD App (in-memory storage)] eechris
Line 519: Line 519:
   * This final version of the app includes a facility for showing existing projects and allowing their titles to be edited.   * 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.   * 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   * View the code for insight into how this works
  
eg-259/ch15.1362516123.txt.gz · Last modified: 2013/03/05 20:42 by eechris