Index: openacs-4/contrib/packages/simulation/lib/cases.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/lib/Attic/cases.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/contrib/packages/simulation/lib/cases.tcl 12 Jan 2004 15:52:44 -0000 1.10 +++ openacs-4/contrib/packages/simulation/lib/cases.tcl 22 Jan 2004 15:47:23 -0000 1.11 @@ -64,6 +64,7 @@ and wa2.action_id = wcea2.action_id and wcrpm2.role_id = wa2.assigned_role and wcrpm2.party_id = :party_id + and wcrpm2.role_id = r.role_id and wcrpm2.case_id = wc.case_id) as num_user_tasks from workflow_cases wc, sim_cases sc, Index: openacs-4/contrib/packages/simulation/www/simplay/case-admin.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/case-admin.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/contrib/packages/simulation/www/simplay/case-admin.adp 21 Jan 2004 15:55:36 -0000 1.3 +++ openacs-4/contrib/packages/simulation/www/simplay/case-admin.adp 22 Jan 2004 15:47:23 -0000 1.4 @@ -17,9 +17,9 @@

-TODO: Remove the assigned filter and make the table always show all roles and any assigned actions for each role. Lars? +TODO: Lars Remove the assigned filter and make the table always show all roles and any assigned actions for each role. Lars?

-TODO: Group by role_id. Need some help from Lars. +TODO: Lars Group by role_id. Need some help from Lars.

Index: openacs-4/contrib/packages/simulation/www/simplay/cast.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/cast.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/contrib/packages/simulation/www/simplay/cast.adp 21 Jan 2004 15:55:36 -0000 1.6 +++ openacs-4/contrib/packages/simulation/www/simplay/cast.adp 22 Jan 2004 15:47:23 -0000 1.7 @@ -137,9 +137,9 @@ -->

-TODO: Grouping by case and role +TODO: Lars Grouping by case and role

-TODO: Display listing of users assigned to each role/case, preferably on this page, alternatively on separate page +TODO: Lars Display listing of users assigned to each role/case, preferably on this page, alternatively on separate page

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 -N -r1.21 -r1.22 --- openacs-4/contrib/packages/simulation/www/simplay/index.adp 21 Jan 2004 15:55:36 -0000 1.21 +++ openacs-4/contrib/packages/simulation/www/simplay/index.adp 22 Jan 2004 15:47:23 -0000 1.22 @@ -23,7 +23,3 @@

- -

- TODO: fix bug with Your tasks count in simulation listing sometimes being too high -

Index: openacs-4/contrib/packages/simulation/www/simplay/message.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/message.adp,v diff -u -N -r1.9 -r1.10 --- openacs-4/contrib/packages/simulation/www/simplay/message.adp 12 Jan 2004 15:37:28 -0000 1.9 +++ openacs-4/contrib/packages/simulation/www/simplay/message.adp 22 Jan 2004 15:47:23 -0000 1.10 @@ -4,5 +4,3 @@ @focus;noquote@ - -

TODO (0.5h): add "select all" javascript checkbox for To field -- add as separate 'inform' form element.

Index: openacs-4/contrib/packages/simulation/www/simplay/message.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/message.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/contrib/packages/simulation/www/simplay/message.tcl 16 Jan 2004 10:20:39 -0000 1.20 +++ openacs-4/contrib/packages/simulation/www/simplay/message.tcl 22 Jan 2004 15:47:23 -0000 1.21 @@ -230,3 +230,4 @@ element set_properties message recipient_role_id -options $all_role_options } +#TODO B (0.5h): add "select all" javascript checkbox for To field -- add as separate 'inform' form element. Index: openacs-4/contrib/packages/simulation/www/simplay/task-detail.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/task-detail.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/contrib/packages/simulation/www/simplay/task-detail.adp 21 Jan 2004 11:17:34 -0000 1.7 +++ openacs-4/contrib/packages/simulation/www/simplay/task-detail.adp 22 Jan 2004 15:47:23 -0000 1.8 @@ -9,7 +9,3 @@

- -

- TODO (0.5h): show task attachment links beneath the action description -

