Skip to content

Releases: mikejed/CocoNuts-Scouting

v2.0.1

24 Feb 04:30
3f98d1c
Compare
Choose a tag to compare

Updates and fixes to Data Scanner app:

  • App no longer closes when invalid data is scanned.
  • App no longer requires TeamName to be included in scanned data.
  • App performs minimal validation to data before attempting to parse the JSON.

v2.0.0

19 Feb 04:41
06e2c15
Compare
Choose a tag to compare

Primarily providing version 2 of DataScanner, which stores the match information in a CSV instead of in a SQLite .db file. Team names for each number will be stored in a separate file now. The 2023 season version of index.html is incidentally included in this release as well, since that PR was brought in a few months ago.

v1.1.1

24 Sep 04:14
Compare
Choose a tag to compare

Provides friendlier value text in the dashboard for some fields, and attempts to catch invalid JSON data that might have been scanned in.

v1.1.0

21 Sep 14:47
Compare
Choose a tag to compare

Version 1.1 with changes based on feedback:

  1. Offline capabilities work properly on the page now.
  2. Preferred Driving Area has been removed and instead we're recording Cycle Time now
  3. A Defense Only checkbox has been added.
  4. Analytics dashboard has received a third tab to show all raw data as a table, to catch any edge cases the analytics doesn't show.

v1.0.0

10 Sep 03:43
Compare
Choose a tag to compare

Version 1.0 ready for testing and feedback. sqliteodbc.exe is the x86 package that allows PowerBI to open SQLite3 databases - this file is not mine but is copied here for the team's use. That file's source is http://www.ch-werner.de/sqliteodbc/

Dashboard file is also in this repo.