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,221 @@
|
||||
{
|
||||
"league": {
|
||||
"league_id": "league_20250801_100941",
|
||||
"created_at": "2025-08-01T10:09:41.478656",
|
||||
"tournament_type": "20_targets",
|
||||
"total_tournaments": 6,
|
||||
"current_tournament": 6,
|
||||
"participants": {
|
||||
"1": {
|
||||
"name": "Domen Pleterski",
|
||||
"joker_used": true,
|
||||
"tournament_results": [
|
||||
{
|
||||
"tournament": 1,
|
||||
"score": 0,
|
||||
"participated": false,
|
||||
"joker": true
|
||||
},
|
||||
{
|
||||
"tournament": 2,
|
||||
"score": 167,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 3,
|
||||
"score": 193,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 4,
|
||||
"score": 181,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 5,
|
||||
"score": 190,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 6,
|
||||
"score": 219,
|
||||
"participated": true
|
||||
}
|
||||
],
|
||||
"total_score": 950,
|
||||
"final_score": 950,
|
||||
"tournaments_participated": 5
|
||||
},
|
||||
"2": {
|
||||
"name": "Nik Pleterski",
|
||||
"joker_used": false,
|
||||
"tournament_results": [
|
||||
{
|
||||
"tournament": 1,
|
||||
"score": 238,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 2,
|
||||
"score": 239,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 3,
|
||||
"score": 203,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 4,
|
||||
"score": 218,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 5,
|
||||
"score": 182,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 6,
|
||||
"score": 189,
|
||||
"participated": true
|
||||
}
|
||||
],
|
||||
"total_score": 1269,
|
||||
"final_score": 1087,
|
||||
"tournaments_participated": 6
|
||||
},
|
||||
"3": {
|
||||
"name": "Ivan Tandler",
|
||||
"joker_used": false,
|
||||
"tournament_results": [
|
||||
{
|
||||
"tournament": 1,
|
||||
"score": 183,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 2,
|
||||
"score": 177,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 3,
|
||||
"score": 177,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 4,
|
||||
"score": 201,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 5,
|
||||
"score": 208,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 6,
|
||||
"score": 189,
|
||||
"participated": true
|
||||
}
|
||||
],
|
||||
"total_score": 1135,
|
||||
"final_score": 958,
|
||||
"tournaments_participated": 6
|
||||
},
|
||||
"4": {
|
||||
"name": "Mateja Pleterski",
|
||||
"joker_used": false,
|
||||
"tournament_results": [
|
||||
{
|
||||
"tournament": 1,
|
||||
"score": 174,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 2,
|
||||
"score": 192,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 3,
|
||||
"score": 195,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 4,
|
||||
"score": 179,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 5,
|
||||
"score": 199,
|
||||
"participated": true
|
||||
},
|
||||
{
|
||||
"tournament": 6,
|
||||
"score": 212,
|
||||
"participated": true
|
||||
}
|
||||
],
|
||||
"total_score": 1151,
|
||||
"final_score": 977,
|
||||
"tournaments_participated": 6
|
||||
}
|
||||
},
|
||||
"completed_tournaments": [
|
||||
{
|
||||
"tournament_number": 1,
|
||||
"finished_at": "2025-08-01T10:09:50.293741",
|
||||
"results_summary": {
|
||||
"participants": 3,
|
||||
"total_shots": 120
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 2,
|
||||
"finished_at": "2025-08-01T10:10:01.727450",
|
||||
"results_summary": {
|
||||
"participants": 4,
|
||||
"total_shots": 160
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 3,
|
||||
"finished_at": "2025-08-01T10:10:14.615370",
|
||||
"results_summary": {
|
||||
"participants": 4,
|
||||
"total_shots": 160
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 4,
|
||||
"finished_at": "2025-08-01T10:10:24.445436",
|
||||
"results_summary": {
|
||||
"participants": 4,
|
||||
"total_shots": 160
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 5,
|
||||
"finished_at": "2025-08-01T10:10:34.780992",
|
||||
"results_summary": {
|
||||
"participants": 4,
|
||||
"total_shots": 160
|
||||
}
|
||||
},
|
||||
{
|
||||
"tournament_number": 6,
|
||||
"finished_at": "2025-08-01T10:10:45.109247",
|
||||
"results_summary": {
|
||||
"participants": 4,
|
||||
"total_shots": 160
|
||||
}
|
||||
}
|
||||
],
|
||||
"league_finished": true,
|
||||
"finished_at": "2025-08-01T10:10:45.109249"
|
||||
},
|
||||
"archived_at": "2025-08-01T10:10:45.109575"
|
||||
}
|
||||
Reference in New Issue
Block a user