From 07d243afa1c636ea6c5790380daa20d510c50b0b Mon Sep 17 00:00:00 2001 From: fuddster Date: Wed, 25 Oct 2023 20:59:16 -0500 Subject: [PATCH] Rework 2023/2024 update section --- README.md | 72 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 38c7cbf3d..e309ff205 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@
  • FAQ
  • Things To Add Someday
  • License
  • +
  • 2024 Changes
  • 2023 Changes
  • @@ -187,7 +188,7 @@ Note: The Auto Start (as) element is special in that it will only keep track of
    ## Things we might want to add someday: -* Pit Scouting (including capturing images of robots) +* Add images to Pit Scouting * More options for processing the QR code * Mac version of Excel spreadsheet * Drag and Drop configuration editing (Avoid JSON editing) @@ -205,31 +206,50 @@ Note: The Auto Start (as) element is special in that it will only keep track of ## License Distributed under the GNU GPL v3.0 License. See `LICENSE` for more information. + +

    (back to top)

    +
    + +## 2024 Season Updates + +
    + 2024 Season Updates + +
    +

    (back to top)

    -## 2023 Updates - -Scouting PASS continues to evolve. Here are the changes for the 2023 Season: - -* Added [configuration documentation](docs/Configuration.md) -* New Timer component - Start/Stop and Clear Buttons -* New Cycle component - Keep track of cycle times -* Improved Clickable Field component - Now you can configure the number of boxes and tie it to a Cycle Timer -* [Excel VBA functions](Excel/VBA_FUNCTIONS_2023.bas) and [examples](Excel/2023_grid_and_cycle_time_example.xlsm) to parse and calculate the Grid field clickable image output -* [Excel VBA function](Excel/VBA_FUNCTIONS_2023.bas) and [examples](Excel/2023_grid_and_cycle_time_example.xlsm) to parse and calculate the average cycle time -* JSON simplification - The JSON structure has been simplified to make it a little easier to maintain. The previous years 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](docs/GoogleSheets.md) page for more details) -* Configurable checkbox values in configuration file. Defaults to Y/N. Can set to 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 -* Bug fix: Google Sheets fix by using buttons instead of checkboxes for the buttons which caused a "submit" to Google Sheets (Thanks [jckwik](https://github.com/jckwik)!!) -* Don't allow the cycle timer to add a Zero time. (Thanks [jckwik](https://github.com/jckwik)!!) -* Added Display Data and Copy Data buttons on QR screen (Thanks [tails618](https://github.com/tails618)!!) -* Bug fixes to clickable images (Thanks [jacob6838](https://github.com/jacob6838)!!) -* Allow ability link Cycle Timer with Counter (Thanks DaBushinator!!) -* Add pit scouting functionality +## 2023 Season Updates + +
    + 2023 Season Updates +
      +
    • Added [configuration documentation](docs/Configuration.md)
    • +
    • New Timer component - Start/Stop and Clear Buttons
    • +
    • New Cycle component - Keep track of cycle times
    • +
    • Improved Clickable Field component - Now you can configure the number of boxes and tie it to a Cycle Timer
    • +
    • [Excel VBA functions](Excel/VBA_FUNCTIONS_2023.bas) and [examples](Excel/2023_grid_and_cycle_time_example.xlsm) to parse and calculate the Grid field clickable image output
    • +
    • [Excel VBA function](Excel/VBA_FUNCTIONS_2023.bas) and [examples](Excel/2023_grid_and_cycle_time_example.xlsm) to parse and calculate the average cycle time
    • +
    • JSON simplification - The JSON structure has been simplified to make it a little easier to maintain. The previous years 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](docs/GoogleSheets.md) page for more details)
    • +
    • Configurable checkbox values in configuration file. Defaults to Y/N. Can set to 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
      • +
      +
    • +
    • Bug fix: Google Sheets fix by using buttons instead of checkboxes for the buttons which caused a "submit" to Google Sheets (Thanks [jckwik](https://github.com/jckwik)!!)
    • +
    • Don't allow the cycle timer to add a Zero time. (Thanks [jckwik](https://github.com/jckwik)!!)
    • +
    • Added Display Data and Copy Data buttons on QR screen (Thanks [tails618](https://github.com/tails618)!!)
    • +
    • Bug fixes to clickable images (Thanks [jacob6838](https://github.com/jacob6838)!!)
    • +
    • Allow ability link Cycle Timer with Counter (Thanks DaBushinator!!)
    • +
    • Add pit scouting functionality
    • +
    +