Questions tagged [workflow]
A workflow consists of a sequence of connected steps.
232 questions
1
vote
0
answers
49
views
Representing if/else constructs in text documentation
In the documentation for the services I develop and maintain, there is a section where the program execution flow is presented as a numbered list, somewhat like a flowchart.
Here's a silly example ...
2
votes
0
answers
51
views
Enterprise Workflow Management System UI/UX [closed]
Below are several screenshots of different sections of an enterprise application used in financial institutions for workflow management. I would appreciate your take on the UI. Since I haven't shared ...
1
vote
0
answers
37
views
Wording convention for visible, soft-deleted registers
Please, follow this workflow and pay attention to the italic words.
I have some registers that can be soft-deleted through a button called "Delete";
After clicking "Delete", the ...
1
vote
1
answer
116
views
How to Tell the User There's no Data to be Shown in a Dropdown
In a form, when a select (e.g. city) depends on another one for loading the correct data (e.g. state), if the user hasn't yet selected an state, in the placeholder of the city select I'll place a text ...
0
votes
1
answer
85
views
Input field in form with two different workflows
We have a form that user needs to input manually(at least for now).
Currently, we have an input field for users to type.
As we are planning to implement gen AI feature in our product,
we want to use ...
1
vote
1
answer
112
views
How to minimize the time spent creating UX deliverables?
As a UX freelancer I've found that creating deliverables documenting the research and design process often takes longer than I feel it should.
I was wondering if there are any tips on how to be more ...
0
votes
1
answer
174
views
Best practices for alerting user they must leave an app [closed]
I'm working on a healthcare data flow tool where the workflows sometimes require the user to leave the current system and proceed with their task in a fully separate 3rd party system. I'm trying to ...
2
votes
1
answer
73
views
Training page with multiple paths for different roles
I've got a client with internal employees and external contractors in a number of roles. Depending on the role, the project workflows are similar but not identical, and not all internal resources are ...
2
votes
1
answer
250
views
Examples of multi-step asynchronous workflows
our SaaS product has a very interesting 'workflow' pattern, and we are looking for examples of how other products might have handled this.
It works like this:
User fills out a short form (5 fields) ...
3
votes
2
answers
134
views
Is there a database or guide for existing keyboard shortcuts or conventions?
Is there a database or extensive guide on existing keyboard shortcuts or conventions for UX developers?
Could be useful to:
avoid keyboard shortcut conflicts with existing software that will be
...
2
votes
0
answers
39
views
Display details of a node in a workflow with converging nodes [duplicate]
I'm making a workflow editor where each node in a DAG can have multiple inputs, multiple outputs and it can be called multiple times in a single execution.
My next task is creating a display that ...
1
vote
1
answer
121
views
When to elicit user feedback on search results
I am working on a product that provides investigative leads based on a search. We are trying to assess the helpfulness of the leads. Previously we had a good/bad option always present at the top of ...
2
votes
3
answers
453
views
Should i have an apply button when the user already has to submit changes?
So I have a configuration menu with many different menu options. Currently, I feel that the flow is very annoying for users to make changes to as it requires the following steps:
Make change
Hit ...
0
votes
2
answers
1k
views
What's the universal way to show skipped steps in a flow?
Let's say you have a diagram where steps 1, 2, and 6 are important and shown to the user.
Steps 3-5 are not important, and don't need to be shown. But, the user should know that they exist. It's like ...
1
vote
2
answers
608
views
Edit profile detail vs change email flow
The problem: client wanted a simpler flow of changing + verifying the email
What I suggested:
"Change email" leads to a separate flow using modals, does not interfere with profile update
...