Skip to content

Commit

Permalink
trying to resolve unsupported data type
Browse files Browse the repository at this point in the history
  • Loading branch information
CatonQ committed Feb 25, 2024
1 parent b9d7998 commit 2b137b6
Show file tree
Hide file tree
Showing 11 changed files with 304 additions and 300 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/static.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/static2.yml

This file was deleted.

7 changes: 4 additions & 3 deletions 2023/CU_GS_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ var config_data = `
"code": "e",
"gsCol": "event",
"type": "event",
"defaultValue": "2022sfr",
"required": "true"
"defaultValue": "2022carv",
"required": "true",
"disabled": "true"
},
{ "name": "Match Level",
"code": "l",
Expand Down Expand Up @@ -90,7 +91,7 @@ var config_data = `
},
{ "name": "Crossed Charging Station",
"code": "acs",
"gsCol": "autoCrossedCharginStation",
"gsCol": "autoCrossedChargingStation",
"type": "bool"
},
{ "name": "Mobility?",
Expand Down
4 changes: 4 additions & 0 deletions 2023/CU_Pit_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ var config_data = `
},
"defaultValue":"x"
},
{ "name": "# of Batteries",
"code": "nob",
"type": "number"
},
{ "name": "Floor pickup Cones",
"code": "fco",
"type": "bool"
Expand Down
34 changes: 10 additions & 24 deletions 2023/CU_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var config_data = `
"type": "level",
"choices": {
"qm": "Quals<br>",
"de": "Double Elimination<br>",
"sf": "Semifinals<br>",
"f": "Finals"
},
"defaultValue": "qm",
Expand Down Expand Up @@ -77,13 +77,9 @@ var config_data = `
"showUndo": "false",
"shape": "circle 12 black red true"
},
{ "name": "Crossed Cable",
"code": "acc",
"type": "bool"
},
{ "name": "Crossed Charging Station",
"code": "acs",
"type": "bool"
{ "name": "Game Pieces attempted<br>(Scored and Missed)",
"code": "aa",
"type": "counter"
},
{ "name": "Mobility?",
"code": "am",
Expand All @@ -102,10 +98,6 @@ var config_data = `
}
],
"teleop": [
{ "name": "Cycle Timer",
"code": "tct",
"type": "cycle"
},
{ "name": "Grid Scoring",
"code": "tsg",
"type": "clickable_image",
Expand All @@ -115,13 +107,11 @@ var config_data = `
"toggleClick": "true",
"showFlip": "false",
"showUndo": "false",
"shape": "circle 12 black red true",
"cycleTimer": "tct"
"shape": "circle 12 black red true"
},
{ "name": "Feeder Count<br>(Fed another bot)",
"code": "tfc",
"type": "counter",
"cycleTimer": "tct"
"type": "counter"
},
{ "name": "Was Fed<br>Game Pieces",
"code": "wf",
Expand Down Expand Up @@ -182,6 +172,10 @@ var config_data = `
{ "name": "Total # of alliance<br>robots docked/engaged",
"code": "dn",
"type": "counter"
},
{ "name": "Links Scored<br>(by alliance)",
"code": "ls",
"type": "counter"
}
],
"postmatch": [
Expand All @@ -196,10 +190,6 @@ var config_data = `
},
"defaultValue": "x"
},
{ "name": "Links Scored",
"code": "ls",
"type": "counter"
},
{ "name": "Defense Rating",
"code": "dr",
"type": "radio",
Expand All @@ -212,10 +202,6 @@ var config_data = `
},
"defaultValue": "x"
},
{ "name": "Swerve drive?",
"code": "sd",
"type": "bool"
},
{ "name": "Speed Rating",
"code": "sr",
"type": "radio",
Expand Down
2 changes: 1 addition & 1 deletion 2024/crescendo_config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var config_data = `
{
"dataFormat": "tvs",
"dataFormat": "tsv",
"title": "Scouting PASS 2024",
"page_title": "Crescendo",
"checkboxAs": "10",
Expand Down
1 change: 1 addition & 0 deletions 2024/crescendo_pit_config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var config_data = `
{
"dataFormat": "tsv",
"title": "Scouting PASS 2024",
"page_title": "Crescendo",
"pitConfig": "true",
Expand Down
Loading

0 comments on commit 2b137b6

Please sign in to comment.