Skip to content

Sockets - Evelynn and Kelly #5

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 75 commits into
base: master
Choose a base branch
from
Open

Sockets - Evelynn and Kelly #5

wants to merge 75 commits into from

Conversation

kdow
Copy link

@kdow kdow commented Apr 19, 2019

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 Drivers and passengers both have many trips. Trips belong to a passenger and a driver. We set it up this way because a trip is shared between a driver and a passenger and passengers and drivers can have zero or many trips.
Describe the role of model validations in your application Drivers and passengers must have a name present. We validated the presence of certain attributes for the driver, passenger, and trip models.
How did your team break up the work to be done? We pair programmed on difficult tasks and debugging, and styled individually.
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 basic functionality such as CRUD functions, adding rating, requesting trips, and driver availability. We did not style as much as we would have liked.
What was one thing that your team collectively gained more clarity on after completing this assignment? HTML forms and form elements, especially in Rails.
What is your Trello board URL? https://trello.com/b/ptDvZ5iK/rails-rideshare
What is the Heroku URL of your deployed application? https://beautiful-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 did well debugging together and communicating.

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