Questions tagged [intuition]
used both for questions about designer's intuition (not always a reliable guide), and for questions about how readily users will understand how to use a UI.
101 questions
4
votes
2
answers
2k
views
How to make a wall of unicode symbols useful?
I am having fun playing around making a dictionary app, one part of which is adding pages teaching about scripts. One script page is on Tibetan consonants. I am trying to keep every page extremely ...
2
votes
1
answer
137
views
What's the best way to avoid users changing a significant, and rarely changed setting?
I realise that the word "best" in my title is very subjective, but I couldn't think of a better word. I guess a combination of user friendly, easy to use and robust (ie minimises the chances ...
2
votes
2
answers
167
views
Categorising alert messages
I'm currently working on digitalizing a dispute form, and throughout filling out this form, the user is most likely going to run into alert messages of some sort. While designing, we realized some of ...
2
votes
2
answers
177
views
How can I make my website more "self explanatory"
I built the following website MyChessNotebook some months ago. The purpose is simple: it is a text editor where a user can insert some pictures of chessboards easily.
I use it and find it super easy ...
2
votes
2
answers
224
views
Handling tags that can be automatic, public, or private?
I'm building a webapp where I want content to be taggable in a few different ways:
Public system-added tags. Non-removable tags added automatically when content is created based on how it was created
...
0
votes
2
answers
138
views
What image best defines an upcoming event?
I'm building an app for football players. After each match, there is a match stats card where the results will available 24h after the match. I'm not sure if I should go simple or more illustrative. ...
0
votes
3
answers
122
views
Graphical indication of a 2-dimensional sensor reading inside a range
Showing a single dimensional value inside of a valid range is not unusual, whether using a bar or using a virtual gauge.
My problem is slightly different - I have a two-dimensional value. Temperature ...
1
vote
1
answer
427
views
Variable length list input
I'm writing a wasm statistical calculator, so I need to allow an arbitrarily long number input on my website's front end. My current design looks like this:
A number is entered where the line is. ...
0
votes
3
answers
2k
views
Two buttons for actions of equal significance on same (mobile) screen
Consider a simple app for making wish lists and sharing the list with a friend (or shopping assistant).
On the main screen, the user is shown the list of items they have added to their wishlist. There ...
2
votes
2
answers
93
views
How do I tell users that they can ask questions in Audio format?
My site is a legal consultation platform. I am offering an option for users to ask questions in an audio format as well. I know that the way I'm doing it now is wrong because only 1% of the users tap ...
3
votes
1
answer
242
views
Do you know any research regarding so-called "scroll arrow" used for vertical scrolling?
Currently, I started to be concerned about the "scroll arrow" within the interface. The scroll arrow indicates that the first visible section it's not all and it's more content to scroll. I ...
2
votes
2
answers
154
views
Teasing Dashboard reports. Use dummy data or empty reports?
I’m currently designing a dashboard that relies on having a connection to Google Analytics. For the users that aren’t connected to GA, what would be best to show for them? We want to have a strong CTA ...
3
votes
3
answers
184
views
Gray-out conundrum
As we're approaching the release date for v2.5.0 of Rubberduck (an open-source VBIDE add-in), we're facing a bit of a dilemma regarding a specific type of tree nodes in one of our toolwindows:
The ...
3
votes
5
answers
199
views
Does having to introduce alternative behavior always indicate poor UX design?
Take the classical top-left go-back button on mobile apps.
The main two issues with it are:
Having to press a lot of times when you want to go far back
Not being able to go forward in case you missed ...
0
votes
2
answers
209
views
Best way to insert a clear button in a datagrid cell
I have a datagrid (or, more general, a data structure) in which the user, with a proper button, can clear data by only one column.
Since that requirements force me to implement different moments to ...