From db07baa4de7e52ec3f55330350f9457a76a463f4 Mon Sep 17 00:00:00 2001 From: TheRealGreydon Date: Tue, 25 Mar 2025 18:36:32 -0400 Subject: [PATCH 1/3] Never --- 2025/reefscape_pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025/reefscape_pit_config.js b/2025/reefscape_pit_config.js index 2d9b9aa..1512cc1 100644 --- a/2025/reefscape_pit_config.js +++ b/2025/reefscape_pit_config.js @@ -84,7 +84,7 @@ var config_data = ` "cur":"Currently", "nm":"Next Match", "soon":"1-2 Hours", - "um":"Unknown/More" + "No":"Never ╥﹏╥" }, "defaultValue":"Currently" }, From ab908df3c95ca1125b3a61238842e80ce7acfe29 Mon Sep 17 00:00:00 2001 From: TheRealGreydon Date: Tue, 25 Mar 2025 19:21:43 -0400 Subject: [PATCH 2/3] Changes --- 2025/reefscape_pit_config.js | 42 ++++++++++++++++++++---------------- pit.html | 2 +- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/2025/reefscape_pit_config.js b/2025/reefscape_pit_config.js index 1512cc1..47b2551 100644 --- a/2025/reefscape_pit_config.js +++ b/2025/reefscape_pit_config.js @@ -10,6 +10,28 @@ var config_data = ` "code": "t", "type": "number" }, + { + "name": "What is your robot's
Drag coefficient?", + "code": "Drag", + "type": "text" + }, + { + "name": "Does robot function?", + "code": "func", + "type": "checkbox" + }, + { + "name": "If not, when will it?", + "code": "feta", + "type":"radio", + "choices": + { + "nm":"Next Match", + "soon":"1-2 Hours
", + "No":"Never" + }, + "defaultValue":"Currently" + }, { "name": "Width(inch)", "code": "wid", @@ -59,7 +81,7 @@ var config_data = ` "choices": { "Shallow": "Shallow", - "Deep": "Deep", + "Deep": "Deep
", "Both": "Both", "None": "None" }, @@ -70,24 +92,6 @@ var config_data = ` "code": "rva", "type": "checkbox" }, - { - "name": "Does robot function?", - "code": "func", - "type": "checkbox" - }, - { - "name": "If not, when will it?", - "code": "feta", - "type":"radio", - "choices": - { - "cur":"Currently", - "nm":"Next Match", - "soon":"1-2 Hours", - "No":"Never ╥﹏╥" - }, - "defaultValue":"Currently" - }, { "name": "Comments", "code": "pco", diff --git a/pit.html b/pit.html index 89db208..a051a55 100644 --- a/pit.html +++ b/pit.html @@ -62,7 +62,7 @@

Generate QR Code

- +

From 07e7e1ae15bc8b0a320fab93e14194a500653891 Mon Sep 17 00:00:00 2001 From: TheRealGreydon Date: Tue, 25 Mar 2025 19:47:54 -0400 Subject: [PATCH 3/3] Fixes --- pit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pit.html b/pit.html index 251a617..510af9d 100644 --- a/pit.html +++ b/pit.html @@ -62,7 +62,7 @@

Send to Google Sheets
- +