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 - Erica J. Case - Rolodex #43

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

Conversation

EricaJCasePhD
Copy link

ROLODEX

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What role does the Model play in Backbone? The model accesses, updates, validates, and stores data, and performs any business logic. It also "emits" events when there are changes to the data.
How do Backbone Views compare to Rails controllers? The view is similar to a controller--it calls the methods in the model that correspond to changes in the DOM.
How do Backbone Events work in comparison to DOM events? A DOM event is an action by the user whereas a Backbone Event is a pre-structured sequence of events in response to an action or change to the dataframe.
What do you think of Backbone in comparison to raw JavaScript & jQuery? I like the structure, but it's a little new and confusing to know where things should go. Without strong encouragement, I would probably keep it using spaghetti code.
Do you have any recommendations on how we could improve this project for the next cohort? Live code didn't work for me. I would have liked a diagram of where everything SHOULD go followed by careful coding that was right the first time.

@PilgrimMemoirs
Copy link

ROLODEX

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene ❗️ Need to commit more often
Comprehension questions Well Done - Thanks for the feedback!
Functionality
Created a Contact Model Well Done
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
The RolodexView responds to custom Backbone event generated by ContactView to show the modal Well Done
Styling, Foundation grid layout Well Done
All dynamic content is rendered using an Underscore template Well Done
Overall
submission meets expectations for project

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