v0.6.0.50
There are three different types of bolus: regular, reduced, and super. However, we only represent two of them on screen, and we do so via radio buttons. Using two radio buttons to represent three choices is an unexpected design, and could lead to confusion.

Proposal: switch the radio buttons to a segmented to represent the three choices with three options on screen. This UI would increase consistency as the app's other main screens also use segmented controls.
Could look like this:
- Reduced bolus disabled, super bolus disabled: don't show segmented controls
- Reduced bolus disabled, super bolus enabled: show [regular bolus | super bolus]
- Reduced bolus enabled, super bolus disabled: show [reduced bolus | regular bolus]
- Reduced bolus enabled, super bolus enabled: there may not be adequate space here. Can a segmented controls render text dynamically? Could you show:
- [reduced | regular bolus | super] by default
- [reduced bolus | regular | super] when reduced bolus is selected
- [reduced | regular | super bolus] when super bolus is selected?
OR could use replace the text with some appropriate SF Symbols? Maybe there's a gauge-like trio that would represent less, average, and more? (Sorry, couldn't help the pun.)
v0.6.0.50
There are three different types of bolus: regular, reduced, and super. However, we only represent two of them on screen, and we do so via radio buttons. Using two radio buttons to represent three choices is an unexpected design, and could lead to confusion.
Proposal: switch the radio buttons to a segmented to represent the three choices with three options on screen. This UI would increase consistency as the app's other main screens also use segmented controls.
Could look like this:
OR could use replace the text with some appropriate SF Symbols? Maybe there's a gauge-like trio that would represent less, average, and more? (Sorry, couldn't help the pun.)