feat(data): add mock tournament dataset and placeholder artwork

This commit is contained in:
Lucas Kalil 2026-06-12 16:12:02 -03:00
parent 5ee42abb48
commit c7088bc31b
84 changed files with 3102 additions and 0 deletions

214
data/bracket-config.json Normal file
View file

@ -0,0 +1,214 @@
{
"round32": [
{
"id": "R32-1",
"home": {
"type": "group",
"ref": "A",
"pos": 1
},
"away": {
"type": "third",
"slot": 1
}
},
{
"id": "R32-2",
"home": {
"type": "group",
"ref": "C",
"pos": 1
},
"away": {
"type": "group",
"ref": "F",
"pos": 2
}
},
{
"id": "R32-3",
"home": {
"type": "group",
"ref": "B",
"pos": 1
},
"away": {
"type": "third",
"slot": 2
}
},
{
"id": "R32-4",
"home": {
"type": "group",
"ref": "D",
"pos": 1
},
"away": {
"type": "group",
"ref": "E",
"pos": 2
}
},
{
"id": "R32-5",
"home": {
"type": "group",
"ref": "E",
"pos": 1
},
"away": {
"type": "third",
"slot": 3
}
},
{
"id": "R32-6",
"home": {
"type": "group",
"ref": "F",
"pos": 1
},
"away": {
"type": "group",
"ref": "C",
"pos": 2
}
},
{
"id": "R32-7",
"home": {
"type": "group",
"ref": "G",
"pos": 1
},
"away": {
"type": "third",
"slot": 4
}
},
{
"id": "R32-8",
"home": {
"type": "group",
"ref": "H",
"pos": 1
},
"away": {
"type": "group",
"ref": "J",
"pos": 2
}
},
{
"id": "R32-9",
"home": {
"type": "group",
"ref": "I",
"pos": 1
},
"away": {
"type": "third",
"slot": 5
}
},
{
"id": "R32-10",
"home": {
"type": "group",
"ref": "J",
"pos": 1
},
"away": {
"type": "group",
"ref": "H",
"pos": 2
}
},
{
"id": "R32-11",
"home": {
"type": "group",
"ref": "K",
"pos": 1
},
"away": {
"type": "third",
"slot": 6
}
},
{
"id": "R32-12",
"home": {
"type": "group",
"ref": "L",
"pos": 1
},
"away": {
"type": "group",
"ref": "K",
"pos": 2
}
},
{
"id": "R32-13",
"home": {
"type": "group",
"ref": "A",
"pos": 2
},
"away": {
"type": "group",
"ref": "B",
"pos": 2
}
},
{
"id": "R32-14",
"home": {
"type": "group",
"ref": "D",
"pos": 2
},
"away": {
"type": "third",
"slot": 7
}
},
{
"id": "R32-15",
"home": {
"type": "group",
"ref": "G",
"pos": 2
},
"away": {
"type": "group",
"ref": "I",
"pos": 2
}
},
{
"id": "R32-16",
"home": {
"type": "group",
"ref": "L",
"pos": 2
},
"away": {
"type": "third",
"slot": 8
}
}
],
"thirdPlaceAssignment": {
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null
}
}