Skip to content

2023.1 Season Release

Compare
Choose a tag to compare
@fuddster fuddster released this 10 Jan 05:06
· 136 commits to main since this release
6576e4c

This release includes a few bug fixes and a new cycle timer element.

2023 Updates
Scouting PASS continues to evolve. Here are the changes for the 2023 Season:

New Timer component - Start/Stop and Clear Buttons
New Cycle component - Keep track of cycle times
JSON simplification - The JSON structure has been simplified to make it a little easier to maintain. The previous year's configuration files have been updated to use the new structure.
Add "Flip Image" button to the Field Image component
Add "tooltip" option for components - Tooltips will appear when hovering over the name of the component
Bug Fix: Two field image elements on the same page will now render correctly
Google Sheets data export (See the Google Sheets page for more details)
Configurable checkbox values in the configuration file. Defaults to Y/N. Can be set to Y/N, T/F, or 1/0. See line 5 of 2022/RR_config.js for an example
"YN" - for Y/N output
"TF" - for T/F output
"10" - for 1/0 output