Skip to content
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

Ports - Amy M Faiza A #21

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

Ports - Amy M Faiza A #21

wants to merge 72 commits into from

Conversation

amyesh
Copy link

@amyesh amyesh commented Apr 20, 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 We set up has_many and belongs_so entity relationship between passenger and trip and driver and trip, because trips have many passengers and drivers.
Describe the role of model validations in your application They are used so that the user can't create invalid trips/drivers/passengers because they control what information is required in form submissions.
How did your team break up the work to be done? We broke up the work by methods, each partner working on a method across all controllers. We also divided responsibility by models, testing, and styling.
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 the CRUD functionality, since those were the baseline requirements, and while we had a moment of Heroku troubleshooting, we managed to complete all requirements.
What was one thing that your team collectively gained more clarity on after completing this assignment? MIGRATIONS! deleting/removing/adding/altering/reloading/resetting, ETC.
What is your Trello board URL? https://trello.com/b/9Hh7742V/railsrideshare
What is the Heroku URL of your deployed application? https://not-uber-app.herokuapp.com/homepages
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? Workflow & communication style.

Faiza1987 and others added 30 commits April 15, 2019 15:37
Faiza1987 and others added 30 commits April 18, 2019 08:43
… have submitting a rating for their existing trip
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