-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Many (dozens, as found in history of Gitter channel) of users have expressed a desire to have the Loop bolus wizard pop up with a suggested bolus even if their current BG is below the bottom of the Target Range. Users indicate their desire to bolus in preparation for an upcoming meal, even if their BG is below that target as long as they are not "low". Different users have different values to what they consider to be "low".
The concept is to add an an optional setting that allows the user to enter BG value to indicate their preference. Single field entry for BG (in preferred units as determined by which unit value is used in BG in Apple Health)
- If the lower of currently or any future predicted BG is at or below entered value, then do not suggest a bolus
- If the lower of currently or any future predicted BG is above the entered value, then attempt to recommend a bolus and display to the user if one is in fact suggested
- If no value is given by the user, then use the bottom of the Target Range (as it works today).
As to not add additional entries to an already long list under Settings, this could live under the Maximum bolus setting.
If the community supports this feature design, I will code up and submit a PR.