- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Project Management System Class Diagram describes the structure of a Project Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Project Management System are Project, Employee, Employee Salary, Task, Bug, Ticket.
Classes of Project Management System Class Diagram:
- Project Class : Manage all the operations of Project
- Employee Class : Manage all the operations of Employee
- Employee Salary Class : Manage all the operations of Employee Salary
- Task Class : Manage all the operations of Task
- Bug Class : Manage all the operations of Bug
- Ticket Class : Manage all the operations of Ticket
Classes and their attributes of Project Management System Class Diagram:
- Project Attributes : project_id, project_developer_id, project_tester_id, project_name, project_assign, project_last_date, project_type, project_description
- Employee Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Employee Salary Attributes : salary_id, salary_employee_id, salary_amount, salary_total, salary_type, salary_description
- Task Attributes : task_id, task_employee_id, task_name, task_type, task_description
- Bug Attributes : bug_id, bug_developer_id, bug_tester_id, bug_title, bug_type, bug_description
- Ticket Attributes : ticket_id, ticket_bug_id, ticket_type, ticket_date, ticket_description
Classes and their methods of Project Management System Class Diagram:
- Project Methods : addProject(), editProject(), deleteProject(), updateProject(), saveProject(), searchProject()
- Employee Methods : addEmployee(), editEmployee(), deleteEmployee(), updateEmployee(), saveEmployee(), searchEmployee()
- Employee Salary Methods : addEmployee Salary(), editEmployee Salary(), deleteEmployee Salary(), updateEmployee Salary(), saveEmployee Salary(), searchEmployee Salary()
- Task Methods : addTask(), editTask(), deleteTask(), updateTask(), saveTask(), searchTask()
- Bug Methods : addBug(), editBug(), deleteBug(), updateBug(), saveBug(), searchBug()
- Ticket Methods : addTicket(), editTicket(), deleteTicket(), updateTicket(), saveTicket(), searchTicket()
Class Diagram of Project Management System :
Class Diagram Image: