discord-diabetes / lita-diabetes

A lita plugin for diabetes-related chat rooms
MIT License
0 stars 2 forks source link

decide whether to store historical glucose values #8

Open awaxa opened 9 years ago

awaxa commented 9 years ago

cases for anonymized data:

cases that anonymized data precludes:

Please suggest other uses for the data!

awaxa commented 9 years ago

I think the lastbgs command helped users relate about having a bad day with their readings, but the downsides or code complexity involved may outweigh the small benefit:

liz-baker commented 7 years ago

@cascer1 @awaxa bumping this for comments. I think if we do this we make it ephemeral and only store it in redis. Also it seems like a lot of work for very little payoff, although since the Discord is pretty popular now maybe they would want this?

awaxa commented 7 years ago

I had forgotten all about this note!

Diabot's redis store is not perfectly ephemeral, and unfortunately it won't start without it. I flushed a couple thousand username to uuid mappings out of it today.

I think I remember users asking for logs from the supybot plugin and expecting more than a sql dump.

@dosman711 I agree with you about work/payoff, and I worry that we could easily spend more time supporting the feature than we should.