Interesting. I wonder whether they have learned anything from their observations. I would probably let numbers be part of the tracked event, because it might be important for things like. "Took 500mg of painkillers" or something.
And since I usually take 400mg ibuprofen, I have introduced a string for this in particular: Take_Ibu400. So in my log it looks like this:
2023-03-23 12:44 Take_Ibu400? Yes
If I would not have a specific string, I would track it like this:
2023-03-23 12:44 Take_Ibuprofen? Yes (400mg)
Interesting. I wonder whether they have learned anything from their observations. I would probably let numbers be part of the tracked event, because it might be important for things like. "Took 500mg of painkillers" or something.