Faltenreich / Diaguard

Android app for diabetics
https://diaguard.wordpress.com
GNU General Public License v3.0
113 stars 26 forks source link

Statistics with total count of entries per timeframe #25

Open drunken-dwarf opened 2 years ago

drunken-dwarf commented 2 years ago

I'd like to see a summary of my insulin injections. Currently I have to scroll through the protocol and manually count them for every day. An entry to the statistics page would be great.

Faltenreich commented 2 years ago

It should be shown in the statistics page if you toggle the category to "Insulin" by clicking on the top-most Spinner:

Screenshot_1646945234

drunken-dwarf commented 2 years ago

Apologies, I have not worded that very well.

What I want to see is not (just) a summary of my insulin units, but also how many injections I had. "Entries per day" is getting close, but I'd also like a "total entries this week/month/etc."

With the dataset (day: entries)

Mon: 4 Tue: 3 Wed: 5 Thu: 3 Fri: 4 Sat: 5 Sun: 6

It could show

Insulin Units per Day: XX Entries per Day: 6 Total Entries: 30

Faltenreich commented 2 years ago

Got it, so we are talking about an additional information: Total entries (within the selected timeframe). Makes sense! I will edit the title of this issue accordingly and support this feature by the other categories as well.