Index: openacs-4/contrib/packages/simulation/www/simbuild/task-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simbuild/Attic/task-edit.tcl,v
diff -u -r1.15 -r1.16
--- openacs-4/contrib/packages/simulation/www/simbuild/task-edit.tcl 17 Dec 2003 19:27:08 -0000 1.15
+++ openacs-4/contrib/packages/simulation/www/simbuild/task-edit.tcl 7 Jan 2004 13:12:17 -0000 1.16
@@ -95,7 +95,13 @@
{description:richtext,optional
{label "Task Description"}
{html {cols 60 rows 8}}
+ {help_text "Suggested text; can be edited when template is instantiated."}
}
+ {attachment_num:integer(text)
+ {label "Number of attachments"}
+ {help_text "These are placeholders that are matched to props by the case author during SimInst"}
+ {html {size 2}}
+ }
}
set enabled_options [list]
@@ -109,6 +115,14 @@
}
ad_form -extend -name task -form {
+ {new_state_id:integer(select),optional
+ {label "Next state"}
+ {options $state_options}
+ {help_text "After this task is completed, change the template's state."}
+ }
+}
+
+ad_form -extend -name task -form {
{assigned_state_ids:text(checkbox),optional,multiple
{label "Assigned
-TODO: Hide task table if there are no states, and show only "add a
- state" link instead
- TODO: B: Allow reordering of roles, states, tasks. TODO: Instead of initialize column and special task, UI should
- show an "initial state" radio button. The special initialize task should not
- appear in this list.
- TODO: B: Better widget for suggested duration. TODO: B: Allow reordering of roles, tasks. TODO: Hide the init state and init task. Auto-create and
+ maintain an init task pointing to the first state column.
+ TODO: Allow reordering of state columns.
TODO: B: When Ready for Use Checkbox is in display (not edit)
mode, show only the text "yes" or "no" instead of showing a disabled checkbox
TODO: Find a better
way to show the
assigned/enabled states"}
{options $enabled_options}
@@ -117,18 +131,6 @@
{label "Enabled"}
{options $enabled_options}
}
-}
-
-ad_form -extend -name task -form {
- {new_state_id:integer(select),optional
- {label "New state"}
- {options $state_options}
- }
- {attachment_num:integer(text)
- {label "Number of attachments"}
- {help_text "These are placeholders that are matched to props by the case author during SimInst"}
- {html {size 2}}
- }
} -edit_request {
set workflow_id $task_array(workflow_id)
permission::require_write_permission -object_id $workflow_id
Index: openacs-4/contrib/packages/simulation/www/simbuild/template-edit.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simbuild/Attic/template-edit.adp,v
diff -u -r1.15 -r1.16
--- openacs-4/contrib/packages/simulation/www/simbuild/template-edit.adp 6 Jan 2004 13:05:48 -0000 1.15
+++ openacs-4/contrib/packages/simulation/www/simbuild/template-edit.adp 7 Jan 2004 13:12:17 -0000 1.16
@@ -17,13 +17,10 @@
- TODO: (low priority) allow props to be embedded within description + TODO: C: allow props to be embedded within description body so that they will be displayed as links in simplay when user looks at task description
Index: openacs-4/contrib/packages/simulation/www/simplay/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/index.adp,v diff -u -r1.15 -r1.16 --- openacs-4/contrib/packages/simulation/www/simplay/index.adp 6 Jan 2004 13:05:48 -0000 1.15 +++ openacs-4/contrib/packages/simulation/www/simplay/index.adp 7 Jan 2004 13:12:17 -0000 1.16 @@ -3,10 +3,13 @@TODO: how can a player access completed cases?
-TODO: in admin mode, show all adminned cases
\ No newline at end of file
Index: openacs-4/contrib/packages/simulation/www/simplay/messages.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/messages.adp,v
diff -u -r1.8 -r1.9
--- openacs-4/contrib/packages/simulation/www/simplay/messages.adp 6 Jan 2004 13:05:48 -0000 1.8
+++ openacs-4/contrib/packages/simulation/www/simplay/messages.adp 7 Jan 2004 13:12:17 -0000 1.9
@@ -4,5 +4,6 @@
TODO: show sent messages as well \ No newline at end of file +
TODO: show sent messages as well +
TODO: automatically create a Notification entry for each user per
+role, and show an add/remove link here
\ No newline at end of file
Index: openacs-4/packages/simulation/www/simbuild/task-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simbuild/task-edit.tcl,v
diff -u -r1.15 -r1.16
--- openacs-4/packages/simulation/www/simbuild/task-edit.tcl 17 Dec 2003 19:27:08 -0000 1.15
+++ openacs-4/packages/simulation/www/simbuild/task-edit.tcl 7 Jan 2004 13:12:17 -0000 1.16
@@ -95,7 +95,13 @@
{description:richtext,optional
{label "Task Description"}
{html {cols 60 rows 8}}
+ {help_text "Suggested text; can be edited when template is instantiated."}
}
+ {attachment_num:integer(text)
+ {label "Number of attachments"}
+ {help_text "These are placeholders that are matched to props by the case author during SimInst"}
+ {html {size 2}}
+ }
}
set enabled_options [list]
@@ -109,6 +115,14 @@
}
ad_form -extend -name task -form {
+ {new_state_id:integer(select),optional
+ {label "Next state"}
+ {options $state_options}
+ {help_text "After this task is completed, change the template's state."}
+ }
+}
+
+ad_form -extend -name task -form {
{assigned_state_ids:text(checkbox),optional,multiple
{label "Assigned
-TODO: Hide task table if there are no states, and show only "add a
- state" link instead
- TODO: B: Allow reordering of roles, states, tasks. TODO: Instead of initialize column and special task, UI should
- show an "initial state" radio button. The special initialize task should not
- appear in this list.
- TODO: B: Better widget for suggested duration. TODO: B: Allow reordering of roles, tasks. TODO: Hide the init state and init task. Auto-create and
+ maintain an init task pointing to the first state column.
+ TODO: Allow reordering of state columns.
TODO: B: When Ready for Use Checkbox is in display (not edit)
mode, show only the text "yes" or "no" instead of showing a disabled checkbox
TODO: Find a better
way to show the
assigned/enabled states"}
{options $enabled_options}
@@ -117,18 +131,6 @@
{label "Enabled"}
{options $enabled_options}
}
-}
-
-ad_form -extend -name task -form {
- {new_state_id:integer(select),optional
- {label "New state"}
- {options $state_options}
- }
- {attachment_num:integer(text)
- {label "Number of attachments"}
- {help_text "These are placeholders that are matched to props by the case author during SimInst"}
- {html {size 2}}
- }
} -edit_request {
set workflow_id $task_array(workflow_id)
permission::require_write_permission -object_id $workflow_id
Index: openacs-4/packages/simulation/www/simbuild/template-edit.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simbuild/template-edit.adp,v
diff -u -r1.15 -r1.16
--- openacs-4/packages/simulation/www/simbuild/template-edit.adp 6 Jan 2004 13:05:48 -0000 1.15
+++ openacs-4/packages/simulation/www/simbuild/template-edit.adp 7 Jan 2004 13:12:17 -0000 1.16
@@ -17,13 +17,10 @@
- TODO: (low priority) allow props to be embedded within description + TODO: C: allow props to be embedded within description body so that they will be displayed as links in simplay when user looks at task description
Index: openacs-4/packages/simulation/www/simplay/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/index.adp,v diff -u -r1.15 -r1.16 --- openacs-4/packages/simulation/www/simplay/index.adp 6 Jan 2004 13:05:48 -0000 1.15 +++ openacs-4/packages/simulation/www/simplay/index.adp 7 Jan 2004 13:12:17 -0000 1.16 @@ -3,10 +3,13 @@TODO: how can a player access completed cases?
-TODO: in admin mode, show all adminned cases
\ No newline at end of file
Index: openacs-4/packages/simulation/www/simplay/messages.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/messages.adp,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/simulation/www/simplay/messages.adp 6 Jan 2004 13:05:48 -0000 1.8
+++ openacs-4/packages/simulation/www/simplay/messages.adp 7 Jan 2004 13:12:17 -0000 1.9
@@ -4,5 +4,6 @@
TODO: show sent messages as well \ No newline at end of file +
TODO: show sent messages as well +
TODO: automatically create a Notification entry for each user per +role, and show an add/remove link here \ No newline at end of file