Skip to content

Conversation

bonara
Copy link

@bonara bonara 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 Driver has many trips, passenger has many trips, and trip belongs to passenger and driver. This design made it easier to access trip data through passengers and drivers.
Describe the role of model validations in your application It requires specific data to be submitted by users so that the application functions as expected.
How did your team break up the work to be done? We broke up the work by the driver and passenger related aspects.
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 all the functionality features such as creating, editing and deleting trips, passengers and drivers. After the core functionality, we worked on the business logic. We set aside styling features like pagination to meet the deadline.
What was one thing that your team collectively gained more clarity on after completing this assignment? We gained more clarity on database, routes and validation.
What is your Trello board URL? https://trello.com/b/6hUHUO8i/rideshare
What is the Heroku URL of your deployed application? https://neber.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 agreed that it was nice to work on a specific aspect of the model on our own, yet work on harder problems together. Since both passenger and driver MVC was similar, we got a comparable learning experience.

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