Skip to content

Conversation

@botrethewey
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 Aurora: listenTo "reset"! Also styling. And patience. Bo: Using Trello board super effectively and how to research and work through errors. Refactoring Backbone structures!
What was one area of Backbone you gained more clarity on during this assignment? Separation of concerns!
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used one listview and one movie view to show both the library view and the search view, just different divs in the dom and different templates for the movies.
Describe a DOM event your application handled Pressing enter in the search field triggered a keyup event for that specific input in the DOM.
Describe a custom event your application handled Our main custom events were showMovie (to show movie details) and getRentalForm (to get the rental form). In both cases the movie model was passed from the movie view to the list view.
Do you have any recommendations on how we could improve this project for the next cohort? Perhaps make it more clear if we were expected to have to do so much modification to the provided Rails API.... 'cause we sure had to to get most of the optionals to work. kthx

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