Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement grade reports into 'getTripsForVehicleWithId' method #23

Open
Supertecnoboff opened this issue Jan 12, 2017 · 0 comments
Open

Comments

@Supertecnoboff
Copy link

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 the getReportCardForTripWithId method, is only ever called once per table view cell, but even that is not ideal.

Thanks for your time, Daniel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant