wdkapps / FillUp

FillUp - Gas Mileage Log (Android App)
39 stars 27 forks source link

Statistics Only Display 24 months of Data when ALL selected #17

Open wdkapps opened 10 years ago

wdkapps commented 10 years ago

I've been using your app now for several months and like the app very much. I use to keep my gas mileage log in a hand written note pad. As I have been using your app I have been entering new transactions and also been entering old transactions from my hand written log. Eventually I entered a few years worth of transactions (approx. 100 entries). I noticed that in the statistics section that when I select "All" it does not really utilize all the transactions. Also, the graphs do not use all the transactions either, but that seems reasonable because you are limited with the size of the graph. Is this something that can be fixed with the statistics section? My vehicle is 4 years old and it would be nice to see averages for the entire 4 years.

I have a Samsung Galaxy S3.

Thanks,

wdkapps commented 10 years ago

The 24 month limit is intended to keep plots readable. Investigate adding a 24m range selection button to the plots and stats screens, and change the ALL button to actually mean "all data" for statistics only (disable the ALL button for graphs). Perhaps the 24m button could replace the current "year to date" button.

wdkapps commented 10 years ago

Investigate a means to indicate to a MonthlyTrips instance what the data is being used for (stats or plots). Use the indicator when iterating monthly trip data so that ALL returns 24 months of data for plots and "all" data for stats.