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
|
|
|
|
2024-07-24 15:27:13 -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
|
2024-07-02 21:48:01 -06:00
|
|
|
- Make practice mode
|
2024-07-24 15:27:13 -06:00
|
|
|
#### Data Analysis:
|
|
|
|
|
- Add CSV exporting
|
2024-07-06 22:35:00 -06:00
|
|
|
- Statbotics intigration
|
2024-07-24 15:27:13 -06:00
|
|
|
- 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
|
2024-07-24 15:27:13 -06:00
|
|
|
|
|
|
|
|
## In Progress:
|
|
|
|
|
#### Scouting:
|
|
|
|
|
#### Data Analysis:
|
|
|
|
|
- Add "history" view type to the teams view menu.
|
|
|
|
|
- Sentiment analysis of text input type
|
|
|
|
|
- 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:
|
|
|
|
|
#### Functionality:
|
|
|
|
|
- Make the file browser UI
|
|
|
|
|
- Bluetooth data sync
|
|
|
|
|
- Formalize error messages & stacktraces
|