| Requirement Pattern Project Progress Control | Description | This pattern expresses the need of setting the indicators that the customer shall use to control the progress of the system implementation project. | |
| Comments | ---- | ||
| Pattern goal | Having or stating the indicators for assessing the progress of the system implementation project | ||
| Author | Cristina Palomares, Samuel Renault, Carme Quer, Cindy Guerlain | ||
| Sources (0..*) |
| ||
| Keywords (0..*) | Progress indicators, Project progress, System implementation progress | ||
| Dependencies (0..*) | ---- | ||
| Requirement Form Project progress control | Description | This form expresses the need of setting indicators that the customer shall use to follow the progress of the system implementation project. | |
| Comments | Fixed part application: (1); Extended parts application: -Specific Progress Indicators (0..1) | ||
| Version date | 2012-05-23 14:31:52.25 | ||
| Author | Cristina Palomares, Samuel Renault, Carme Quer, Cindy Guerlain | ||
| Sources (0..*) |
| ||
| Fixed Part | Question text | ---- | Form text | The supplier shall periodically communicate indicators to allow the customer to assess the progress of the system implementation project. |
| Extended Part Specific Progress Indicators | Question text | ---- | Form text | The supplier shall provide %progressIndicators% as project progress indicators. |
| Parameter | Metric | ||
| progressIndicators: is a non-empty set of the different indicators that can be used to assess the progress of the system implementation project | ProgressIndicators: ProgressIndicators = Set(ProgressIndicator) ProgressIndicator = Domain (number of defects removed, hours spend on system implementation project, completion rate of each project stage, etc.) | ||