Skip to content

Sockets - Amy P and Erica #8

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

Conversation

norrise120
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 Both driver and passenger have many trips. Each trip has a driver and a passenger. We set this way because it seemed most logical based on the provided data.
Describe the role of model validations in your application We use model validations in a few different places. For example, we validated the VIN number to make sure that it is both 17 characters and is unique (i.e. no other entry has the same VIN number).
How did your team break up the work to be done? For passenger and driver, since we felt the tasks were similar and easily divisible, Amy worked on passenger and Erica worked on driver. Once we got to Trip, we collaborated more closely to get the various pieces to fit 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? At the outset, we had a goal of implementing all of the features. With that in mind, we started with passenger and driver controllers because those were independent pieces that trip was dependent on.
What was one thing that your team collectively gained more clarity on after completing this assignment? We both feel like we gain a better understanding of routes and debugging in rails.
What is your Trello board URL? https://trello.com/b/MpCR2XfK/rideshare-rails
What is the Heroku URL of your deployed application? https://rideconnect.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? Amy felt that we had a collaborative approach to problem solving. Erica enjoyed being about to experience the highs and the lows of the project as a team.

norrise120 and others added 30 commits April 15, 2019 14:58
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