3
votes
4answers
124 views

Irreversible changing of state

I am working on a UI for a workflow and task management system. Each task can be in one of three states: new in progress complete The task is edited in a form which has Save/Cancel buttons. It ...
8
votes
7answers
534 views

Conveying progress for a set of items each with 2 stages

I think I have an issue with the hierarchy of information in trying to convey progress to a user. On the dashboard of a non-profit dashboard I have the following option: The organisation deal with ...
2
votes
2answers
125 views

“Pharma” UX Model? [closed]

Is there any known "Pharma" like UX examples or flows out there in the digital world? Example: Doctor recommends a drug to a patient, hands off prescription to receptionist to make a copy. ...
2
votes
1answer
59 views

How to design a change state action

My application manages a few types of entities, each of them has its own workflow. For example - a task entity workflow will look something like this: (this is a functional/logical drawing, this is ...
3
votes
2answers
123 views

What's an intuitive workflow for a registering user to simultaneously sign-up his colleagues?

I'm working on a redesign of a website that has a bit of a complicated registration requirement and I just can't get my head around how best to design the necessary forms/pages. For context, the ...
2
votes
6answers
121 views

Forcing a workflow while making it easier for the user

I'm working on an internal webapp that requires users to Enter Meeting Notes. Currently, the users write their notes in a Word template, then copy/paste into one large text field in the app. The notes ...
2
votes
2answers
108 views

Should confirm email links autologin if the user is not logged in?

I am working on a system where the administrator can configure the following behaviour for email addresses: Allow users to attach multiple email addresses to their account (just like Facebook and ...
0
votes
2answers
98 views

Data Entry Add Compare Confirm

Looking for some feedback on if there is a well known approach for this. Please note that my graphics are just for example and look much worse in the actual application. A user has the authorization ...
3
votes
4answers
399 views

Is a cancel button really needed in a form in a page?

I have a form, which is on a page of its own - it's a huge one, and one of the internal reviewers recommended to add a cancel button to it. I am just trying to figure out if a cancel button is ...
8
votes
3answers
784 views

Multiscreen Forms (Wizards), the Form's Previous Button, and the Back Button

Scenario: I have a web form split across 3 screens/pages. A user can move between forward and back between the screens via Next and Previous labeled buttons respectively. Question: When the user ...
1
vote
1answer
104 views

Saved Form destination: display entered data or return to origin?

OK--you've filled out a form and submitted your form data. Let's say the form is a service you're adding to a case for a customer. You are a customer service rep, and you took a call from a ...
0
votes
2answers
138 views

Recommend practices for custom user created forms in a CMS

I would like to allow users to create custom forms in a CMS I am building. While on a broader level, it seems to be quite simple, let the user create the form and save it, the little details seems to ...