-
Notifications
You must be signed in to change notification settings - Fork 1
0021 settings error display
donaldsonm edited this page Mar 10, 2021
·
2 revisions
- Status: Accepted
- Date: 2021-03-09
For settings, there is a minimum and maximum value allowed for customizing volume and timer lengths. What is the best way to clue the user on the fact that their invalid input is not being accepted?
- We wanted to allow the user to understand that there are limits on the input, not that it's broken/glitched.
- Window alert
- Separate element for more info
- Red border alert
Chosen option: We chose option 3, the red border alert, because it seemed like the simplest and smoothest option that fully conveyed the idea that we would not allow values over or under a certain point while being the easiest to implement and not being annoying.
- Pros: Simple implementation, most explicit in its meaning
- Cons: Could be considering annoying
- Pros: Clear and intuitive meaning
- Cons: More difficult implementation compared to other options
- Pros: Simple implementation, relatively clear meaning, doesn't interrupt anything
- Cons: Least explicit of the other options