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 Driver s and Passenger s 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 |