Skip to content

Naheed & Amber Lynn -- Edges#22

Open
arangn wants to merge 46 commits into
Ada-C10:masterfrom
arangn:master
Open

Naheed & Amber Lynn -- Edges#22
arangn wants to merge 46 commits into
Ada-C10:masterfrom
arangn:master

Conversation

@arangn
Copy link
Copy Markdown

@arangn arangn commented Jan 2, 2019

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API Ada-C10/VideoStoreConsumer-API#10
For each person in your pair, describe something you learned from your partner during this project Naheed- I learned how to better map out the workflow for a user story on paper before coding to make sure everything fits together --- Amber Lynn- I learned how to get rails to function with react and what that code looks like.
What was one area of React you gained more clarity on during this assignment? Naheed- I gained more clarity on how App can interact with the components and allow sibling components to pass information to each other --- Amber Lynn- I learned a bit about the difference and need for classical or functional components - When its best to switch from one to the other.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We created a results component that renders the search results, containing a different button text than the movie component.
Describe how you handled rentals with React When the movie and customer selection buttons are clicked, it changes the state in App. Then, the rental button creates a new rental with a post request in the rental component.
Describe a DOM event your application handled In the search component, when when the user types their search query, the onInputChange function changes the state based on the DOM.
Did you use any functional stateless components? What for? The status bar, result, rental, movie, and customer components were all functional stateless components because they do not require state, they are only used to render.
Did you use any container components? What for? MovieLibrary and CustomerLibrary were containers for the movie and customer, and App ended up being a container for the rental to hold state for the movie/customer selection
Do you have any recommendations on how we could improve this project for the next cohort? Nope! Also we completely forgot to submit a PR when we finished-- sorry it's late!!

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