-
Notifications
You must be signed in to change notification settings - Fork 657
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
Resolve issue #289: implement NS-provided display of fat/protein #290
Conversation
aug0211
commented
Jun 9, 2024
- Resolves Make use of Nightscout's provided display of Carbs + Protein + Fat in graph for meal entries #289
- Implements Nightscout's provided graph display for fat and protein in meal entries
- Trio had partially implemented this but did not pass fat and protein values to Nightscout (it dropped them but carried carbs)
- This PR follows the identical pattern used for carbs and carries fat and protein values along for NS to display
…otein in graph - Resolves (Trio issue nightscout#289)[nightscout#289] - Implements Nightscout's provided graph display for fat and protein in meal entries - Trio had partially implemented this but did not pass fat and protein values to Nightscout (it dropped them but carried carbs) - This PR follows the identical pattern used for carbs and carries fat and protein values along for NS to display
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.
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.
Clean and precise changes; uses given pattern and just adds the missing data to request.
LGTM.
Looks good! Merging with two approvals. |
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.
Late to the party. But also tested. Works as described. Nice extra info to have in NS. Well done
* update enact bolus button description when amount exceeds maxBolus and fix insulin unit description * reimplement continue without bolus button, delete unnecessary code in BolusStateModel * refactor code and let add insulin button be disabled if maxBolus is exceeded * remove unused variable
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.
this is a test - can I review a closed PR?