By: Team AY1920S1-CS2113-T14-4 Since: Sept 2019
Refer to the guide here.
The role of a team manager is to initiate, plan, design, execute and monitor the project to achieve its intended outcomes. This means the team manager must be able to efficiently organise and record down many details of the project to fulfill their responsibilities. However recording project details on pen and paper or word documents is too time consuming and lack many features that can aid in project management, such as deadline reminders.
-
has a need to manage complex projects
-
leader of the team
-
team manager
-
prefer desktop apps over other types and prefer typing over mouse input
-
is comfortable using CLI apps
The Team Manager application will enable the team manager to efficiently plan tasks, save time, and assign proper amount of tasks to team members, while providing an intuitive gui for them to visualise and easily keep track of the team progress. Users can use this app to manage projects faster than a typical mouse/gui driven app.
Priorities: High (must have) - * * *, Medium (nice to have) - * *, Low (unlikely to have) - *
| Priority | As … | I want to … | So that I can… |
|---|---|---|---|
High |
Project Manager |
Be able to set project milestones on a timeline |
Track overall progress of project |
High |
Project Manager |
Create a project and add team members |
Track who are working on the project |
High |
Project Manager |
Create team member profiles |
Better manage team members using their profiles |
Medium |
Project Manager |
Performance appraisal |
track performance of team member |
High |
Project Manager |
Create tasks |
Log the exact details of the tasks(e.g requirements, Deadlines) |
High |
Project Manager |
Have a task progress bar |
Track progress of task |
High |
Project Manager |
Assign task to multiple team members |
split intensive tasks to more than one member |
High |
Project Manager |
Add subtask checklist |
understand parts of the task that are completed |
High |
Project Manager |
Add tags to task |
categorise tasks for better organization |
High |
Project Manager |
Add priority for tasks |
define importance of tasks |
High |
Project Manager |
Add reviews/comments for tasks |
provide my own feedback for the task |
High |
Project Manager |
Create Reminders |
remind myself of issues pertaining to the project |
High |
Project Manager |
Create Deadlines |
Keep track of issues that have a deadline |
High |
Project Manager |
Create project meetings |
plan project meetings |
High |
Project Manager |
Record minutes of meeting in point format |
review what was discussed |
High |
Project Manager |
Record points raised by each team members |
refer to seek clarification from team members |
High |
Project Manager |
View all information on a calendar |
Keep track of information visually, know what is coming up |
High |
Project Manager |
Filter items being shown on calendar |
narrow my view of items based on my needs |
{More to be added}
Actors: Project Manager
MSS
-
User starts the Team Manager.
-
User requests to display the team members list.
-
UI displays the members list.
-
User chooses one member.
-
UI displays the details of the member.
-
User modifies the member’s profile.
-
UI shows modified success.
-
User adds a new member.
-
UI shows added success.
-
Use case ends.
Extensions
-
3a. Team member list is empty
-
3a1.Ui displays empty team member list message.
-
3a2. Use case ends.
-
Actors: Project Manager
MSS
-
User starts Team Manager.
-
User creates a new milestone with date of completion
-
UI updates milestone progress bar
-
Team Manager automatically saves the new milestone in persistent storage
-
Use case ends.
Extensions
-
2a. Milestone date is not added
-
2a1. Ui shows error message to include date
-
2a2. Use case ends
-
Actors: Project Manager
MSS
-
User starts the Team Manager.
-
User creates Project Meeting.
-
User enters meeting title and date.
-
Use Case ends.
Extensions
-
3a. Invalid date input
-
3a1. User inputs correct date format
-
3a2. Use case ends
-
Actors: Project Manager
MSS
-
User starts the Team Manager.
-
User adds team member to specific task.
-
Use Case ends.
Extensions
-
2a. Task does not exist
-
2a1. Ui shows error message and list of tasks available/ closest match
-
2a2. Use case ends
-
-
2b. Team member does not exist.
-
2b1. Ui shows error message and list of team members
-
2b2. Use case ends
-
Actors: Project Manager
MSS
-
User starts the Team Manager.
-
User enters task management.
-
User marks sub tasks as complete.
-
User adds remark for task.
-
Use case ends.
Extensions
-
3a. Task does not exist
-
3a1. Ui shows error message, and shows a list of available tasks
-
3a2. Use case continues from step 2.
-
3a3. Use case ends.
-