diff --git a/Actiondependencies.textile b/Actiondependencies.textile index 1aa184b..993c260 100644 --- a/Actiondependencies.textile +++ b/Actiondependencies.textile @@ -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 \ No newline at end of file +Code at git://github.com/bohrax/tracks.git