Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 751 Bytes

feedback.md

File metadata and controls

23 lines (22 loc) · 751 Bytes

Ride Share

What We're Looking For

Feature Feedback
Baseline
Used Git Regularly
Answer comprehension questions
Wave 1
Trip has a helper method to calculate duration
Passenger has a method to calculate total cost of all trips
Driver has a method to calculate total revenue
Complete tests
Wave 2
TripDispatcher has a new method to create trips
creating a trip in TripDispatcher relies on methods in Driver and Passenger to modify their own attributes
Complete tests
Wave 3
Complex logic was correctly implemented and tested
Appropriate use of Ruby's Date
Appropriate helper methods were made to help with complex logic
Complete tests
Overall