|
Overview
The ptdev template supports a typical software development process. Typical of this process is the bundling of numerous bug fixes into a particular software release. This model assumes the follow organizations are involved in the defect tracking process:
Engineering
Responsible for performing engineering development tasks
necessary to handle the request.
QA
Verifies that the request has been successfully implemented
by the Engineering organization.
Build
Places the updated files into the final product package.
Data Record
The data record contains the following fields. Note that you can customize the database by adding to or removing fields, or changing any pulldown menu values. Field names with an asterisk are required by the system and cannot be removed from the data record.
PRN* | Numeric record identifier. Assigned at the time the record is created. |
Title | A one line text summary of the problem report. Set at the time the record is created. |
Product* | Identifies the product the problem record has been reporter for. Set at the time the record is created. |
Platform | Describes the hardware or software platform the problem occurs on. Examples are the operating system (e.g. Windows 95), or the CPU (e.g. Intel Compatible). Set at the time the record is created. |
Reported In Version | Version number of the product that the problem occurs on. Set at the time the record is created. |
Request Type | Classifies the problem report. Possible values are: Bug, Contract Requirement,Customer Feedback, Customer Problem, Enhancement. Set at the time the record is created. |
Severity | Describes how serious the problem is. Set at the time the record is created. |
Description | Full description of the problem. Ideally describes the nature of the problem and how to reproduce the behavior. Set at the time the record is created. |
Reported By* | Name of the user that reported the problem. Initially set to the name of the current user logged in. Set at the time the record is created. |
Date Reported | The date the record was created. Automatically initialized, and set at the time the record is created. |
Workaround | Describes how to work around the reported problem. Set at the time the record is created. |
Status* | Current state of the problem record. Changes as the record is processed through the workflow. |
Substatus | Describes the the condition of the record in the current state. Possible values are: None, In Progress. Optionally set by each user while processing the record. |
Assigned To* | User the record is currently assigned to for processing. Set either manually or automatically during processing of the workflow. |
Estimated Size | Used to enter an estimated amount of time it will take for an engineer to fix the problem. |
Released in Version | Identifies the release number of the product that the fix for the problem report will be included in. |
Fix - Close Date | Date when the problem record was fixed. Set by Engineering when the problem is fixed. Automatically initialized to the current date/time. |
Fix-Close Description | A Description of the action taken by an engineer to fix the problem. Set by Engineering when the problem is fixed. |
Priority | Describes the relative importance of handling this record compared to other records entered in the system. |
Deleted* | Has the record been deleted. |
Workflow
The workflow implemented by the ptdev database is as follows:
This is implemented by defining Reported as the default state when a record is added, assigning the process_mgr user as the manager for the Reported state, defining the Status and Assignee field to be presented for the Task operation on the Reported state, and by assigning eng_one as the manager for the Scheduled state.
This is implemented by defining the "In Development" state as the next state for "Scheduled", and defining the Assignee field to be presented for the Task operation on the "Scheduled" state.
This is implemented by defining "Fixed" as the next state for "In Development", defining the Fix-Close date and Fix-Closed description to be presented for the Task operation on the "In Development" state, and defining the qa_mgr user as the manager for the Fixed state.
This is implemented by defining "In QA" as the next state for "Fixed", and defining the Assignee field to be presented for the Task operation on the "Fixed" state.
This is implemented by defining "Tested" as the next state for "In QA", and defining the user "bld_mgr" as the manager for the Tested state.
This is implemented by defining "Released" as the next state for "Tested", and defining the user "process_mgr" as the manager for the Released state.
Email Notification
The ptdev template is set up to notify users as follows:
On Add or Delete Record
Both the current assignee, and the manager for
the current state are notified.
On Change of State
The manager for the new state is notified.
On Change of Assignment
Both the previous and current assignee are
notified of the change, and the manager for
the current state is notified.
Security
The ptdev template assumes a very simple security model reflecting a workgroup situation where all users are considered knowledgeable in use of the system and are trusted to perform the appropriate actions. As such, all manager and users have been given access to all operations except the admin operations, which are only available to the Admin user.
Since no restrictions are placed on any users as far as visibility of records, all users are able to see any record. This is implemented by setting Enable Record-Level Security option under General Preferences in the Administration Task page to No.