SharkScout is a configurable PWA FRC robot scouting application for FRC team 226. It is a fast offline-first application that allows you to scout robots and teams without having to be connected to the internet by generating QRCodes and submitting it to the Backend Database. It also has the ability to submit data to Firebase when internet connection is available.
Configuring and Creating is Very Fast via the Customizable Options available through a JSON Schema
Note this app is pairs with the SharkScout Backend which is a server that stores the data by scanning QR codes.
** Please Note: Documentation is still in the works. If you have any questions feel free to open an issue **
- Node.js version 12 LTS or greater (tested on Node.js 14.17.3)
- Yarn version 1.22 or greater (tested on Yarn 1.22.17)
- Git version 2.22 or greater (tested on Git 2.22.0)
Must have created a Firebase Project
npm install -g firebase-tools
firebase login
yarn global add node-firestore-import-export
git clone https://github.com/arnavs-0/scouting-pwa.git
cd sharkscout-pwa
yarn
- In
.env
add theREACT_APP_FIREBASE_API_KEY= REACT_APP_FIREBASE_AUTH_DOMAIN= REACT_APP_FIREBASE_DB_URL= REACT_APP_FIREBASE_PROJECT_ID= REACT_APP_FIREBASE_STORAGE_BUCKET= REACT_APP_FIREBASE_SENDER_ID= REACT_APP_FIREBASE_APP_ID= REACT_APP_FIREBASE_MEASUREMENT_ID=
from the Firebase console. - In
src/data/forms
change the Scouting Forms, an example file is shown - In
src/utils/label
change the JSON labels that will be exported in the order of the scouting form schema - In
src/utils/config.json
change the config file - In the root dir run
yarn start
to start the app.
Component | Status | id |
---|---|---|
Boolean (Switch/Toggle) | β | boolean |
Checkbox Select | π§ | checkbox |
Autocomplete Select | π§ | autocomplete |
Counter | β | counter |
Date | π | TBA |
Drawable Canvas | π | TBA |
Dropdown | β | dropdown |
Header | β | header |
Image | β | image |
Image Select | π | TBA |
Label | β | label |
Number | β | number |
Radio Select | β | radio |
Range | π | TBA |
Text | β | text |
Textarea | β | textarea |
Timer | π | TBA |
β Complete π§ Work in Progress π Planned
This app was used initally by Team 226 during the 2022 Season - Rapid React and will be continously improved and utilized for the upcoming season