X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.js;h=bd508b0886fdea3686a5b7669ee20e3cc212e269;hb=064831a834d181b40a941dd2cf8727887a45671e;hp=eab21b0dcbe8e27c2542d1d02380074b991f5566;hpb=d62c9b9a3b3b221778baaae54c22156acd8d403d;p=ultimatescore diff --git a/config.js b/config.js index eab21b0..bd508b0 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,21 @@ var ultimateconfig = { - 'tournament_title': 'Battle of Oak Hill 2019', - 'tournament_footer': 'ekebergsk.com | #us4', - 'exohack': true, + 'tournament_title': 'Trøndisk 2019', + 'tournament_footer': 'plastkast.no | #trøndisk', + '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': '16TOrQX-oOhuxSA478iE8h3l3CD72GyEqVsChZptayxo', + 'roster_sheet_id': '1ACCrWaicEOFbeoY05SCbCvk2cHF6yAS9WwFOdNJxMIU', + 'api_key': 'AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU', - 'api_key': 'AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU' + // Rank, name, points. + 'score_sheet_cols': { + 'Group A': [ 'Results!S', 'Results!T', 'Results!U' ], + 'Group B': [ 'Results!W', 'Results!X', 'Results!Y' ], + 'Group C': [ 'Results!AA', 'Results!AB', 'Results!AC' ] + }, + + 'point_total_start_row': 10, + 'ranking_list_start_row': 17, + 'ranking_list_explain_row': 23 };