Skip to content

Sockets - Cyndi and Sarah #3

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

Conversation

cyndilopez
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 In our version of rideshare, Trip belongs to Passenger and Trip belongs to Driver. Driver and Passenger are set up to have many trips. This was set up this way because groups of trips were associated with a particular passenger and driver, and each trip only had one passenger and driver.
Describe the role of model validations in your application The validations were set in place to require users to fill out fields that our code depended on being present and in the correct format/data type.
How did your team break up the work to be done? We divided it up based on the controller actions -- this allowed us to use repeated actions more easily and each be able to test the code we wrote. We divided the pages to style, but also collaborated on the format in order to make a cohesive website.
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 didn't prioritize any features. We implemented based on the list of requirements. If we had felt short on time, we would've had to prioritize, but we paced ourselves well.
What was one thing that your team collectively gained more clarity on after completing this assignment? We gained more clarity on routing, especially nested routes. We learned more about how models work and what they do since last week we only concentrated on the controllers. It also became clearer how models relate to each other.
What is your Trello board URL? https://trello.com/b/Yh0EDiz7
What is the Heroku URL of your deployed application? https://cs-rideshare-rails.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 thought it went well from the start because we divided up the work distinctly. We also communicated well.

cyndilopez and others added 30 commits April 15, 2019 15:08
…code to display lists of all drivers and passengers and forms to create a new driver and passenger
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