+ DriverTracker will be an ASP.NET-based analytics application for taxicab drivers and transportation network + carriers to analyze performance of employees. When a ride is requested, representatives can enter the + request time into the system. Drivers then input their actual pickup times, the start and endpoints, + and the arrival time and fare. This will be facilitated by the mobile DriverTracker app, which will use + GPS to verify the driver's location and digital signatures to prevent rogue modifications to the app. +
+| + Start Address + | ++ Requested Pickup Time + | ++ Actual Start Time + | ++ Destination Address + | ++ Arrival Time + | ++ Distance + | ++ Fare + | ++ Passengers Aboard + | ++ Pickups + | ++ |
|---|---|---|---|---|---|---|---|---|---|
| + {{leg.startAddress}} + | ++ {{leg.pickupRequestTime | date:'short'}} + | ++ {{leg.startTime | date:'short'}} + | ++ {{leg.destinationAddress}} + | ++ {{leg.arrivalTime | date:'short'}} + | ++ {{leg.distance}} + | ++ {{leg.fare}} + | ++ {{leg.numOfPassengersAboard}} + | ++ {{leg.numOfPassengersPickedUp}} + | ++ + + + + | +
| + + | +|||||||||
No legs have been entered.
+Are you sure you want to delete driver {{toDelete.name}}?
+Performance and profit analytics for transportation companies.
++ Predict probability of completing given leg and collecting fares. +
+ + + +${{i == 0 ? 0 : fareClassIntervalBoundaries[i-1]}} to ${{fareClassIntervalBoundaries[i]}}:
+{{fareClassProbabilities[i] * 100 | number:'1.1-1'}}%
+${{fareClassIntervalBoundaries[fareClassIntervalBoundaries.length - 1]}}+:
+{{fareClassProbabilities[fareClassIntervalBoundaries.length] * 100}}%
++ Probability of failure to collect: +
+ 0">
+ Probability of collecting {{i}} passenger
{{pickupProbabilities[i] * 100 | number:'1.1-1'}}%
+