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-09-16 12:40:07 -06:00
|
|
|
- Make practice mode??
|
2024-07-24 15:27:13 -06:00
|
|
|
#### Data Analysis:
|
2024-09-15 20:49:16 -06:00
|
|
|
- Statbotics intigration???
|
2024-09-14 18:02:31 -06:00
|
|
|
- Make the "Compare" menu, cross comparing team's stats.
|
2024-07-24 15:27:13 -06:00
|
|
|
#### Functionality:
|
|
|
|
|
- Add more types of data fields.
|
2024-09-13 15:48:14 -06:00
|
|
|
- Test the scouting app
|
2024-09-22 11:06:40 -06:00
|
|
|
- Write docs
|
2024-07-24 15:27:13 -06:00
|
|
|
|
|
|
|
|
## In Progress:
|
|
|
|
|
#### Scouting:
|
|
|
|
|
#### Data Analysis:
|
2024-09-20 15:59:35 -06:00
|
|
|
- AI overview of scouting data for a team???
|
|
|
|
|
- Make the "Report" menu, A tool that lets users select data to display from the the teams and compare menus.
|
2024-07-24 15:27:13 -06:00
|
|
|
#### Functionality:
|
2024-09-15 20:49:16 -06:00
|
|
|
- Make server software to allow for easy sync over wifi - FTP
|
2024-09-16 12:40:07 -06:00
|
|
|
- Deploy to F-Droid
|
2024-07-24 15:27:13 -06:00
|
|
|
|
|
|
|
|
## Done:
|
|
|
|
|
#### Scouting:
|
|
|
|
|
- Add an "unselect" option to all of the scouting fields
|
2024-09-15 20:49:16 -06:00
|
|
|
- When a field is created, make updated scouting data return null values, not the default value
|
|
|
|
|
- Fix scouting offset bug
|
2024-07-24 15:27:13 -06:00
|
|
|
#### Data Analysis:
|
2024-07-24 23:41:00 -06:00
|
|
|
- Add "history" view type to the teams view menu.
|
|
|
|
|
- Sentiment analysis of text input type
|
2024-09-14 16:14:50 -06:00
|
|
|
- Add CSV exporting of match scouting data.
|
2024-07-24 15:27:13 -06:00
|
|
|
#### Functionality:
|
2024-08-02 19:39:40 -06:00
|
|
|
- Improve the code scanning progress indicator. It has a rounding error, I think.
|
2024-07-28 09:28:00 -06:00
|
|
|
- Fix navigation crashes.
|
2024-07-28 15:49:44 -06:00
|
|
|
- Make everything use Fragments instead of views that toggle visibility
|
2024-07-24 15:27:13 -06:00
|
|
|
- Make the file browser UI
|
|
|
|
|
- Bluetooth data sync
|
2024-09-13 15:48:14 -06:00
|
|
|
- Formalize error messages & stacktraces
|
2024-09-14 16:14:50 -06:00
|
|
|
- Make pit and match data field builder UIs. I don't want to have to keep editing a variable
|
2024-09-15 20:49:16 -06:00
|
|
|
- Make the system for blank and unselected fields better.
|