Considering how to mode the following object types. TODO show sample activities
- Work Item (Task): A single unit of work which needs to be completed
- Name
- Description
- Due By
- Assigned To
- Status: No Started, In Progress, Completed
- Defect (Bug): A record which maps an issue to the task which needs to be completed. Derives from work item and has additional properties like
- Priority
- Issue (Ticket): The problem which needs addressed.
- Description
- Severity
- Attachments
- Areas Affected
- Milestone a collection of completed work items
- Project a collection of tasks. Additional properties would be
- Name
- Description
- Priority
- Resources
Reference: http://en.wikipedia.org/wiki/Team_Foundation_Server
Comments (0)
You don't have permission to comment on this page.