Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

v1.2

Latest
Compare
Choose a tag to compare
@evan10s evan10s released this 28 Mar 14:19
· 35 commits to master since this release

What's new in WA Robotics Scout v1.2:

  • 🤖 Scouting data shows on team list The table on the Team List page has been expanded and will now show scouting info for all teams. The sorting part of this is kinda complicated and won't be working by Saturday, but I still think being able to see all the data at once (best on a laptop) will be useful.
  • 🤖 Improved scouting form Based on feedback from WES, I've added new questions covering auton play movements, scoring frequency, and where a robot scores. Stars and cubes held has been changed to typical stars/cubes held and maximum stars/cubes held.
  • 🤖 Improved scouting data display ​The disorganized list of random properties is no more. Additionally, scouting data from multiple submissions, where necessary, will be combined using pipes |. The main reason is that actually averaging data for certain scouting properties but not others is quite complex. You'll also see a lot less "Unknown" in general.
  • 🤖 Less errors on scouting form It's OK to leave nearly any question (except the match/team info) question blank.
  • 🤖 Improved server-side efficiency Fetching skills scores and combining scouting form submissions is now done on a worker server process. We don't put WARS under much load, but in principle this frees up the server that responds to web requests (e.g., you trying to load a page).
  • 🤖 Better offline support If a tournament doesn't have live data uploading available, WARS will still work although live match data and scores won't show up.
  • 🤖 Team search Much like the long elusive Discord search feature, you can now search for multiple teams at once and view data for them (you can use this in lieu of the match cards when live data is unavailable).