X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.js;h=367dca3cc00d6fcba6f138bda0c7af55e2c82556;hb=693747756e9731f299c69c7374adc61c0d71450f;hp=eab21b0dcbe8e27c2542d1d02380074b991f5566;hpb=d62c9b9a3b3b221778baaae54c22156acd8d403d;p=ultimatescore diff --git a/config.js b/config.js index eab21b0..367dca3 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,80 @@ var ultimateconfig = { - 'tournament_title': 'Battle of Oak Hill 2019', - 'tournament_footer': 'ekebergsk.com | #us4', - 'exohack': true, + 'tournament_title': 'Battle for Oak Hill 2020', + 'tournament_footer': 'www.plastkast.no | #oakhill', + 'exohack': false, // Share both sheets with ultimate-nm-2018@solskogen-cubemap.iam.gserviceaccount.com. - 'score_sheet_id': '1DSRRcV6d6Dx9KbCZgOSFF0MX9wKRex9nHcUjjOG4DNE', - 'roster_sheet_id': '1Mp6sWSxxvRl3YCCx4-RPlnCyuzkgNbJW1iCHnsH-9Ks', + 'score_sheet_id': '1vEKBGGG0DYkQUcePY9EHFaT1Nj_Ops57xHzKvIBCloU', + 'score_sheet_index': 1088951921, // #gid= in the URL. + 'roster_sheet_id': '1is-fwcH_miWEaSJuP8aocvmNUESaS_HbFx58oTZ3EJ4', + 'api_key': 'AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU', - 'api_key': 'AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU' + 'group_cells': { + 'Group A': { + // Rank, name, points. + 'score_sheet_cols': [ 'Results!S', 'Results!T', 'Results!U' ], + 'point_total_start_row': 8, + 'ranking_list_start_row': 15, + 'ranking_list_explain_row': 21 + }, + 'Group B': { + // Rank, name, points. + 'score_sheet_cols': [ 'Results!W', 'Results!X', 'Results!Y' ], + 'point_total_start_row': 8, + 'ranking_list_start_row': 15, + 'ranking_list_explain_row': 21 + }, + 'Group C': { + // Rank, name, points. + 'score_sheet_cols': [ 'Results!AA', 'Results!AB', 'Results!AC' ], + 'point_total_start_row': 8, + 'ranking_list_start_row': 15, + 'ranking_list_explain_row': 21 + }, + 'Playoffs 9th-13th': { + // Rank, name, points. + 'score_sheet_cols': [ 'Results!S', 'Results!T', 'Results!U' ], + 'point_total_start_row': null, + 'ranking_list_start_row': 34, + 'ranking_list_explain_row': 40 + } + }, + 'explain_third_cell': 'Results!S26', + + 'playoff_games': [ + // Teams Field Row Match name Mark name Group name + [ 'C5', 'A4', 0, 0, 'C5/A4', false, 'Playoffs 9th–13th' ], + [ 'B4', 'C4', 1, 0, 'B4/C4', false, 'Playoffs 9th–13th' ], + [ 'A4', 'B4', 0, 2, 'A4/B4', false, 'Playoffs 9th–13th' ], + [ 'Z3', 'C5', 1, 2, 'Z3/C5', false, 'Playoffs 9th–13th' ], + [ 'C4', 'Z3', 0, 8, 'C4/Z3', false, 'Playoffs 9th–13th' ], + [ 'C5', 'B4', 1, 8, 'C5/B4', false, 'Playoffs 9th–13th' ], + + [ 'C1', 'B2', 0, 9, 'C1/B2', false, 'Quarterfinals' ], // Q1 + [ 'A1', 'Y3', 1, 9, 'A1/Y3', false, 'Quarterfinals' ], // Q2 + [ 'A2', 'C2', 0, 10, 'A2/C2', false, 'Quarterfinals' ], // Q3 + [ 'B1', 'X3', 1, 10, 'B1/X3', false, 'Quarterfinals' ], // Q4 + + [ 'C4', 'C5', 0, 11, 'C4/B5', false, 'Playoffs 9th–13th' ], + [ 'Z3', 'A4', 1, 11, 'Z3/A4', false, 'Playoffs 9th–13th' ], + + [ 'W C1/B2', 'W A1/Y3', 0, 12, 'Semi 1', true, 'Semifinals' ], + [ 'L C1/B2', 'L A1/Y3', 1, 12, 'L-semi 1', true, 'Playoffs 5th–8th' ], + [ 'W A2/C2', 'W B1/X3', 0, 13, 'Semi 2', true, 'Semifinals' ], + [ 'L A2/C2', 'L B1/X3', 1, 13, 'L-semi 2', true, 'Playoffs 5th–8th' ], + + [ 'B4', 'Z3', 0, 14, 'B4/Z3', false, 'Playoffs 9th–13th' ], + [ 'A4', 'C4', 1, 14, 'A4/C4', false, 'Playoffs 9th–13th' ], + + [ 'W L-semi 1', 'W L-semi 2', 0, 15, '5th', true, 'Match for 5th' ], + [ 'L L-semi 1', 'L L-semi 2', 1, 15, '7th', true, 'Match for 7th' ], + [ 'L semi 1', 'L semi 2', 0, 16, '3rd', true, 'Bronze final' ], + [ 'W semi 1', 'W semi 2', 0, 17, 'Final', true, 'Final' ] + ], + 'playoff_games_start_row': 19, + 'playoff_games_cols': [ + [ 3, 4, 5, 6 ], + [ 8, 9, 10, 11 ], + [ 13, 14, 15, 16 ], + ] };