Changeset 76

Show
Ignore:
Timestamp:
03/18/09 06:41:01 (4 years ago)
Author:
gav
Message:

Develop and update /doc/Definitions as TaskRewrite? progresses.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/Definitions/TaskTerms.txt

    r68 r76  
    3939 
    4040    taskGroup 
     41                - Default = required so nothing. 
    4142                - The taskGroup this task belongs to. 
    4243                - Of Class TaskGroup. 
    4344 
    4445    taskStatus 
    45                 - Default = "Not Started" 
     46                - Default = "Not Started". 
    4647                - The current status of this task. 
    4748                - Of Class TaskStatus. 
    48                 - One of "Not Started", "In Progress" or "Completed" 
     49                - One of "Not Started", "In Progress" or "Completed". 
    4950                - Automagically set to "In Progress" on first "Work Done" entry. 
    5051                - Automagically set to "Completed" by action button. 
    5152 
     53    taskPriority 
     54                - Default = Normal. 
     55                - Of Class TaskPriority. 
     56                - One of Low, Normal, High, Immediate. 
     57                - Automagically set to High if Unscheduled Breakin? 
     58                - Automagically set to ? 
     59 
     60    taskType 
     61                - Default = required so nothing. 
     62                - Of Class TaskType. 
     63                - Automagically set to ? 
     64 
     65    parentTask 
     66                - Default = not always used so nothing. 
     67                - Indicates that this is a subTask and links back to the parentTask. 
     68                - Of Class Task. 
     69 
    5270    leadPerson   
    5371                - Default = current person. 
    54                 - The primay contact. 
     72                - The primay contact person. 
    5573                - Of Class Person. 
    56  
    57     assignedPersons 
    58                 - A task may have many assingedPersons of Class Person. 
    5974 
    6075    entries        
     
    6580                - A task may have many modifications of Class Modification. 
    6681 
    67     subTask ?     
     82    assignedPersons 
     83                - A task may have many assingedPersons of Class Person. 
     84                - estimatedHour and estimatedMinute. 
     85 
     86    subTasks     
    6887                - A task may have many subTasks of Class Task. 
    69                 - Master/Slave/Parent/Child/FollowUp relationship still to sort out. 
     88                - The parentTask value must be set in the subTask. 
    7089 
    7190 
     
    7493actualCompletionDate 
    7594 
    76 #Should these be calculated or set by manual action? 
    77 TaskPriority 
    78     Low 
    79     Normal 
    80     High 
    81     Immediate 
    82  
    8395TaskType 
    8496    Unscheduled Breakin - all work that was not scheduled, breakdowns/callouts. 
     
    8698    Project             - Capital expenditure upgrades or additions. 
    8799    Turnaround          - Shutdowns, rebuilds, non Cap-Ex upgrades or additions. 
    88     Production?         - ? 
     100    Production Run      - Planned production that is scheduled? 
    89101 
    90102TaskGroup 
    91103    ....                - custom used to groups tasks? 
    92     .... 
     104    Engineering Activites 
     105    Production Activites 
     106    New Projects 
     107    ....                - specific shut group or turnaround etc. 
    93108 
    94109#Calculate missed state?