Team Task List | |||||||||||||||||||||||||||||||||
<client:teamtaskmodule/> | |||||||||||||||||||||||||||||||||
The Team Tasks module is a list of tasks for team members to perform. This module can be customized with jsp tags in a way similar to the other modules. The Team Task List allows the following attributes:
|
The Team Task List allows the following properties:
name | name of the task |
description | description of task to be performed |
status | status of the task, e.g., "not started"or "finished" |
dueDate | indicates due date of task |
assignedToName | person responsible for the task |
assignedDate | date task assigned |
priorityID | priority rating of task |
URL | url address where you can direct team members to review a file or find other information |
estimatedEffort | estimated time needed to accomplish task |
actualEffort | actual time needed to accomplish task |
Sample of the Team Task List :
<client:teamtaskmodule title="Team Tasks" properties="name;description;status;dueDate" property_titles="Name;Description;Status;Due" column_widths="30%;30%;20%;20%" sort_property="name" show_all_text="Show All" show_all_page="./showallteamtasks.jsp" detail_page="./teamtaskdetail.jsp" detail_property="name" pagination="20" cellspacing="0" cellpadding="3" border="0" width="95%"/>