Changeset 68 for trunk/doc/Definitions/TaskTerms.txt
- Timestamp:
- Mar 7, 2009, 4:35:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Definitions/TaskTerms.txt
r63 r68 9 9 - Default = "". 10 10 - Longer for additional info only shown in detail views. 11 12 leadPerson13 - Default = current person.14 - The primay contact.15 11 16 12 targetStartDate … … 42 38 - Ignore when viewing old associations or creating lists for searching etc. 43 39 40 taskGroup 41 - The taskGroup this task belongs to. 42 - Of Class TaskGroup. 43 44 taskStatus 45 - Default = "Not Started" 46 - The current status of this task. 47 - Of Class TaskStatus. 48 - One of "Not Started", "In Progress" or "Completed" 49 - Automagically set to "In Progress" on first "Work Done" entry. 50 - Automagically set to "Completed" by action button. 51 52 leadPerson 53 - Default = current person. 54 - The primay contact. 55 - Of Class Person. 56 44 57 assignedPersons 45 - A task may have many assingedPersons of Class AssignedPerson.58 - A task may have many assingedPersons of Class Person. 46 59 47 60 entries … … 56 69 - Master/Slave/Parent/Child/FollowUp relationship still to sort out. 57 70 58 #Should these be calulated or set by manual action? 59 TaskStatus 60 Not Started 61 In Progress 62 Completed 71 72 #Calculated dates 73 actualStartDate 74 actualCompletionDate 75 76 #Should these be calculated or set by manual action? 77 TaskPriority 78 Low 79 Normal 80 High 81 Immediate 63 82 64 83 TaskType
Note: See TracChangeset
for help on using the changeset viewer.