Tagged Questions
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 ...