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 - Janice and Erica - Video Store Consumer #24

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

Conversation

EricaJCasePhD
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 Erica: I learned how to trace through problems from Janice.
Janice: I learned more about the fetch command from Erica (who learned it from a TA).
What was one area of Backbone you gained more clarity on during this assignment? One area of Backbone we gained clarity on was asynchrony problems and how to handle and avoid them using callbacks. We had a lot of issues with movies not displaying at all.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We created a movie attribute of type that allowed us to identify the content as "Search results", "Rental Library", or "Checkout Mode".
Describe a DOM event your application handled
Our application handled the DOM event of clicks to our "homepage" buttons such as "Search" or "See Overdue Movies".
Describe a custom event your application handled The "customerSelected" custom event was triggered by clicking a customer while in "checkout movie" mode. It returned the customer model to the application view.
Do you have any recommendations on how we could improve this project for the next cohort?
None.

J-C-L and others added 29 commits June 19, 2017 16:45
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