Skip to content

Lee, Yaz#29

Open
saintmedusa wants to merge 77 commits intoAda-C13:masterfrom
theomoondev:master
Open

Lee, Yaz#29
saintmedusa wants to merge 77 commits intoAda-C13:masterfrom
theomoondev:master

Conversation

@saintmedusa
Copy link

@saintmedusa saintmedusa commented Jun 26, 2020

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API Ada-C13/video-store-consumer-api#19
For each person in your pair, describe something you learned from your partner during this project Yaz - I learned about rails routes from Lee, how to use Trello in a chill way, how to be more granular with git. Lee - I learned about making class components and using 'this' within it. Debugging techniques
What was one area of React you gained more clarity on during this assignment? Lee - routing, callbacks. Yaz - callback functions, axios.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We passed in different props to the same route
Describe how you handled rentals with React We need a customer and a movie, and a due date that is not in the past. We have a separate checkout page to post a new rental, and integrated validations into that submit
Describe a DOM event your application handled Clicking for details on a movie or customer, clicking to select movie or customer for rental, adding movie to library
Did you use any functional stateless components? What for? Home, Movies, Customers, and Customer - for these all state was handled by the App and they were not class components. We didn't need the functionality of a class component in these cases, nor did they need to handle their own state
Did you use any container components? What for? Home, Movies - we used them mostly to render the list of their sub components
Do you have any recommendations on how we could improve this project for the next cohort? Timing - right after betsey was BRUTAL. Also, it would have been helpful to have instructors model a simple example on how to integrate a backend/frontend pairing like rails/React

theomoondev and others added 30 commits June 22, 2020 17:34
…. Passed props into Movie child. Set up proptypes for Movies.
theomoondev and others added 30 commits June 25, 2020 17:31
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