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

Earth | Christina & Genevieve #4

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

Conversation

geneminde
Copy link

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API Ada-C14/video-store-consumer-api#2
For each person in your pair, describe something you learned from your partner during this project Genevieve: It’s worth it to make a really nice nice kanban board!
What was one area of React you gained more clarity on during this assignment? G: Not react specific but I gained some clarity on how being able to make changes to an API can be useful for solving front end problems.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content ??
Describe how you handled rentals with React Send a post request using axios using stored info on a selected user
Describe a DOM event your application handled Selecting/de-selecting a customer or video either displays or removes the customer/video from the DOM
Did you use any functional stateless components? What for? React bootstrap for elements like buttons.
Did you use any container components? What for? Yes, for rendering video/customer lists
Do you have any recommendations on how we could improve this project for the next cohort? --

christinaminh and others added 30 commits January 19, 2021 14:40
…lts to the video library. Cannot add same video twice. Error messages need work.
…mmented out incomplete implementation of popups for video overviews
@christinaminh
Copy link

Question Answer
Paste a link to the PR for your API Ada-C14/video-store-consumer-api#2
For each person in your pair, describe something you learned from your partner during this project Genevieve: It’s worth it to make a really nice nice kanban board!
Christina: So many succinct ways to write code! Plus, learned about react bootstrap.
What was one area of React you gained more clarity on during this assignment? G: Not react specific but I gained some clarity on how being able to make changes to an API can be useful for solving front end problems.
Christina: Gained clarity on how you get different pages with React.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content Included the image url and release dates associated with the movies.
Describe how you handled rentals with React Send a post request using axios using stored info on a selected user
Describe a DOM event your application handled Selecting/de-selecting a customer or video either displays or removes the customer/video from the DOM.
Did you use any functional stateless components? What for? React bootstrap for elements like buttons. Video and Customer components were both stateless. State related to video and customer were managed in their parent components.
Did you use any container components? What for? Yes, for rendering video/customer lists.
Do you have any recommendations on how we could improve this project for the next cohort? --

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