Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 855 Bytes

feedback.md

File metadata and controls

24 lines (23 loc) · 855 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
Methods from wave 1 work on Drivers and Passengers with incomplete trips
Complete tests
Wave 3 (optional)
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