dgets / lasttime

Keep track of date/dosage of medication administration history
4 stars 0 forks source link

Add the ability to space out blank days in admin graphs #112

Closed dgets closed 5 years ago

dgets commented 5 years ago

The dosage graphing can be a bit misleading, being as there are no entries added for days with no administrations present. Add some code to insert '0 dosage' day entries between them, maybe optionally.

dgets commented 5 years ago

I don't know if it happened when I was working on commit 0de205b, or before, but there is a serious misreporting of statistics going on within the dataview app right now. I'd wager that it's datetime related debauchery, but that's just a guess.