forked from LoopKit/Loop
-
Notifications
You must be signed in to change notification settings - Fork 8
nate/fix/LOOP-1927/manual-glucose-entry #256
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
8a38b70
allow manual glucose entry without carb entry
nhamming 0997628
the manual glucose entry displayed in the CGM pill is never overridden
nhamming f85bf26
Merge branch 'dev' into nate/fix/LOOP-1927/manual-glucose-entry
nhamming e45842d
manually entered glucose needs interpretation from the CGM manager to…
nhamming 4f3e896
Merge branch 'dev' into nate/fix/LOOP-1927/manual-glucose-entry
nhamming 85ff522
update to glucose icon display if manual glucose entry
nhamming 7efb717
updating the display of a manual glucose entry within the CGM pill
nhamming 188a34a
Merge branch 'dev' into nate/fix/LOOP-1927/manual-glucose-entry
nhamming fefdcb9
the status bar determines when it should adjust its layout for narrow…
nhamming 2dce93d
updated tests
nhamming 2d5d36a
clean up
nhamming 51b99f0
added hardcoded glucose range categorization when feature is disabled
nhamming 82056ff
DIY categorization glucose range for both manual and CGM values
nhamming File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, when the sensor is in a warmup state, and the user enters a manual glucose value, there is not really any "error" that needs attending to. I guess this is a question for design/product. It seems like communicating the value as a manual entry is important, but painting it in error/warning colors when everything is operating as expected and user attention is not required is not great.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that when the CGM is failing in some way, we don't want to paint over the failing state with a manual glucose entry that makes everything look ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ps2 yes, I'm working with Matt to determine all the possible states. Currently the known states include a red
!, red or glucose colour+, and glucose colour<clock>, but we are still exploring.