Start work on the compare menu

This commit is contained in:
Astatin3
2024-08-02 19:39:40 -06:00
parent 96cdda23ca
commit c00dc1700e
6 changed files with 59 additions and 14 deletions
+4 -3
View File
@@ -3,21 +3,21 @@ Ridgebotics 2025 scouting app in Android
## TODO:
#### Scouting:
- 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:
- Add CSV exporting of match scouting data.
- Statbotics intigration
- AI overview of scouting data for a team???
#### Functionality:
- Improve the code scanning progress indicator. It has a rounding error, I think.
- Make the system for blank and unselected fields better.
- Add more types of data fields.
- Make server software to allow for easy sync over wifi
## In Progress:
#### Scouting:
#### Data Analysis:
- Add CSV exporting of match scouting data.
- Make the "Compare" menu, cross comparing team's stats.
#### Functionality:
- Make pit and match data field builder UIs. I don't want to have to keep editing a variable
- Test the scouting app
@@ -30,6 +30,7 @@ Ridgebotics 2025 scouting app in Android
- Add "history" view type to the teams view menu.
- Sentiment analysis of text input type
#### Functionality:
- Improve the code scanning progress indicator. It has a rounding error, I think.
- Fix navigation crashes.
- Make everything use Fragments instead of views that toggle visibility
- Make the file browser UI