diff options
author | emkael <emkael@tlen.pl> | 2022-06-05 17:11:15 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-06-05 17:11:15 +0200 |
commit | e945682cfca3bf9bb54c780f2e331f09b6178ac2 (patch) | |
tree | 8f775aa05c463aab11c6f8b5dde88fbcbbb352eb /boards/config/ekstraklasa.json | |
parent | 9cffe497bde753504ff2d44260ff2d2979613568 (diff) |
Hand records for play-off finals
Diffstat (limited to 'boards/config/ekstraklasa.json')
-rw-r--r-- | boards/config/ekstraklasa.json | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/boards/config/ekstraklasa.json b/boards/config/ekstraklasa.json index 377496b..95ff541 100644 --- a/boards/config/ekstraklasa.json +++ b/boards/config/ekstraklasa.json @@ -359,6 +359,148 @@ } } ] + }, + { + "title": "Relegation play-off", + "sets": [ + { + "title": "Akademia Brydża AZS UW Warszawa - GOLDBECK COMFORT SA AZS Wratislavia IV (06.05.2022-07.05.2022)", + "files": [ + { + "path": "playoff3/p3-r1-t1-b1", + "name": "Boards 1-36", + "title": "Polish Premier League 2021/22 - relegation play-off - AZS UW-GOLDBECK 1/2", + "enabled": 1 + }, + { + "path": "playoff3/p3-r1-t1-b37", + "name": "Boards 37-72", + "title": "Polish Premier League 2021/22 - relegation play-off - AZS UW-GOLDBECK 2/2", + "enabled": 1 + } + ], + "zip": { + "id": "p3-t1", + "title": "all files" + } + }, + { + "title": "Sfora Cibora MindLab Kraków - LKS Kasztelan Konkret Chełmno (06.05.2022-07.05.2022)", + "files": [ + { + "path": "playoff3/p3-r1-t2-b1", + "name": "Boards 1-36", + "title": "Polish Premier League 2021/22 - relegation play-off - SFORA-KONKRET 1/2", + "enabled": 1 + }, + { + "path": "playoff3/p3-r1-t2-b37", + "name": "Boards 37-72", + "title": "Polish Premier League 2021/22 - relegation play-off - SFORA-KONKRET 2/2", + "enabled": 1 + } + ], + "zip": { + "id": "p3-t2", + "title": "all files" + } + } + ] + }, + { + "title": "Final Four", + "sets": [ + { + "title": "SPS CONSTRUCTION Kielce - ŁĄCZNOŚĆ Olsztyn (03.06.2022-04.06.2022)", + "files": [ + { + "path": "finalfour/sf-t1-b1", + "name": "Boards 1-36", + "title": "Polish Premier League 2021/22 - semifinal - SPS-ŁĄCZNOŚĆ 1/2", + "enabled": 1 + }, + { + "path": "finalfour/sf-t1-b37", + "name": "Boards 37-72", + "title": "Polish Premier League 2021/22 - semifinal - SPS-ŁĄCZNOŚĆ 2/2", + "enabled": 1 + } + ], + "zip": { + "id": "sf-t1", + "title": "all files" + } + }, + { + "title": "Szkoła Brydża Szlem Gdańsk - BRIDGESCANNER KS AZS Wratislavia I WR (03.06.2022-04.06.2022)", + "files": [ + { + "path": "finalfour/sf-t2-b1", + "name": "Boards 1-36", + "title": "Polish Premier League 2021/22 - semifinal - SZLEM-BRIDGESCANNER 1/2", + "enabled": 1 + }, + { + "path": "finalfour/sf-t2-b37", + "name": "Boards 37-72", + "title": "Polish Premier League 2021/22 - semifinal - SZLEM-BRIDGESCANNER 2/2", + "enabled": 1 + } + ], + "zip": { + "id": "sf-t2", + "title": "all files" + } + }, + { + "title": "BRIDGESCANNER KS AZS Wratislavia I WR - ŁĄCZNOŚĆ Olsztyn (04.06.2022-05.06.2022)", + "files": [ + { + "path": "finalfour/f-t2-b1", + "name": "Boards 1-24", + "title": "Polish Premier League 2021/22 - 3rd place - BRIDGESCANNER-ŁĄCZNOŚĆ 1/2", + "enabled": 1 + }, + { + "path": "finalfour/f-t2-b25", + "name": "Boards 25-48", + "title": "Polish Premier League 2021/22 - 3rd place - BRIDGESCANNER-ŁĄCZNOŚĆ 2/2", + "enabled": 1 + } + ], + "zip": { + "id": "f-t2", + "title": "all files" + } + }, + { + "title": "SPS CONSTRUCTION Kielce - Szkoła Brydża Szlem Gdańsk (04.06.2022-05.06.2022)", + "files": [ + { + "path": "finalfour/f-t1-b1", + "name": "Boards 1-24", + "title": "Polish Premier League 2021/22 - final - SPS-SZLEM 1/3", + "enabled": 1 + }, + { + "path": "finalfour/f-t1-b25", + "name": "Boards 25-60", + "title": "Polish Premier League 2021/22 - final - SPS-SZLEM 2/3", + "enabled": 1 + }, + { + "path": "finalfour/f-t1-b61", + "name": "Boards 61-96", + "title": "Polish Premier League 2021/22 - final - SPS-SZLEM 3/3", + "enabled": 1 + } + ], + "zip": { + "id": "f-t1", + "title": "all files" + } + } + ] } ] } |