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

Sockets - Kate and Shirley #13

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

Conversation

shirley1chu
Copy link

Rideshare-Rails

Congratulations! You're submitting your assignment! These comprehension questions should be answered by both partners together, not by a single teammate.

Comprehension Questions

Question Answer
Describe the types of entity relationships you set up in your project and why you set up the relationships that way Driver has a one-to-many relationship with Trip, and Passenger also has a one-to-many relationship with Trip. This was the simplest way to define the relationships, especially because Passenger and Driver didn't need to access information about each other.
Describe the role of model validations in your application To ensure that model instances are created with the necessary information.
How did your team break up the work to be done? We drew the ERD, set up the Trello board, and worked together on the Passenger controller and controller tests. Then we divided Driver and Trip, and the corresponding tests, between the two of us. We then deployed and did the CSS styling together.
What features did you choose to prioritize in your project, and what features, if any, did you have to set aside to meet the deadline? We prioritized the controller tests, we wrote them first and made sure they passed before moving onto model validation and model methods. We also made sure to complete one full controller test and method suite before working separately. We set styling as a last priority.
What was one thing that your team collectively gained more clarity on after completing this assignment? How a Rails application moves from beginning to deployment, and observe its life cycle.
What is your Trello board URL? https://trello.com/b/R2lPrHyD/ride-share-rails
What is the Heroku URL of your deployed application? https://guber.herokuapp.com/
What are two discussion points that you and your pair discussed when giving/receiving feedback from each other that you would be willing to share? We talked about how imposter syndrome hinders contribution, and the challenge between meeting the deadline and balancing out work equally

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