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 - Ana, Olga #33

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

Earth - Ana, Olga #33

wants to merge 23 commits into from

Conversation

OlgaSe
Copy link

@OlgaSe OlgaSe commented Jan 22, 2021

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#27
For each person in your pair, describe something you learned from your partner during this project Ana: I enjoyed that Olga was very organized and great communicator. I liked that we used the trello board and that we set-up expectations for our project together. Olga: I learnt from Ana how to implement selection of the customer as well as talking and communicating through the problems.
What was one area of React you gained more clarity on during this assignment? Understanding more about the relationships of components, and how information gets passed down via props.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We have our library component that contains videos from internal database and SearchForm component that contains video from external API.
Describe how you handled rentals with React We handled rentals by looking at the route and understanding how to exactly access it using postman. Then we used axios to send the post request, which would utilize the setCustomer and setVideo to check they were both assigned before checking out.
Describe a DOM event your application handled We used onClickListeners for buttons.
Did you use any functional stateless components? What for? We used Nav, Selected, Video components as stateless for displaying them.
Did you use any container components? What for? We used SelectableComponent to add a select button in there, so we were able to reuse out Video component.
Do you have any recommendations on how we could improve this project for the next cohort? I'd nice to have a bootstrap workshop before approaching this project and more time to work on it.

OlgaSe and others added 23 commits January 20, 2021 12:18
…Library to collect selected videos and send them to the backend
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.

1 participant