Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
Team por Mind Map: Team

1. Person

1.1. String name

1.2. List<WorkItem> workItems

1.3. List<String> activityHistory

2. Bug

2.1. List <String> stepsToReproduce

2.2. BugSeverity severity

2.3. BugStatus status

3. WorkItem /abstract class/

3.1. int id

3.2. String title

3.3. String description

3.4. List<String> history

3.5. List<Comment> comment

4. Enums

4.1. BugStatus

4.1.1. Active

4.1.2. Fixed

4.2. StoryStatus

4.2.1. NotDone

4.2.2. InProgress

4.2.3. Done

4.3. FeedbackStatus

4.3.1. New

4.3.2. Unscheduled

4.3.3. Scheduled

4.3.4. Done

4.4. BugSeverity

4.4.1. Critical

4.4.2. Major

4.4.3. Minor

4.5. IssuePriority

4.5.1. High

4.5.2. Medium

4.5.3. Low

4.6. StorySize

4.6.1. Large

4.6.2. Medium

4.6.3. Small

5. String name

6. List<Person> members

7. Issue /abstract class/

7.1. IssuePriority priority

7.2. Person assignee

8. Board

8.1. String name

8.2. List<WorkItem> workItems

8.3. List<String> activityHistory

9. Story

9.1. StorySize size

9.2. StoryStatus status

10. Feedback

10.1. int rating

10.2. FeedbackStatus status

11. Comment

11.1. String message

11.2. Person author

12. List<Board> boards