Files
sportspress/presets/squash.json
2014-12-10 10:29:05 +11:00

34 lines
1.2 KiB
JSON

{
"name": "Squash",
"outcomes": [
{ "name" : "Win", "condition" : ">" },
{ "name" : "Loss", "condition" : "<" },
{ "name" : "Draw", "condition" : "=" }
],
"results": [
{ "name" : "G1", "description" : "1st game" },
{ "name" : "G2", "description" : "2nd game" },
{ "name" : "G3", "description" : "3rd game" },
{ "name" : "G4", "description" : "4th game" },
{ "name" : "G5", "description" : "5th game" },
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
],
"performance": [
],
"columns": [
{ "name" : "P", "equation" : "$eventsplayed", "description" : "Matches played" },
{ "name" : "W", "equation" : "$win", "priority" : 1, "description" : "Wins" },
{ "name" : "D", "equation" : "$draw", "description" : "Draws" },
{ "name" : "L", "equation" : "$loss", "description" : "Losses" },
{ "name" : "F", "equation" : "$pointsfor", "priority" : 3, "description" : "Points for" },
{ "name" : "A", "equation" : "$pointsagainst", "description" : "Points against" },
{ "name" : "Pts", "equation" : "$pointsfor - $pointsagainst", "priority" : 2, "description" : "Total points" }
],
"metrics": [
"Height",
"Weight"
],
"statistics": [
]
}