Index: openacs-4/contrib/packages/simulation/www/simplay/task-detail.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/task-detail.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/contrib/packages/simulation/www/simplay/task-detail.tcl 21 Jan 2004 11:17:34 -0000 1.12 +++ openacs-4/contrib/packages/simulation/www/simplay/task-detail.tcl 22 Jan 2004 15:47:23 -0000 1.13 @@ -144,3 +144,5 @@ set focus "document.document_file" } + +# TODO B (0.5h): show task attachment links beneath the action description Index: openacs-4/packages/simulation/lib/cases.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/lib/cases.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/simulation/lib/cases.tcl 12 Jan 2004 15:52:44 -0000 1.10 +++ openacs-4/packages/simulation/lib/cases.tcl 22 Jan 2004 15:47:23 -0000 1.11 @@ -64,6 +64,7 @@ and wa2.action_id = wcea2.action_id and wcrpm2.role_id = wa2.assigned_role and wcrpm2.party_id = :party_id + and wcrpm2.role_id = r.role_id and wcrpm2.case_id = wc.case_id) as num_user_tasks from workflow_cases wc, sim_cases sc, Index: openacs-4/packages/simulation/www/simplay/case-admin.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/case-admin.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/simulation/www/simplay/case-admin.adp 21 Jan 2004 15:55:36 -0000 1.3 +++ openacs-4/packages/simulation/www/simplay/case-admin.adp 22 Jan 2004 15:47:23 -0000 1.4 @@ -17,9 +17,9 @@

-TODO: Remove the assigned filter and make the table always show all roles and any assigned actions for each role. Lars? +TODO: Lars Remove the assigned filter and make the table always show all roles and any assigned actions for each role. Lars?

-TODO: Group by role_id. Need some help from Lars. +TODO: Lars Group by role_id. Need some help from Lars.

Index: openacs-4/packages/simulation/www/simplay/cast.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/cast.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/simulation/www/simplay/cast.adp 21 Jan 2004 15:55:36 -0000 1.6 +++ openacs-4/packages/simulation/www/simplay/cast.adp 22 Jan 2004 15:47:23 -0000 1.7 @@ -137,9 +137,9 @@ -->

-TODO: Grouping by case and role +TODO: Lars Grouping by case and role

-TODO: Display listing of users assigned to each role/case, preferably on this page, alternatively on separate page +TODO: Lars Display listing of users assigned to each role/case, preferably on this page, alternatively on separate page

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 -N -r1.21 -r1.22 --- openacs-4/packages/simulation/www/simplay/index.adp 21 Jan 2004 15:55:36 -0000 1.21 +++ openacs-4/packages/simulation/www/simplay/index.adp 22 Jan 2004 15:47:23 -0000 1.22 @@ -23,7 +23,3 @@

- -

- TODO: fix bug with Your tasks count in simulation listing sometimes being too high -

Index: openacs-4/packages/simulation/www/simplay/message.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/message.adp,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/simulation/www/simplay/message.adp 12 Jan 2004 15:37:28 -0000 1.9 +++ openacs-4/packages/simulation/www/simplay/message.adp 22 Jan 2004 15:47:23 -0000 1.10 @@ -4,5 +4,3 @@ @focus;noquote@ - -

TODO (0.5h): add "select all" javascript checkbox for To field -- add as separate 'inform' form element.

Index: openacs-4/packages/simulation/www/simplay/message.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/message.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/simulation/www/simplay/message.tcl 16 Jan 2004 10:20:39 -0000 1.20 +++ openacs-4/packages/simulation/www/simplay/message.tcl 22 Jan 2004 15:47:23 -0000 1.21 @@ -230,3 +230,4 @@ element set_properties message recipient_role_id -options $all_role_options } +#TODO B (0.5h): add "select all" javascript checkbox for To field -- add as separate 'inform' form element. Index: openacs-4/packages/simulation/www/simplay/task-detail.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/task-detail.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/simulation/www/simplay/task-detail.adp 21 Jan 2004 11:17:34 -0000 1.7 +++ openacs-4/packages/simulation/www/simplay/task-detail.adp 22 Jan 2004 15:47:23 -0000 1.8 @@ -9,7 +9,3 @@

- -

- TODO (0.5h): show task attachment links beneath the action description -

Index: openacs-4/packages/simulation/www/simplay/task-detail.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simplay/task-detail.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/simulation/www/simplay/task-detail.tcl 21 Jan 2004 11:17:34 -0000 1.12 +++ openacs-4/packages/simulation/www/simplay/task-detail.tcl 22 Jan 2004 15:47:23 -0000 1.13 @@ -144,3 +144,5 @@ set focus "document.document_file" } + +# TODO B (0.5h): show task attachment links beneath the action description