From ccf36eb776f3c16cd28bb197c829df86734a577f Mon Sep 17 00:00:00 2001 From: Marjie Hensz Date: Tue, 3 Mar 2026 20:36:29 -0500 Subject: [PATCH 1/2] initial updates and deploy --- public/assets/config-pits.json | 92 +++++++++++++-------------- public/assets/config-qualitative.json | 8 --- 2 files changed, 46 insertions(+), 54 deletions(-) diff --git a/public/assets/config-pits.json b/public/assets/config-pits.json index 2664ac04..b6baf37d 100644 --- a/public/assets/config-pits.json +++ b/public/assets/config-pits.json @@ -20,26 +20,6 @@ { "name": "Robot", "widgets": [ - { - "name": "Height", - "type": "number" - }, - { - "name": "Length", - "type": "number" - }, - { - "name": "Width", - "type": "number" - }, - { - "name": "Number of Batteries", - "type": "number" - }, - { - "name": "Weight", - "type": "number" - }, { "name": "Drivetrain", "type": "dropdown", @@ -50,32 +30,40 @@ "Mecanum", "Other" ] + } + ] + }, + { + "name": "Match Play", + "widgets": [ + { + "name": "Can Auto Climb?", + "type": "radio", + "options": [ + "Yes", + "No" + ] }, { - "name": "Swerve Motor Type", - "type": "dropdown", + "name": "Actions you can do in auto", + "type": "multicheckbox", "options": [ - "Neo", - "Falcon", - "Cim", - "Kraken" + "Go to center", + "Go to depot", + "Go to outpost", + "Just shoot", + "Climb", + "None" ] }, { - "name": "Swerve Type", - "type": "dropdown", + "name": "Do you need auto help", + "type": "radio", "options": [ - "No swerve", - "Mk 4", - "Mk 4i", - "Custom" + "Yes", + "No" ] - } - ] - }, - { - "name": "Match Play", - "widgets": [ + }, { "name": " Can go Through", "type": "multicheckbox", @@ -90,20 +78,33 @@ }, { - "name": "Aiming", + "name": "Climb Level", "type": "multicheckbox", "options": [ - "Manual", - "Auto" + "None", + "1", + "2", + "3" ] }, { - "name": "Balls/Second", - "type": "number" + "name": "Climb Location", + "type": "multicheckbox", + "options": [ + "Left Peg", + "Right Peg", + "Left Side", + "Right Side", + "Center" + ] }, { - "name": "Climb Time", - "type": "number" + "name": "Aiming", + "type": "multicheckbox", + "options": [ + "Manual", + "Auto" + ] }, { "name": "Comments", @@ -115,7 +116,6 @@ "type": "heading" }, - { "name": "Get their autograph here", "type": "label", diff --git a/public/assets/config-qualitative.json b/public/assets/config-qualitative.json index ca34fe4b..6574bcd6 100644 --- a/public/assets/config-qualitative.json +++ b/public/assets/config-qualitative.json @@ -105,10 +105,6 @@ "name": "Pin Time", "type": "stopwatch" }, - { - "name": "Hopper Size", - "type": "number" - }, { "name": "Turret", "type": "multicheckbox", @@ -117,10 +113,6 @@ "Auto-shooting" ] }, - { - "name": "Cycle Time", - "type": "stopwatch" - }, { From 15f7a1f552ace5279388000701939ac48fb8fd8d Mon Sep 17 00:00:00 2001 From: Marjie Hensz Date: Tue, 3 Mar 2026 20:46:40 -0500 Subject: [PATCH 2/2] updating deploy --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9cc4eb48..d9c2cc52 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: path: ./dist # Deployment job - deploy: + deploy: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} @@ -55,4 +55,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4 \ No newline at end of file