Questions tagged [error-prevention]
The error-prevention tag has no summary.
55 questions
0 votes
2 answers
74 views
Button placement for a confirmation modal that discards previous work
I’m doubting between two button placement options for a confirmation modal and would appreciate feedback on which is more appropriate. See visual option below (I've changed all UI copy for this post). ...
0 votes
1 answer
106 views
what is the best experience for URL inputs?
I am designing some input which users should enter some links, I want to know what is the best way for these kind of inputs for users to show them doesn't need to enter "https://" and we ...
1 vote
1 answer
148 views
What should happen when a user tries to access a page number that doesn't exist in a paginated view
If a user tries to access a page number that doesn't exist when viewing the results on a table, what should happen? I'm referring to change the page in the url, example: www.website.com/products?page=...
1 vote
1 answer
64 views
Limit selectable file-types or show error messages?
some users try to upload img/heic although only jpg, png or pdf are allowed. in the best case our backend should also support img/heic. However, our backend system will not support img/heic for a long ...
0 votes
1 answer
623 views
Multiple upload states and error handling
I am currently working on a banking site. We are designing a section of the site where users can follow their applications, i.e. for a loan. They can sign and upload documents from there. There will ...
0 votes
1 answer
87 views
How to handle users without permission to access an app
Background: I work in Fintech. There are customers whose loans can become "written off" (due to high overdue balance etc.)Some of these customers use the customer app to access cool features....
5 votes
4 answers
546 views
Prevent users from changing entity data fundamentally
Entities in a database represent things from the real world (for example products in an e-commerce system). A user should be able to add a new entity edit the entity to correct a mistake in the DB ...
0 votes
3 answers
184 views
How might iOS prevent unintentional email deletion?
This isn't a problem I'm solving, it's more of a theoretical UX question. Twice this week, I've checked my email on iOS and accidentally deleted important conversations (which I've had to hunt for and ...
7 votes
3 answers
3k views
Admin interface - use of "Please be patient"
In a recent update to one of our Admin interfaces (1 user), we added the following warning at the top, to remind the user that once they press the button, it can take several minutes to complete, and ...
1 vote
2 answers
163 views
No results for my search? Let user see no results or not allowing them to see the results that are not available?
I've been working in resolving an issue for the platform I work in but I'm a little stuck with solutions I was wondering if you guys could give me some advice on how to approach this. So, I'm working ...
2 votes
1 answer
110 views
Error recovery implementation in a micro service architecture
We have a system that people can use to create new "Folders", a folder will have metadata about it (creation date, permissions, owner, etc.). The folder name is the unique key because there are ...
0 votes
2 answers
294 views
Placement of multiple destructive actions
In the current project I am working on, I have came across the below scenario where I have to display 3 destructive actions. It's inside of a card view and those cards will appear as a result of a ...
2 votes
0 answers
269 views
Email client: why is the "Send" button always next to the other buttons? [closed]
In the vast majority of email clients I've seen (Outlook, but also Web mails like outlook.com or GMail), the "Send" button is always next to danger zone where the user often clicks. The worst example ...
1 vote
3 answers
8k views
Best practices for diplaying the Password Requirements
I am trying to decide which is the best way to display the password rules when a user is changing their password. There are approximately 4 important password criteria. Option 1: Place criteria in ...
2 votes
2 answers
380 views
How to toggle truncating of long radio button labels?
In my application, I have a series of radio buttons. The associated labels can contain a number of fields and become quite long, so I'd like for the labels to be expaneded and collapsed. I've ...