UX considerations & decisions #7
ctapobep
started this conversation in
Conventions & Approaches
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
UX Tenets
These are just general rules. Neither of these rules should be taken to their extreme, otherwise they start to conflict with each other.
Note, that UX requirements may change with time. When the whole world uses the tool, it's more likely that the new people will overcome the barrier of more complex UI. But if it's a yet unknown tool, then we better make sure it's easy to figure it out.
UX Decisions
If we don't have permissions to some action, should we see the clickable element? #
For now, it's not clear which approach is better. But let's set up some rules and follow them until we change our mind:
Visible but disabled:
Hidden:
Discussion
There are 2 conflicting interests:
Why don't I have permissions?
Let's say there are 2 reasons not to allow for actions:
If we don't show the element, then it's not always obvious how to acquire the permissions. If we do show the element but disable it instead, then we can explain user the reasons.
It's all colorful and overloaded, where's the important stuff? (Tenet#1)
If we show all the possible actions, and just disable them, then it may be too much for the poor user (Tenet#1) and they may get confused.
E.g. there can be quite a lot of editable elements (like inlined, underlined text edits) which overload the UI, so making it simpler can have a big effect on the simplicity of the screen.
Beta Was this translation helpful? Give feedback.
All reactions