Confirmation of delete triggered by Delete key shortcut

My webapp has a list of notes. Deleting a note is comparable to deleting a file. The underlying storage does not currently allow a trash-can paradigm (undoable delete). So, deleting a note is a two-step process. Using a mouse or touchscr…
share this post : )
Revoking an invite – should confirmation banner be red or green?

I’m working on a feature where a user can send/invite other people to their organization:
The user can opt to revoke the invite. Once this action has been done, I’d like to display a confirmation banner.
Since this banner is successfully …
share this post : )
Grades of confirm actions

I am currently working on a standard for confirming destructive actions, which I have to split into four levels:
no confirmation necessary
???
a simple dialog that explains what the dangers are
a dialog that explains the dangers and requi…
share this post : )
How to ask users to confirm an item as True Positive or False Positive

I have an ML system which classifies a series of objects. These objects have a possible status X assigned by the system.
This information is displayed on a dashboard table to users.
An example output is below:
Object
Is X?
A
X
B
…