Skip to content

Ports - Elise & Amy W #4

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

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

Conversation

amythetester
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 We made two entity relationships: 1) One driver has zero to many trips and 2) One passenger has zero to many trips. We set it up this way because trips need both drivers and passengers, but drivers and passengers do not need to know about each other directly.
Describe the role of model validations in your application Our model validations were primarily used to ensure that all needed data was present for Passengers, Drivers, and Trips. We were also able to use this knowledge to make it so rating were not required when a trip was first created.
How did your team break up the work to be done? Elise started working on Passengers while Amy worked on Drivers. We came together to work on Trips and created different branches to work on specific Trips work.
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 functionality over style.
What was one thing that your team collectively gained more clarity on after completing this assignment? Redirecting traffic and working with nested resources.
What is your Trello board URL? https://trello.com/b/vdiPzDG2/rideshare
What is the Heroku URL of your deployed application? https://ae-rideshare.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 both like working independently, but value being able to go to the other person when program design decisions needed to be made. We could count on each other to do the work as we split it up and that was great!

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