<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Types > RESULT LIST FORMAT > Result List Format Style Guide |
In order to create consistency between different RESULT LIST FORMATS, the following styles should be adhere to when crafting your RESULT LIST FORMAT.
Always include the following three columns.
•Rank, and always the first column.
•DisplayName (or DisplayNameAbbreviated)
•Aggregrate Score
{
"Header": "Rank",
"ClassList": [
"rlf-col-rank"
],
"Body": "{Rank}",
"ShowWhen" : {
"Operation" : "VARIABLE",
"Condition" : "TRUE",
"Not" : false
}
},
{
"BodyLinkTo": "ResultCOF",
"Header": "Athlete",
"ClassList": [
"rlf-col-participant"
],
"Body": "{DisplayNameAbbreviated}",
"ShowWhen" : {
"Operation" : "VARIABLE",
"Condition": "TRUE" ,
"Not" : false
}
},
{
"BodyLinkTo": "None",
"Header": "Aggregate",
"ClassList": [
"rlf-col-event"
],
"Body": "{Aggregate}",
"ShowWhen" : {
"Operation" : "VARIABLE",
"Condition" : "TRUE",
"Not" : false
}
}
One of GAP, DFL (Distance from Leader), and DFF (Distance from Final) should be included in an INTERMEDIATE and UNOFFICIAL Result List. They should be excluded in both FUTURE and an OFFICIAL Result List. GAP should be used in Finals. DFL or DFF should be used in qualification or events without a Final.
{
"Header": "DFL",
"ClassList": [
"rlf-col-gap"
],
"Body": "{Gap}",
"ShowWhen" : {
"Operation" : "EQUATION",
"Boolean" : "OR",
"Arguments" : [
{
"Operation" : "VARIABLE",
"Condition": "RESULT_STATUS_INTERMEDIATE" ,
"Not" : false
},
{
"Operation" : "VARIABLE",
"Condition": "RESULT_STATUS_UNOFFICIAL" ,
"Not" : false
}
],
"Not" : false
}
}
Columns that list scores for an EventType Stage, should be displayed on Medium (or larger) resolution screens.
{
"BodyLinkTo": "None",
"Header": "Prone",
"ClassList": [
"rlf-col-stage"
],
"Body": "{Prone}",
"ShowWhen" : {
"Operation" : "VARIABLE",
"Condition": "DIMENSION_MEDIUM" ,
"Not" : false
}
}
The following are the common class list names, and their uses, for columns.
•rlf-col-event: For columns showing EventType Event scores.
•rlf-col-gap: For columns listing GAP, DFL, or DFF values.
•rlf-col-matchinfo: For columns listing information about the match.
•rlf-col-participant: For columns listing information about the athlete or team.
•rlf-col-profile: For columns that have PublicProfile set.
•rlf-col-rank: For columns showing the athlete's or team's current rank.
•rlf-col-stage: For columns showing EventType Stage scores.
The following are the common class list names, and their uses, for rows.
•rlf-row-athlete: For Body rows that represent an athlete.
•rlf-row-child: For Children rows.
•rlf-row-footer: For Footer rows.
•rlf-row-header: For Header rows.
•rlf-row-team: For Body rows that represent a team.
Note:
The Reconfigurable Rulebook and functionality will be implemented with the release of Orion Scoring System v. 3.0 (TBA)