loudnate / openaps-monitor

Status dashboard for your openaps project
MIT License
6 stars 8 forks source link

Add Indication of Successful Loop Run #17

Open channemann opened 9 years ago

channemann commented 9 years ago

Some sort of visual cue that the loop ran successfully would be great. I'm imagining a flat red line at the very bottom of the graph that is present whenever the loop completes and breaks whenever it doesn't. This could (perhaps) be accomplished by looking at the timestamp of the last json file in the loop?

loudnate commented 9 years ago

I think more importantly, mmhistorytools should have an optional argument to append a successful dose report to history data so the monitor isn't looking at the loop before the last one.

channemann commented 9 years ago

Agree, that would give a full log of successful runs then. It would still be great to show it on the plot, even in a very subtle way.