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

Pipes - Anders + SRB - VideoStoreConsumer #17

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

Conversation

SRBusiness
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 As a pair we really enjoyed working together. Together we liked the process of mapping out a plan for our code and talking through our next steps. Some of our strengths were in debugging, use of arrow functions, and general great communication.
What was one area of Backbone you gained more clarity on during this assignment? After doing Ada trader this project served as a nice way to reinforce the way that all of the different parts of backbone should function individually and together. Specifically we left with a much better idea of how to get models, views, and collections to communicate.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used one movie model, two different instances on the same collection, and different template views to display the two types of movies.
Describe how you handled rentals with Backbone? Ha. We only got as far as being able to check-out books. From backbone for each movie checked-out we created an instance of a rental model for and did both client and server-side validations. We used a URL model method to dynamically create the url to send the POST request to our rails app.
Describe a DOM event your application handled On click for search movie database button if you had typed in a search term, it would cause the search_movie_list_view to make a call to the API and render a bunch of search movies to the DOM.
Describe a custom event your application handled When you would click on the button "Add Movie to Checkout" we used a custom event to pass the title from the library_movie_list view to the rental view and add it to the checkout movie form.
Do you have any recommendations on how we could improve this project for the next cohort?

anderschenders and others added 30 commits December 18, 2017 12:27
SRBusiness and others added 29 commits December 19, 2017 20:50
@Hamled
Copy link

Hamled commented Jan 5, 2018

Video Store Consumer

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene - pair contribution
Comprehension questions
General
Search functionality
Rental library listing functionality
Add to rental library functionality
Underscore Templates
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