- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Issue Tracking System Class Diagram describes the structure of a Issue Tracking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Issue Tracking System are Issue, Tracking, Developer, Tester, Project, Bug.
Classes of Issue Tracking System Class Diagram:
- Issue Class : Manage all the operations of Issue
- Tracking Class : Manage all the operations of Tracking
- Developer Class : Manage all the operations of Developer
- Tester Class : Manage all the operations of Tester
- Project Class : Manage all the operations of Project
- Bug Class : Manage all the operations of Bug
Classes and their attributes of Issue Tracking System Class Diagram:
- Issue Attributes : issue_id, issue_developer_id, issue_tester_id, issue_title, issue_type, issue_description
- Tracking Attributes : track_id, track_bug_id, track_date, track_place track_type, track_description
- Developer Attributes : developer_id, developer_name, developer_mobile, developer_email, developer_username, developer_password, developer_address
- Tester Attributes : tester_id, tester_name, tester_mobile, tester_email, tester_username, tester_password, tester_address, track_bug_id, track_date,
- Project Attributes : project_id, project_developer_id, project_tester_id, project_name, project_assign, project_last_date, project_type, project_description
- Bug Attributes : bug_id, bug_developer_id, bug_tester_id, bug_title, bug_type, bug_description
Classes and their methods of Issue Tracking System Class Diagram:
- Issue Methods : addIssue(), editIssue(), deleteIssue(), updateIssue(), saveIssue(), searchIssue()
- Tracking Methods : addTracking(), editTracking(), deleteTracking(), updateTracking(), saveTracking(), searchTracking()
- Developer Methods : addDeveloper(), editDeveloper(), deleteDeveloper(), updateDeveloper(), saveDeveloper(), searchDeveloper()
- Tester Methods : addTester(), editTester(), deleteTester(), updateTester(), saveTester(), searchTester()
- Project Methods : addProject(), editProject(), deleteProject(), updateProject(), saveProject(), searchProject()
- Bug Methods : addBug(), editBug(), deleteBug(), updateBug(), saveBug(), searchBug()
Class Diagram of Issue Tracking System :
Class Diagram Image: