Skip to content

Lynn Trickey's Rolodex#22

Open
ltrickey wants to merge 25 commits intoAda-C7:masterfrom
ltrickey:master
Open

Lynn Trickey's Rolodex#22
ltrickey wants to merge 25 commits intoAda-C7:masterfrom
ltrickey:master

Conversation

@ltrickey
Copy link
Copy Markdown

@ltrickey ltrickey commented Jun 5, 2017

ROLODEX

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What role does the Model play in Backbone? Keeps track of data & information whether retrieved from an API or saved within browser.
How do Backbone Views compare to Rails controllers? They both control the inflow and outflow of data and call coordinating functions for a certain set of data.
How do Backbone Events work in comparison to DOM events? Backbone events listen for updates to the model. Dom events are initiated by the user with a click/hover/keypress. Dom events will often trigger a change in the model which backbone will then respond to if listening.
What do you think of Backbone in comparison to raw JavaScript & jQuery? Backbone makes setting up a one-page application a lot easier and more organized. I like it!
Do you have any recommendations on how we could improve this project for the next cohort? I wanted more info about setting up the project and an option to style it/build it ourselves.

@CheezItMan
Copy link
Copy Markdown

CheezItMan commented Jun 6, 2017

ROLODEX

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene Good # of commits and good messages
Comprehension questions Check, and we should have more flexibility in following projects
Functionality
Created a Contact Model Check
Created a Rolodex Collection Check
Created a ContactView which renders an individual contact Check
ContactView responds to a click event when the user clicks on the contact Check
RolodexView created which renders the list of contacts Check
DOM Events handled for creating new Contacts Check
The RolodexView responds to custom Backbone event generated by ContactView to show the modal Check
Styling, Foundation grid layout Check
All dynamic content is rendered using an Underscore template Check
Extras Nice work with the edit/delete options using the modal!
Overall Really nice, good work on the extras with editing an deleting. It made using the ModalView an excellent idea.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants