Sprint report¶
These schemas specify how the Sprint report visualization is configured and how the data used by the visualization is formatted.
Sprint report localization data categories¶
categories¶
type |
array |
|||
items |
type |
object |
||
properties |
||||
|
Portions of a FontAwesome icon class that indicates the category. |
|||
type |
array |
|||
items |
type |
string |
||
minItems |
2 |
|||
|
Features belonging to the category. |
|||
type |
array |
|||
items |
type |
string |
||
|
Identifier of the category. |
|||
type |
string |
|||
patternProperties |
||||
|
Category name for a specific language. Valid languages use two-letter ISO 639-1 language codes plus optional BCP 47 subtags, so only a subset of languages is recognized. |
|||
type |
string |
Sprint report configuration¶
Sprint report project features details¶
sprint-report-project-details¶
type |
object |
patternProperties |
|
|
sprint-report-feature-details¶
type |
object |
patternProperties |
|
|
sprint-report-sprint-details¶
type |
object |
|||
patternProperties |
||||
|
type |
array |
||
items |
oneOf |
type |
number |
|
type |
string |
Sprint report data expressions¶
expressions¶
type |
object |
|||
patternProperties |
||||
|
type |
object |
||
properties |
||||
|
Expression that is used to assign the generated feature. |
|||
type |
string |
|||
|
type |
array |
||
items |
Feature used in an assignment of the generated feature. |
|||
type |
string |
Sprint report metadata features¶
sprint-report-features¶
type |
object |
properties |
|
|
Features to display by default. |
|
Features that are available to display. |
|
Features that have predictions for future sprints. |
|
Features that have unit-level details on how their were extracted. |
|
Features that are based on quality metrics. |
|
Features that are available as metadata in the report. |
feature_list¶
type |
array |
|
items |
type |
string |
Sprint report feature details¶
https://gros.liacs.nl/schema/sprint-report/feature_details.json |
Sprint report data metric targets¶
https://gros.liacs.nl/schema/sprint-report/metrics_targets.json |
metric_targets¶
type |
object |
|
patternProperties |
||
|
type |
array |
metric_target¶
type |
object |
|
properties |
||
|
Whether the metric improves if the value increases. true if a higher value is better, false if a lower value is better. |
|
type |
boolean |
|
|
Perfect value of the metric. |
|
type |
number |
|
|
Target value of the metric. |
|
type |
number |
|
|
Low target value of the metric. |
|
type |
number |
|
|
Moment when the metric targets were changed. |
|
type |
string |
|
pattern |
^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9]$ |
Sprint report project feature sprints¶
https://gros.liacs.nl/schema/sprint-report/project_feature.json |
sprint-report-project-feature¶
type |
array |
items |
Sprint report project features¶
https://gros.liacs.nl/schema/sprint-report/project_features.json |
sprint-report-project-features¶
type |
array |
||
items |
type |
object |
|
properties |
|||
|
Name of the sprint. |
||
type |
string |
||
patternProperties |
|||
|
sprint-report-feature¶
oneOf |
|
sprint-report-feature-number¶
oneOf |
type |
number |
type |
string |
|
const |
NA |
sprint-report-feature-date¶
type |
string |
pattern |
^[1-9][0-9][0-9][0-9]-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1]) [0-9][0-9]:[0-9][0-9]:[0-9][0-9]$ |
sprint-report-feature-range¶
type |
object |
properties |
|
|
|
|
Sprint report source age¶
sprint-report-source-age¶
type |
object |
||
patternProperties |
|||
|
type |
object |
|
properties |
|||
|
Moment when the latest update took place for the source. This may also be an invalid date if the date could not be retrieved. |
||
type |
string |
||
|
URL of the source, specifically for the project and potentially a direct link to the file that is used as the entry point of the source data. |
||
type |
string |
||
format |
uri |
Sprint report source identifiers¶
sprint-report-source-ids¶
type |
object |
|||
patternProperties |
||||
|
type |
array |
||
items |
type |
object |
||
properties |
||||
|
URL to the source where the source ID is extracted from. |
|||
type |
string |
|||
format |
uri |
|||
|
Identifier of an artifact available at the source. |
|||
type |
string |
|||
|
Type of the source. |
|||
type |
string |
Sprint report metadata sprints¶
sprint-report-sprints¶
type |
object |
|
properties |
||
|
Default number of sprints to show. |
|
type |
number |
|
minimum |
1 |
|
|
Whether only sprints that have ended are part of the report. |
|
type |
boolean |
|
|
Whether more sprints than the limit are available. |
|
type |
boolean |
|
|
Number of sprints that are available for predictions. |
|
type |
number |
|
minimum |
0 |