Files
RidgeScout/README.md
T

36 lines
1.1 KiB
Markdown
Raw Normal View History

2024-03-24 17:47:31 -06:00
# ScoutingApp2025
2024-07-04 20:55:29 -06:00
Ridgebotics 2025 scouting app in Android
2024-03-28 10:21:54 -06:00
## TODO:
#### Scouting:
2024-06-28 15:44:38 -06:00
- Make the "Compile" menu
2024-07-04 20:55:29 -06:00
- The compile menu should be a shortcut to view all the team's stats from the upcoming match, from the teams view
- Make practice mode
#### Data Analysis:
- Add CSV exporting
2024-07-06 22:35:00 -06:00
- Statbotics intigration
- AI overview of scouting data for a team???
#### Functionality:
- Improve the code scanning progress indicator. It has a rounding error, I think.
- Add more types of data fields.
- Make server software to allow for easy sync over wifi
2024-07-06 22:35:00 -06:00
- Test the scouting app
## In Progress:
#### Scouting:
#### Data Analysis:
- Make a word cloud for the compiled mode of text input type
#### Functionality:
- Make pit and match data field builder UIs. I don't want to have to keep editing a variable
## Done:
#### Scouting:
- Add an "unselect" option to all of the scouting fields
#### Data Analysis:
- Add "history" view type to the teams view menu.
- Sentiment analysis of text input type
#### Functionality:
- Make the file browser UI
- Bluetooth data sync
- Formalize error messages & stacktraces