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

Ports - Kasey + Mina #20

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

Ports - Kasey + Mina #20

wants to merge 25 commits into from

Conversation

minams
Copy link

@minams minams commented Jun 28, 2019

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API Ada-C11/VideoStoreConsumer-API#5
For each person in your pair, describe something you learned from your partner during this project Mina - I learned from Kasey how to incorporate React Routers into our project.
Kasey - I learned how to make calls to the Rails API which makes a call to the Movie database API.
What was one area of React you gained more clarity on during this assignment? How to have the APIs interact with the overall application.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We had to look at the data that was coming in and be able to parse through the data correctly to reflect how we wanted it formatted.
Describe how you handled rentals with React A customer ID and movie ID are selected and then posted to the API.
Describe a DOM event your application handled When a movie is selected from the API, the on click event of 'Add Movie to Library' fires and attempts to post to the Rails database if the movie doesn't already exist.
Did you use any functional stateless components? What for? Our MovieResult components is a functional stateless component because it only returns the results from the database search in a specific format.
Did you use any container components? What for? Yes, we use the componentDidMount for the NavBar component to contain the get requests until the components have mounted.
Do you have any recommendations on how we could improve this project for the next cohort? I think that if this project was done last week and the smaller projects done this week, it would have been more beneficial!

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