A base scouting site for FTC / FRC (Or any competition alike) teams.
- Dart & Flutter installed (Recommeneded, not neccessary).
- Git installed (or modify from github, not recommended).
- A Firebase project with a Firestore Database & the
web
option configured.
On the Summation
and Averages
pages, exists a search bar that allows to search for specific entries in a simple way.
E.g If im looking for any team that has a score of 12 on the autonomous
page, ill enter autonomous:12
.
Or if im looking for all the entries of team 9738
from game # 12
ill do team:9738, game:12
.
Name | Search key |
---|---|
Team (number only) | team |
Game | game |
Scouter | scouter |
Total Score | score |
Form Page | pageName |
- this list can be extended through the
handleSearchQuery
function on thelib/services/scouting/helper_methods.dart
file
...