Skip to content

Queues - Cynthia Cobb - Rolodex#37

Open
cynthiacd wants to merge 42 commits intoAda-C7:masterfrom
cynthiacd:master
Open

Queues - Cynthia Cobb - Rolodex#37
cynthiacd wants to merge 42 commits intoAda-C7:masterfrom
cynthiacd:master

Conversation

@cynthiacd
Copy link
Copy Markdown

ROLODEX

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What role does the Model play in Backbone? Models instantiates new objects and business logic functions belong here
How do Backbone Views compare to Rails controllers? They have very similar roles - they determine how to respond to user requests/events
How do Backbone Events work in comparison to DOM events? I don't know the difference
What do you think of Backbone in comparison to raw JavaScript & jQuery? Need more practice and knowledge - been trying to figure out major bug in the last few days and just discovered I have been dealing with "zombie" views
Do you have any recommendations on how we could improve this project for the next cohort? Do not assign this project till views has been fully covered in class - have a warning on the optionals cause it can lead to topics well beyond the scope of this project

@PilgrimMemoirs
Copy link
Copy Markdown

ROLODEX

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene Well Done
Comprehension questions Mostly Good - Backbone events respond to a specific triggers, like key press or click, as well as when changes to a model is detected.
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
Great work! Submission has met expectations and learning goals for this project. Nice additional of optional features and keeping functionality well organized.

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