Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Upon cancelling bolus triggered by Bolus wizard, prompt to remove Carbs added by wizard for that event #3673

Open
GrantAdkins opened this issue Jan 2, 2025 · 2 comments
Labels
enhancement New feature or request for_discussion

Comments

@GrantAdkins
Copy link

As a user, I'd like to be prompted to remove the carbs added by the bolus wizard if I cancel the bolus, so that the loop doesn't then assume COB is higher than reality, given the bolus was cancelled due to no longer eating or changing the amount being eaten.

Example

  1. User opens Bolus wizard and enters 70g carbs for meal.
  2. Bolus of 7U started.
  3. User realises carb count was too high and cancels bolus after 0.05U is administered.
  4. User then opens Bolus wizard again and enters the correct amount of carbs, being 50g.
  5. Bolus of 5U is administered.
  6. User has eaten 50g but the logged COB is 120g (70g + 50g from two events).
  7. Loop administers an additional 5U over the next two hours via SMBs to handle the additional 70g that was not consumed, resulting in hypo.
@MilosKozak MilosKozak added enhancement New feature or request for_discussion labels Jan 2, 2025
@gerison77
Copy link

Looks kind of the same confirmation problem of a given bolus like it is recently discussed in #3507 . @mushroom-dev ; isn't it?

@GrantAdkins
Copy link
Author

@gerison77 it's similar, yes. The example I provided shows why some sort of prompt or warning to a user when cancelling a bolus is important. The entry of IOB and COB via a single interaction with the Bolus wizard results in the assumption that cancelling the bolus will also remove the COB entry. Of course, automatic removal of the COB entry won't apply to all scenarios, which is why I framed the user story as wanting to be prompted about what to do with the associated COB entry when the bolus is cancelled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request for_discussion
Projects
None yet
Development

No branches or pull requests

3 participants