TIY-LR-FEE-2015-June / assignments

0 stars 3 forks source link

6.4 - Backbone Exercises - Jacklyn Carroll #190

Open jacklynlee31 opened 9 years ago

jacklynlee31 commented 9 years ago

Deliverables

Requirements

Normal Mode

jacklynlee31 commented 9 years ago

Plan of Attack: Exercise A

Models, Collections & Views

Templates

JavaScript Files

The User should be able to:

jacklynlee31 commented 9 years ago

Exercise A

PR: https://github.com/jacklynlee31/6.4-backbone-exercises/pull/1

GH: http://jacklynlee31.github.io/6.4-backbone-exercises/

rtablada commented 9 years ago

@jacklynlee31 when naming id's use dashes instead of camel case on all id attributes: firstName should be first-name and so on.

jacklynlee31 commented 9 years ago

Plan of Attack: Exercise B

Models, Collections & Views

Templates

JavaScript Files

The User should be able to:

jacklynlee31 commented 9 years ago

Exercise B

PR: https://github.com/jacklynlee31/6.4-backbone-exercises/pull/2

jacklynlee31 commented 9 years ago

Plan of Attack: Exercise C

Models, Collections & Views

Templates

Routes

JavaScript Files

The User should be able to:

jacklynlee31 commented 9 years ago

Exercise C

PR: https://github.com/jacklynlee31/6.4-backbone-exercises/pull/3

jacklynlee31 commented 9 years ago

Plan of Attack: Exercise D

Models, Collections & Views

Templates

Routes

JavaScript Files

The User should be able to:

jacklynlee31 commented 9 years ago

Exercise D

PR: https://github.com/jacklynlee31/6.4-backbone-exercises/pull/4

rtablada commented 9 years ago

@jacklynlee31

Exercise A: See comment: https://github.com/jacklynlee31/6.4-backbone-exercises/pull/1/files#r37156314

Exercise B: :star:

Exercise C: Looks good except that the links should link to the pages you saved. Think like the bookmark list in the Chrome menu

Exercise D: Some notes, we'll workshop this one

rtablada commented 9 years ago

@jacklynlee31 Check https://github.com/jacklynlee31/6.4-backbone-exercises/pull/4/files#r39341793

That should help figure out the issue you are having with the edit view.