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

Kimberley M and Julia M - Backbone Video Store #21

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

Conversation

julmeier
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 Kimberley says: After figuring out solution, Julia makes sure to review how we got there and why it worked.
Julia says: I admire Kimberley's persistence and how she isn't afraid of trying out many different possibilities in the code in order to get to a solution. I find sometimes I can be a bit tentative and want to make sure I'm going in the right direction before proceeding or trying things, which is often a hinderance, and working with Kimberley has shown me to be more fearless in my approach.
What was one area of Backbone you gained more clarity on during this assignment? We learned how to use promises in addressing asynchronicity.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content In order to avoid confusion over naming, we decided in the beginning of the project to differentiate between "store movie"/"store library" and the "api movie"/"api movies".
Describe how you handled rentals with Backbone? We didn't get to this optional feature.
Describe a DOM event your application handled
Describe a custom event your application handled We created an AddToLibrary event which takes a movie from the api-movies search results and puts it in our store library. This event makes an api call to post the selected movie data to our store library api. It also removes that movie from our search results.
Do you have any recommendations on how we could improve this project for the next cohort? It was just the right amount of work that we could handle in this big week of transitions! Loved that it was a pair project.

@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

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