An action is a method or process by which something is achieved by a user. Actions are usually associated with controls, which allow the user to complete an action by operating the control. Examples of actions include interactions such as clicking, swiping or dragging, or more complex processes like ...
7
votes
2answers
720 views
What is the best way to display edit/delete actions on a row?
I am building a web application that deals with a lot of tables/lists of records. I am currently building an "AJAX edit-in-place" feature, so that you can edit a record while being on the same page. ...
3
votes
2answers
422 views
Framework or plugin for tracking user actions on a web application
I've been working for a while on various proof-of-concept applications for social network privacy, which I've evaluated for publication with various user studies.
Is there a useful, free, framework ...
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 ...