ericberman / MyFlightbookiOS

Repository for the iOS app for MyFlightbook
GNU General Public License v3.0
12 stars 4 forks source link

add flight coloring to iOS/Android? #340

Closed ericberman closed 4 days ago

ericberman commented 1 month ago

Uggh...this gets super complicated. To do the color matching, you can't use LogbookEntry, you need to use LogbookEntryDisplay. This causes problems down the wire and backwards compatible. So we would need to create a SEPARATE call for colored flights, and which return LogbookEntryDisplay objects, which have SCADS of fields that we simply don't care about, wasting bandwidth.