Genral Scouting tool For FRC & FTC

Hi, as a part of my team’s (9738 Ionic bond) offseason projects, we have decided to create our own general-solution scouting system for us to use in competitions with the approach of being as easy to implement for new questions each year and to interact with

All of the scouting site’s code is published here on GitHub and is written in dart using the Flutter framework. Here’s a short summation of the features it has:

  • Offline scouting (once you open the site, no wifi is required anymore and the next time you log into the site with internet connected it will automatically upload all of the scouted matches on your device to the cloud)
  • Log-In password
  • Scouter name saving
  • Questions API for adapting for different teams and seasons (no actual code is required to change to match to your needs, only the questions array and the rest, such as uploading the data and parsing it correctly, is handled automatically for you)
  • Support for normal, rematch and practice matches
  • Averages and team overview pages

    image

Coming soon features:

  • Integration with Statbotics data such as EPA stats
  • Team names display
  • Better averages data and overview pages

This project is completely Open-Source and can be adapted for any team’s needs, a starting guide is avialable here, feel free to suggest any features you find right, contribute, or ask for help in the reporistory’s Issues tab