-
Notifications
You must be signed in to change notification settings - Fork 514
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
Incorrect bolus amount entered due to data entry problem #358
Comments
To clarify, this problematic behavior exists in current dev 8303f0a without any PRs applied, and none of the current PRs fix this problematic behavior. |
Looks like this issue started with this merge: #337 |
After I noticed this last night, i did more tests today. I tested on straight dev. Then went back to when PR #337 was merged. Then back to straight dev. Then added all the open PRs cause that was my current config before opening this PR. This happened for all of those. When testing PR 337, I explicitly tested enact bolus screen along with many others. But I did not try this particular test. |
…ightscout#358) Configure X-axis (time in hours) from main chart. Draft which needs testing.
Describe the bug
I attempted to request a bolus of 1.05 U. I was not able to do that and discovered that 15U was entered instead.
Attach a Log
No log is needed - this is a data field entry problem.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This behavior of having
#.0
replaced with#
(where I use "." as the decimal-separator) is seen in several entry fields.Screenshots
Setup Information (please complete the following information):
Smartphone:
Pump:
CGM:
Trio Version:
Technical Details
N/A
Additional context
Seems like this keeps cropping up - we need an overall fix here.
The mmol/L log glucose entry fix (PR 356) has the same behavior of modifying
#.0
to#
during entryThis entry bug was independently verified.
The text was updated successfully, but these errors were encountered: