Files
RidgeScout/README.md
T

37 lines
1.2 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-08-01 11:54:46 -06:00
- Make the "Compare" menu, cross comparing team's stats.
- Make the "Report" menu, A tool that lets users select data to display from the the teams and compare menus.
- Make practice mode
#### Data Analysis:
2024-08-01 11:54:46 -06:00
- Add CSV exporting of match scouting data.
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
## In Progress:
#### Scouting:
#### Data Analysis:
#### Functionality:
- Make pit and match data field builder UIs. I don't want to have to keep editing a variable
2024-07-30 17:41:28 -06:00
- Test the scouting app
## 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:
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
- Make the file browser UI
- Bluetooth data sync
- Formalize error messages & stacktraces