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

Katrina-Sigrid-Pushpa-EDGES #8

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

Conversation

pushpaagr
Copy link

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API https://github.com/kaganon/VideoStoreConsumer-API
For each person in your pair, describe something you learned from your partner during this project Pushpa--Got more clarity from both Katrina and Sigrid in understanding how components pass callbacks and closures. Katrina--I got more clarity from Sigrid with AWS deployment, and from both I got more clarity with debugging the backend and understanding how it connects with frontend(ie. image_url bugs), Sigrid--I learned from Pushpa to not give up on how the code interacts, and from Katrina I learned a different way to pass information through axios.
What was one area of React you gained more clarity on during this assignment? We got more clarity on the react router (instead of using conditional logic), closures, callbacks, debugging, and understanding someone else code and how it all connects.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We noticed that each list ex: search/library is doing a different request but they are both using the same component movie, we then used the react router to display each list based on the url path.
Describe how you handled rentals with React We put selected movie and selected customer in the Dashboard state and used that value when we made the post request to rentals.
Describe a DOM event your application handled When a user clicks the customers button on the dashboard the list of customers displays.
Did you use any functional stateless components? What for? Yes, the movie and the customer were functional stateless components, because their only functionality was to display a movie and a customer.
Did you use any container components? What for? Yes, our Dashboard was a container component because it manages the state by updating the customer name and movie title, and it also has child component that do the presentation of the data.
Do you have any recommendations on how we could improve this project for the next cohort? They deployment instructions could have been updated for improved clarity.

pushpaagr and others added 30 commits December 18, 2018 11:49
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