Make bluetooth work, Make alert() better, and more formal errors

This commit is contained in:
astatin3
2024-07-24 15:27:13 -06:00
parent d063319c84
commit 588a71763a
24 changed files with 342 additions and 195 deletions
+28 -14
View File
@@ -1,22 +1,36 @@
# ScoutingApp2025
Ridgebotics 2025 scouting app in Android
TODO:
- Add an "unselect" option to all of the scouting fields
- Make a word cloud for the compiled mode of notes input type
- Make pit and match data field builder UIs. I don't want to have to keep editing a variable
- Add "history" view type to the teams view menu.
- Add CSV exporting
## TODO:
#### Scouting:
- Make the "Compile" menu
- The compile menu should be a shortcut to view all the team's stats from the upcoming match, from the teams view
- Make the file browser UI
- Fix the code scanning progress indicator
- Add more types of data fields.
- Make server software to allow for easy sync over wifi
- Make practice mode
- AI overview of scouting data for a team???
- Bluetooth data sync
#### Data Analysis:
- Add CSV exporting
- 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
- Test the scouting app
## 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