Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydrol0x/headscout
An APP to help FRC scouting and statistics overview
https://github.com/hydrol0x/headscout
electron first-robotics-competition frc frc-robot frc-scouting react
Last synced: 12 days ago
JSON representation
An APP to help FRC scouting and statistics overview
- Host: GitHub
- URL: https://github.com/hydrol0x/headscout
- Owner: hydrol0x
- Created: 2023-02-10T15:05:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T03:20:54.000Z (12 months ago)
- Last Synced: 2024-10-17T07:46:32.963Z (28 days ago)
- Topics: electron, first-robotics-competition, frc, frc-robot, frc-scouting, react
- Language: TypeScript
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HeadScout
All in one scouting data analysis.## View all of your match data at once
![headscoutscreenshot1](https://github.com/hydrol0x/HeadScout/assets/34951139/8d813535-edc4-432b-ae07-223588defc27)## Look up statistics for individual teams
Both match and pit scouting data is shown.![HEADSCOUTss2](https://github.com/hydrol0x/HeadScout/assets/34951139/43032f82-aebe-4646-85b5-6b911689da4f)
## Robot Comparison (WIP)
Compare the statistics of two robots.
## Statistics (WIP)
Calculate more statistics for robots, match probabilities, etc.
## Settings Page
Currently just lets you set sheet ID.
![image](https://github.com/hydrol0x/HeadScout/assets/34951139/c1f93469-98d0-4afd-a72e-b82dee3b9ca1)## Planned
- For now, import from google sheets (current way our team stores scouting data + automatic integration with google forms)
- In future create proper backend
- Re-create some simple statistics and features that my team currently uses
- Add more user friendly UI to help pick robots, compare statistics, etc.## Technologies info
Made using Electron & React Bootstrap
## Dev Setup
- Have node.js installed
- In project directory run `npm install`
- To start app run `npm start`
- To restart app run `rs`### Contributors
- hydrol0x
- UB3R