| Name | Values | Description | |||
|---|---|---|---|---|---|
| Element | Conclusion | Initiator, Reviewer* | Represents the review conclusion. | ||
| Element | Initiator | Effort, Date, Finished, user defined components* | Contains the conclusion of the initiator. | ||
| Element | Reviewer | Effort, Date, Finished, user defined components* | Contains the conclusion of the reviewer. | ||
| Element | Effort | hh/mm |
The effort, the initiator / reviewer needed for this review. The total effort will be stored in the Metrics element. (This field can be changed by Changing the Default Configuration) |
||
| Element | Date | yyyy-mm-dd |
The date, where the initiator / reviewer performed the review. (This field can be changed by Changing the Default Configuration) The output format of the date is configurable. |
||
| Element | Finished |
true|false
|
Whether the initiator / reviewer has finished the current review cycle. (This field can be changed by Changing the Default Configuration) |
||
| Element | user defined components | string | If additional components are configured, for every component an element with the name of the component name will be stored here.
If the required attribute of the component is set to true and no value was given for this element, an empty
xml tag (e.g. <MyComponent/>) will be written. Otherwise the tag contains the selected respectively initial value of the component.
If no initial value is available an empty xml tag will be written as well.
|
<?xml version="1.0" encoding="UTF-8"?> <QuickRev version="1.8.0"> <Conclusion> <Initiator name="tomse"> <Effort>00:45</Effort> <Date>2009-03-07</Date> <Finished>true</Finished> <!-- ... plus user defined components ... --> </Initiator> <Reviewer name="karla"> <Effort>00:30</Effort> <Date>2009-03-07</Date> <Finished>true</Finished> <!-- ... plus user defined components ... --> </Reviewer> </Conclusion> </QuickRev>
| Copyright © 2008 - 2026 Tom Seidel | Last Update: 2026-2-23 |