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

Brenda, Wini, Hannah - VSC - Octos #9

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

Conversation

hannahlcameron
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-C9/VideoStoreConsumer-API#7
For each person in your pair, describe something you learned from your partner during this project
Wini - Helping to work in one area at the time.
Brenda - I liked how we did a lot of triple programming. Both of my partners were very patient and clever!
Hannah - The process of linking together react and rails was clarified for me by my partners :)
What was one area of React you gained more clarity on during this assignment? State and promoting it via props through multiple components. Also getting more comfortable sending params with a post request.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used the same movie component, and we used logic to determine if the movie was already in the library (with a status). Depending on the status, we used a conditional to add in the correct callback functions.
Describe how you handled rentals with React We submitted our rental post requests from Container - this means that we had to promote the state of the selected movie or customer up through multiple levels of components. We did this so that the information would be accessible no matter which other components were being render at that time.
Describe a DOM event your application handled OnClick in the movie component - we had two options for callback functions (per above). One of the options added a movie from the search results into our library and the other selected the movie for use in a rental.
Did you use any functional stateless components? What for? No. Movie and customer both COULD be transformed into them though.
Did you use any container components? What for? Nope. Container seems like it could be one, but it performs API calls and so therefore does more than just render other components.
Do you have any recommendations on how we could improve this project for the next cohort? Not at this time.

brendarios and others added 30 commits June 18, 2018 15:00
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