Added images to Actiondependencies page.

bsag 2011-07-16 18:20:06 +01:00
parent 969a5d7d2c
commit d04ab4d313

@ -14,7 +14,8 @@ h2. Database
h3. Todo state machine model
[[Image:todo_fsm.png]]
[[/images/todo_fsm.png]]
A _pending_ state is added to the Todo state machine, and a new event _block_ is introduced for switching from active to pending state.
h3. Single vs multiple dependencies
@ -37,7 +38,7 @@ Use cases are:
3. Removing a predecessor for an existing action.
4. Showing the predecessor of an action.
[[Image:action_form_with_predecessor2.png]]
[[/images/action_form_with_predecessor2.png]]
The add and edit action forms have an added field for adding predecessors named "Depends on". Ideally, it would work as a Gmail-like multi value autocompletion field.
@ -67,7 +68,9 @@ h4. 3. The user wants to add or delete dependencies and see pending actions.
The _Project_ view is probably the best view to view and edit dependencies and pending actions.
Example project view:
[[Image:project_view_with_dependencies2.png]]
[[/images/project_view_with_dependencies2.png]]
Let's say that we have the following actions in our Add dependencies to Tracks project:
1. Create GUI proposal
@ -216,4 +219,4 @@ Note: "#903":http://www.assembla.com/spaces/tracks-tickets/tickets/903/ tracks a
h2. Code
Code at git://github.com/bohrax/tracks.git
Code at git://github.com/bohrax/tracks.git