Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: ./dist

# Deployment job
deploy:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -55,4 +55,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
92 changes: 46 additions & 46 deletions public/assets/config-pits.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -115,7 +116,6 @@
"type": "heading"
},


{
"name": "Get their autograph here",
"type": "label",
Expand Down
8 changes: 0 additions & 8 deletions public/assets/config-qualitative.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
"name": "Pin Time",
"type": "stopwatch"
},
{
"name": "Hopper Size",
"type": "number"
},
{
"name": "Turret",
"type": "multicheckbox",
Expand All @@ -117,10 +113,6 @@
"Auto-shooting"
]
},
{
"name": "Cycle Time",
"type": "stopwatch"
},


{
Expand Down
Loading