Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/arctos6135/calvera
Browse files Browse the repository at this point in the history
  • Loading branch information
SomewhatMay committed Mar 28, 2024
2 parents 422df5c + 1d8df50 commit 0029458
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions src/lib/formLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
},
{
Expand All @@ -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",
Expand Down

0 comments on commit 0029458

Please sign in to comment.