mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 08:38:03 -06:00
39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
|
|
### TODO:
|
||
|
|
##### Scouting:
|
||
|
|
- Make practice mode??
|
||
|
|
##### Data Analysis:
|
||
|
|
- Statbotics intigration???
|
||
|
|
- Make the "Compare" menu, cross comparing team's stats.
|
||
|
|
##### Functionality:
|
||
|
|
- Add more types of data fields.
|
||
|
|
- Test the scouting app
|
||
|
|
- Write docs
|
||
|
|
|
||
|
|
### In Progress:
|
||
|
|
##### Scouting:
|
||
|
|
##### Data Analysis:
|
||
|
|
- 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.
|
||
|
|
##### Functionality:
|
||
|
|
- Make server software to allow for easy sync over wifi - FTP
|
||
|
|
- Deploy to F-Droid
|
||
|
|
|
||
|
|
### Done:
|
||
|
|
##### Scouting:
|
||
|
|
- Add an "unselect" option to all of the scouting fields
|
||
|
|
- 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
|
||
|
|
- Add CSV exporting of match scouting data.
|
||
|
|
##### 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
|
||
|
|
- Bluetooth data sync
|
||
|
|
- Formalize error messages & stacktraces
|
||
|
|
- Make pit and match data field builder UIs. I don't want to have to keep editing a variable
|
||
|
|
- Make the system for blank and unselected fields better.
|