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

Jessica and Gale - Carets #3

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

Conversation

galestorm
Copy link

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
For each person in your pair, describe something you learned from your partner during this project Gale learned that sometimes an event bus is an overly complicated solution if views are created with the same object as properties. Jessica learned that Backbone's restful methods can be overwritten via Backbone.sync.
What was one area of Backbone you gained more clarity on during this assignment? We both gained more clarity around passing information between views and how Backbone methods like fetch() and save() relate to restful and not-restful APIs
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We just had ResultList and Library be two different collections and two different views. They just both had Movie as their model.
Describe how you handled rentals with Backbone? N/A
Describe a DOM event your application handled We registered an event handler for click events on search button in result_list_view.
Describe a custom event your application handled We somehow didn't trigger or listen to any custom events in this application
Do you have any recommendations on how we could improve this project for the next cohort? We both appreciated that the baseline requirements were very manageable, considering senioritis/Capstone excitement/burnout/when do we get internship list?/x-mas is coming!/our bodies are betraying us. Thanks instructors :)

@tildeee
Copy link

tildeee commented Jan 6, 2018

Video Store Consumer

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene - pair contribution x
Comprehension questions x
General
Search functionality x
Rental library listing functionality x
Add to rental library functionality x
Underscore Templates x
Overall Look & feel 😅 👍
Optionals
Overall

There's a bug where I can add a movie more than once, and it appears twice in my library.

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.

3 participants