You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I go to edit a setting and create an override for my journal, it is sometimes hard to know what to do in the case of Boolean settings.
For example, if a boolean setting is on by default, then I see an unchecked tick box and a "Create Override" button. Do I check the box before clicking "Create Override"? Do I leave the box unchecked? Leaving it unchecked is correct, but not the most intuitive.
Proposed solution
Use a toggle switch for this screen. This is what the team has expressed a preference for.
In my experience, the toggle switch provided by Foundation is very particular, and may be hard to implement here. If the dev handling this issue finds that to be the case, can use the "Yes No Radio" widget that we created to overcome the switch input difficulties.
User story
If I go to edit a setting and create an override for my journal, it is sometimes hard to know what to do in the case of Boolean settings.
For example, if a boolean setting is on by default, then I see an unchecked tick box and a "Create Override" button. Do I check the box before clicking "Create Override"? Do I leave the box unchecked? Leaving it unchecked is correct, but not the most intuitive.
Proposed solution
Alternative widget
In my experience, the toggle switch provided by Foundation is very particular, and may be hard to implement here. If the dev handling this issue finds that to be the case, can use the "Yes No Radio" widget that we created to overcome the switch input difficulties.
janeway/src/utils/forms.py
Lines 178 to 197 in 65d95eb