1.2 Change Mgmt




1.2.0.0 The change management process  


fill out change request form;
analyze change request;
if (change is valid) then
   assess how change might be implemented
   assess code of change
   submit request to change control board
   if (change is accepted) then
     repeat
       make changes to software;
       submit changed software for quality approval;
     until quality is adequate;
     create new system version;
   else
     reject change request;
else
   reject change request



1.2.0.0 Change request form  




Project: Proteus/PCL -Tools    Number:   23/94
Requested  by:  I. Sommerville  Date:  1/12/94
Requested   change:When  a component  is selected, display the name of the
file where it is stored.

Change  analyzer:  G. Dean     Analysis  date: 10/12/94

Components    affected:Display-Icon.Select, Display-Icon.Display

Associated  components:FileTable

Assessment:Relatively simple to implement as a file name table is available.
Requires the design and implementation  of a display field. No changes to
associated components are required.



Change  priority:low
Estimated  effort:0.5 days
Date  to CCB:  15/12/94    CCB   Decision date:  1/2/95
CCB   decision:Accept  change. To be implemented in Release 2.1
Change  Implementor:       Date  of change:
Date  submitted  to QA:    QA  decision:

Date  submitted  to CM:
Comments:



1.2.0.0 Change tracking tools  




1.2.0.0 Change control board  




1.2.0.0 Derivation history