From ea12fda4b7ab41e6082370fbc916a91c4e789651 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Sun, 10 Mar 2024 20:37:34 +0100 Subject: [PATCH] Add roundDownScore option to options dialog --- .../src/main/webapp/js/tour-information.inc.js | 1 + view-webapp/src/main/webapp/tour-parameters.inc.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/view-webapp/src/main/webapp/js/tour-information.inc.js b/view-webapp/src/main/webapp/js/tour-information.inc.js index 5b67e77..b2a6e34 100644 --- a/view-webapp/src/main/webapp/js/tour-information.inc.js +++ b/view-webapp/src/main/webapp/js/tour-information.inc.js @@ -215,6 +215,7 @@ onLoad(() => { }, main: { mmsValueAbsent: form.val('mmsValueAbsent'), + roundDownScore: form.val('roundDownScore'), firstSeedLastRound: form.val('firstSeedLastRound'), firstSeedAddCrit: form.val('firstSeedAddRating') ? 'RATING' : 'NONE', // TODO use client side boolean firstSeed: form.val('firstSeed'), diff --git a/view-webapp/src/main/webapp/tour-parameters.inc.html b/view-webapp/src/main/webapp/tour-parameters.inc.html index 7c734a9..c1bfb7a 100644 --- a/view-webapp/src/main/webapp/tour-parameters.inc.html +++ b/view-webapp/src/main/webapp/tour-parameters.inc.html @@ -24,6 +24,18 @@ +
+
+ +
+
#end
Seeding methods inside groups of same score