You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to display a list of trips taken in a specific vehicle, I am using the getTripsForVehicleWithId method. Thats a great method, but its missing one simple variable (in the returned data): "trip report grade".
In my table view delegate methods, I am having to use the getReportCardForTripWithId method in order to download a simple report score for each trip. This is not ideal and is a waste of API calls. Of course I can implement data caching, so that the getReportCardForTripWithId method, is only ever called once per table view cell, but even that is not ideal.
Thanks for your time, Daniel.
The text was updated successfully, but these errors were encountered:
Hi,
In order to display a list of trips taken in a specific vehicle, I am using the
getTripsForVehicleWithId
method. Thats a great method, but its missing one simple variable (in the returned data): "trip report grade".In my table view delegate methods, I am having to use the
getReportCardForTripWithId
method in order to download a simple report score for each trip. This is not ideal and is a waste of API calls. Of course I can implement data caching, so that thegetReportCardForTripWithId
method, is only ever called once per table view cell, but even that is not ideal.Thanks for your time, Daniel.
The text was updated successfully, but these errors were encountered: