diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 339ee02..3f36d74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: env: - PUBLIC_API_URL: https://script.google.com/macros/s/AKfycbwx6McS3WuOtZ7E4sok6AgsQuVzxIaD8q85uxDsnHF_utx2ADbXl9vx4NQNDo6bpWDk3w/exec + PUBLIC_API_URL: https://script.google.com/macros/s/AKfycbzk_Q1SEbFbzj4IGUSNw4MRPB-Tse2UfgSH2Go282XKL6lFRjQonsZg5AYRsC9ZJ8n7gA/exec # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read diff --git a/src/lib/formLayout.ts b/src/lib/formLayout.ts index b8fb79d..bf7e285 100644 --- a/src/lib/formLayout.ts +++ b/src/lib/formLayout.ts @@ -150,11 +150,12 @@ export const SSForm: Form = { }, { type: "input", - label: "Serious foul?", + label: "Fouls?", + tooltip: "Select the worst foul received during the match", component: { type: "Dropdown", id: "serious foul", - options: ["None", "Yellow card", "Red card", "Disqualified"], + options: ["None", "Foul", "Tech fouls", "Yellow card", "Red card", "Disqualified"], manual: false, // eslint-disable-next-line @typescript-eslint/no-unused-vars @@ -163,11 +164,12 @@ export const SSForm: Form = { }, { type: "input", - label: "Reason for serious foul?", + label: "Foul details", + tooltip: "Detail the number of each type of foul and why they received each one", component: { type: "Textbox", id: "serious foul reason", - maxLength: 100 + maxLength: 250 } }, { @@ -183,6 +185,7 @@ export const SSForm: Form = { { type: "input", label: "Comments", + tooltip: "Did the team get a lot of fouls (touched opposing robots in opposing alliance’s source, amp, stage during last 20 seconds)\nHow good against defense?\nHow efficient at amp versus speaker (which seems to be easier for them)\nPath of travel\nAccuracy of shots?\nAny weird things that happened (robot put note in opposing alliance’s amp)", component: { type: "Textbox", id: "comments",