Add tournament archives and results for multiple events
- Created JSON files for tournament archives on 2025-07-28 and 2025-07-29, including detailed player scores and shot results. - Added a new tournament results file summarizing the outcomes of the tournament held on 2025-07-29, including participant scores and completion status.
This commit is contained in:
@@ -0,0 +1,224 @@
|
||||
{
|
||||
"league": {
|
||||
"league_id": "league_20250731_212304",
|
||||
"created_at": "2025-07-31T21:23:04.032473",
|
||||
"tournament_type": "20_targets",
|
||||
"total_tournaments": 6,
|
||||
"current_tournament": 6,
|
||||
"participants": {
|
||||
"1": {
|
||||
"name": "Domen Pleterski",
|
||||
"joker_used": true,
|
||||
"tournament_results": [
|
||||
{
|
||||
"tournament": 1,
|
||||
"score": 215,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 2,
|
||||
"score": 0,
|
||||
"participated": false,
|
||||
"joker": true
|
||||
},
|
||||
{
|
||||
"tournament": 3,
|
||||
"score": 202,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 4,
|
||||
"score": 193,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 5,
|
||||
"score": 225,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 6,
|
||||
"score": 210,
|
||||
"participated": true
|
||||
}
|
||||
],
|
||||
"total_score": 1045,
|
||||
"final_score": 1045,
|
||||
"tournaments_participated": 5
|
||||
},
|
||||
"2": {
|
||||
"name": "Nik Pleterski",
|
||||
"joker_used": true,
|
||||
"tournament_results": [
|
||||
{
|
||||
"tournament": 1,
|
||||
"score": 219,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 2,
|
||||
"score": 196,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 3,
|
||||
"score": 213,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 4,
|
||||
"score": 0,
|
||||
"participated": false,
|
||||
"joker": true
|
||||
},
|
||||
{
|
||||
"tournament": 5,
|
||||
"score": 227,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 6,
|
||||
"score": 181,
|
||||
"participated": true
|
||||
}
|
||||
],
|
||||
"total_score": 1036,
|
||||
"final_score": 1036,
|
||||
"tournaments_participated": 5
|
||||
},
|
||||
"3": {
|
||||
"name": "Ivan Tandler",
|
||||
"joker_used": true,
|
||||
"tournament_results": [
|
||||
{
|
||||
"tournament": 1,
|
||||
"score": 171,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 2,
|
||||
"score": 216,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 3,
|
||||
"score": 0,
|
||||
"participated": false,
|
||||
"joker": true
|
||||
},
|
||||
{
|
||||
"tournament": 4,
|
||||
"score": 222,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 5,
|
||||
"score": 210,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 6,
|
||||
"score": 213,
|
||||
"participated": true
|
||||
}
|
||||
],
|
||||
"total_score": 1032,
|
||||
"final_score": 1032,
|
||||
"tournaments_participated": 5
|
||||
},
|
||||
"4": {
|
||||
"name": "Mateja Pleterski",
|
||||
"joker_used": true,
|
||||
"tournament_results": [
|
||||
{
|
||||
"tournament": 1,
|
||||
"score": 182,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 2,
|
||||
"score": 155,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 3,
|
||||
"score": 211,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 4,
|
||||
"score": 203,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 5,
|
||||
"score": 0,
|
||||
"participated": false,
|
||||
"joker": true
|
||||
},
|
||||
{
|
||||
"tournament": 6,
|
||||
"score": 206,
|
||||
"participated": true
|
||||
}
|
||||
],
|
||||
"total_score": 957,
|
||||
"final_score": 957,
|
||||
"tournaments_participated": 5
|
||||
}
|
||||
},
|
||||
"completed_tournaments": [
|
||||
{
|
||||
"tournament_number": 1,
|
||||
"finished_at": "2025-07-31T21:23:14.521653",
|
||||
"results_summary": {
|
||||
"participants": 4,
|
||||
"total_shots": 160
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 2,
|
||||
"finished_at": "2025-07-31T21:23:27.643672",
|
||||
"results_summary": {
|
||||
"participants": 3,
|
||||
"total_shots": 120
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 3,
|
||||
"finished_at": "2025-07-31T21:23:39.615988",
|
||||
"results_summary": {
|
||||
"participants": 3,
|
||||
"total_shots": 120
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 4,
|
||||
"finished_at": "2025-07-31T21:23:49.593503",
|
||||
"results_summary": {
|
||||
"participants": 3,
|
||||
"total_shots": 120
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 5,
|
||||
"finished_at": "2025-07-31T21:23:59.554536",
|
||||
"results_summary": {
|
||||
"participants": 3,
|
||||
"total_shots": 120
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 6,
|
||||
"finished_at": "2025-07-31T21:24:11.205590",
|
||||
"results_summary": {
|
||||
"participants": 4,
|
||||
"total_shots": 160
|
||||
}
|
||||
}
|
||||
],
|
||||
"league_finished": true,
|
||||
"finished_at": "2025-07-31T21:24:11.205593"
|
||||
},
|
||||
"archived_at": "2025-07-31T21:24:11.206059"
|
||||
}
|
||||
Reference in New Issue
Block a user