- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Project Planning Management Class Diagram describes the structure of a Project Planning Management classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Project Planning Management are Projects, Project Issues, Bugs, Tickets, Employees, login.
Classes of Project Planning Management Class Diagram:
- Projects Class : Manage all the operations of Projects
- Project Issues Class : Manage all the operations of Project Issues
- Bugs Class : Manage all the operations of Bugs
- Tickets Class : Manage all the operations of Tickets
- Employees Class : Manage all the operations of Employees
- login Class : Manage all the operations of login
Classes and their attributes of Project Planning Management Class Diagram:
- Projects Attributes : project_id, project_developer_id, project_tester_id, project_name, project_assign, project_last_date, project_type, project_description
- Project Issues Attributes : issue_id, issue_developer_id, issue_tester_id, issue_title, issue_type, issue_description
- Bugs Attributes : bug_id, bug_developer_id, bug_tester_id, bug_title, bug_type, bug_description
- Tickets Attributes : ticket_id, ticket_bug_id, ticket_type, ticket_date, ticket_description
- Employees Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
Classes and their methods of Project Planning Management Class Diagram:
- Projects Methods : addProjects(), editProjects(), deleteProjects(), updateProjects(), saveProjects(), searchProjects()
- Project Issues Methods : addProject Issues(), editProject Issues(), deleteProject Issues(), updateProject Issues(), saveProject Issues(), searchProject Issues()
- Bugs Methods : addBugs(), editBugs(), deleteBugs(), updateBugs(), saveBugs(), searchBugs()
- Tickets Methods : addTickets(), editTickets(), deleteTickets(), updateTickets(), saveTickets(), searchTickets()
- Employees Methods : addEmployees(), editEmployees(), deleteEmployees(), updateEmployees(), saveEmployees(), searchEmployees()
- login Methods : addlogin(), editlogin(), deletelogin(), updatelogin(), savelogin(), searchlogin()
Class Diagram of Project Planning Management :
Class Diagram Image: