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

Oliviann's rental lib #18

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

Oliviann's rental lib #18

wants to merge 38 commits into from

Conversation

gofarann
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 I learned how to do gauge the best way to work together for pairs working at different paces. And I learned teaching backbone makes each component that much more clear.
What was one area of Backbone you gained more clarity on during this assignment? How underscore templates render in views, and how to use the rails api with a backbone frontend.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content I don't think we solved for this... we never replaced the default images. Had we had more time, we may have reseeded using the rails API for image urls.
Describe a DOM event your application handled The document.ready re-rendered the rental library view on each click of the logo.
Describe a custom event your application handled It handled "add to library" on a click. On this event handler in the movie view, it triggers the add function, which takes posts to the rails API using restful routes to create a new movie.
Do you have any recommendations on how we could improve this project for the next cohort?

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