Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queues - Danielle Birbal - Rolodex #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

birbalds
Copy link

@birbalds birbalds commented Jun 5, 2017

ROLODEX

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What role does the Model play in Backbone? The model contains the data setup as well as defaults for the app. For Backbone it can also track changes in the model that can be used to trigger events.
How do Backbone Views compare to Rails controllers? Like Rails controllers, backbone views contain the functions that manipulate the browser output/views by working with the model.
How do Backbone Events work in comparison to DOM events? DOM events are triggered by user actions on the browser while Backbone events are triggered when the model changes.
What do you think of Backbone in comparison to raw JavaScript & jQuery? Provided a neat way to organize the app code
Do you have any recommendations on how we could improve this project for the next cohort?

@birbalds birbalds changed the title Queues - D Queues - Danielle Birbal - Rolodex Jun 5, 2017
@PilgrimMemoirs
Copy link

ROLODEX

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene ❗️ Should have A LOT more commits. Should still be committing with every new working feature.
Comprehension questions Well Done
Functionality
Created a Contact Model Well Done - nice setting of defaults
Created a Rolodex Collection Well Done
Created a ContactView which renders an individual contact Well Done
ContactView responds to a click event when the user clicks on the contact Well Done
RolodexView created which renders the list of contacts Well Done
DOM Events handled for creating new Contacts Well Done
Styling, Foundation grid layout Well Done
All dynamic content is rendered using an Underscore template Well Done
Overall
Great work! Submission is meets expectations and learning goals for this assignment. One thing to focus on is to commit more often.

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