Files
RidgeScout/README.md
T

41 lines
1.4 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 "Report" menu, A tool that lets users select data to display from the the teams and compare menus.
- Make practice mode
#### Data Analysis:
2024-09-15 20:49:16 -06:00
- Statbotics intigration???
- AI overview of scouting data for a team???
2024-09-14 18:02:31 -06:00
- Make the "Compare" menu, cross comparing team's stats.
#### Functionality:
- Add more types of data fields.
2024-09-13 15:48:14 -06:00
- Test the scouting app
2024-09-14 18:02:31 -06:00
- Deploy to F-Droid
## In Progress:
#### Scouting:
#### Data Analysis:
#### Functionality:
2024-09-15 20:49:16 -06:00
- Make server software to allow for easy sync over wifi - FTP
## 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
#### Data Analysis:
- 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.
#### 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
- 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.