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

fire - Kalki and Noor #34

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

fire - Kalki and Noor #34

wants to merge 44 commits into from

Conversation

hn4ever
Copy link

@hn4ever hn4ever 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 https://github.com/Ada-C14/video-store-consumer-api/pull/25
For each person in your pair, describe something you learned from your partner during this project When we had questions we supported each other, we came up with themes for the website, working on APIs and connecting them to rails and react.
What was one area of React you gained more clarity on during this assignment? how to connect react to different framework like rails and using that to connect to the external API.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content we used the search term to find all the movies that are related to the search term and list them with name, overview and release date so there is no confusion.
Describe how you handled rentals with React we implemented the checkout functionality that would remove the checked out movie from the library (assuming it's the only copy of that movie).
Describe a DOM event your application handled we worked on the functionality of displaying movies details while mouse hover. Also selecting customer and movies it was captured from the DOM and presented in the front page.
Did you use any functional stateless components? What for? No, at first video was our stateless component but then we added the functionality of showing details on hover using state.
Did you use any container components? What for? We are little unclear of what it's meant by "container component".
Do you have any recommendations on how we could improve this project for the next cohort? it would be great to have a lesson to show how to connect react to rails (that would be really helpful as it's the first time we are connecting rails to react)

hn4ever and others added 30 commits January 19, 2021 13:55
created banner for selected video and selected customer
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