TCC analysis web: LaborRecord |
|
| Model | LaborRecord ( actionId, workerId, hours, remarks ) |
| Description | This object records time spent by staff working on a problem. |
| actionId | Which action caused this labor? Domain: same as Action.actionId. |
| workerId | Who did the work? Domain: same as Agent.agentId. |
| hours | How many hours of work? Domain: nonnegative numbers. |
| remarks | Space to record comments on the labor item. Domain: multiline text; may be empty. |