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

Queues- 2*Anna - VideoStore #12

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

Queues- 2*Anna - VideoStore #12

wants to merge 34 commits into from

Conversation

amb54
Copy link

@amb54 amb54 commented Jun 23, 2017

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 a lot about url paths and to better utilize the developer tools from Anna. Other Anna learned from Anna how to add parameters to fetch within the method as opposed to calling to an outside method!
What was one area of Backbone you gained more clarity on during this assignment? The click events.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content Same models in views but used two different API calls
Describe a DOM event your application handled when there was a click on the search button, it called a search method that rendered the external API library.
Describe a custom event your application handled When you click on a movie image, it passes the call from the movie view to the movie list view with the appropriate information to check out a movie using this.trigger
Do you have any recommendations on how we could improve this project for the next cohort?

amb54 and others added 30 commits June 13, 2017 16:24
…add a movie to the rental library. Added tagName and className fo the movie-view to list the movies in a table.
…movie_view. Added function openMovie (without functionality) to the movie_view.
…he document.ready block in app. Added thetemplate to the initializer in movie_list_view. In movielistview added listener to the render. Added the functions checkoutForm and clearCheckoutForm to the movie_list_view. Added cancel button to the checkout template in index. Added clickevent in the movie_list_view for the cancel button.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants