A workflow consists of a sequence of connected steps.
4
votes
2answers
293 views
Assigning working hours on a duty roster
Here's a screenshot of the duty calendar in the system I'm working on (I've deleted all names here for privacy reasons).
Each person can have a day of particular type (listed in the legend above: ...
5
votes
2answers
76 views
What makes OpenID so difficult to use by persons with no technical background?
According to adrianh in his comment to an answer:
Every single time I have /tested/ openid with "normal" users as opposed to technical folk it's caused more problems than it's solved. Every. ...
5
votes
1answer
201 views
Modal window action buttons, top or bottom
Scenario: File upload process for a website on desktop(not mobile) launches a modal window.
Question: Would it be better to place action buttons at the top or at the bottom of the window.
Pros & ...
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 ...