mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 00:37:59 -06:00
Add changes to README and TODO
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||

|

|
||||||
|
|
||||||
#### Docs are yet to be written, but here is an overview of the main features currently included in the app:
|
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
|
||||||
|
alt="Get it on F-Droid"
|
||||||
|
height="80">]([https://f-droid.org/packages/com.github.lamarios.clipious/](https://f-droid.org/packages/com.ridgebotics.ridgescout/))
|
||||||
|
**Note**: The F-Droid version of this app is not currently up to date with the GitHub release
|
||||||
|
|
||||||
|
[**Read the wiki**](https://github.com/Team4388/ScoutingApp2025/wiki)
|
||||||
|
|
||||||
|
#### Here is an overview of the main features currently included in the app:
|
||||||
- This project is written for Android! No need for some kind of janky laptop charging setup.
|
- This project is written for Android! No need for some kind of janky laptop charging setup.
|
||||||
- Similar to ScoutingPASS, there are many diffrent types of fields that can be used to collect data.
|
- Similar to ScoutingPASS, there are many diffrent types of fields that can be used to collect data.
|
||||||
- The app is designed to handle updates to the fields on the fly, without loosing any data!
|
- The app is designed to handle updates to the fields on the fly, without loosing any data!
|
||||||
@@ -8,14 +15,13 @@
|
|||||||
- Dynamic displays based off of the diffrent fields.
|
- Dynamic displays based off of the diffrent fields.
|
||||||
- Data transfer including 2D codes, Bluetooth, and File Bundle.
|
- Data transfer including 2D codes, Bluetooth, and File Bundle.
|
||||||
- Exporting using CSV.
|
- Exporting using CSV.
|
||||||
|
- Deployment on F-Droid
|
||||||
|
|
||||||
#### Things that are yet to be implemented:
|
#### Things that are yet to be implemented:
|
||||||
- A page that lets users cross-compare scouting data between teams. (Compare)
|
- A page that lets users cross-compare scouting data between teams. (Compare)
|
||||||
- A page that lets scouters more easily make reports to the drive team before a match starts (Report)
|
- A page that lets scouters more easily make reports to the drive team before a match starts (Report)
|
||||||
- More types of fields
|
- More types of fields
|
||||||
- Data cloud sync using an FTP server
|
- Data cloud sync using an FTP server
|
||||||
- Deployment on F-Droid
|
|
||||||
|
|
||||||
#### Things that may or may not be implemented:
|
#### Things that may or may not be implemented:
|
||||||
- Practice mode
|
- Practice mode
|
||||||
- Statbotics intgration
|
- Statbotics intgration
|
||||||
@@ -26,3 +32,4 @@
|
|||||||
|Match scouting interface|Field editor|Teams data viewer|
|
|Match scouting interface|Field editor|Teams data viewer|
|
||||||
|-|-|-|
|
|-|-|-|
|
||||||
||||
|
||||
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
##### Functionality:
|
##### Functionality:
|
||||||
- Add more types of data fields.
|
- Add more types of data fields.
|
||||||
- Test the scouting app
|
- Test the scouting app
|
||||||
- Write docs
|
|
||||||
|
|
||||||
### In Progress:
|
### In Progress:
|
||||||
##### Scouting:
|
##### Scouting:
|
||||||
@@ -16,7 +15,6 @@
|
|||||||
- Make the "Report" menu, A tool that lets users select data to display from the the teams and compare menus.
|
- Make the "Report" menu, A tool that lets users select data to display from the the teams and compare menus.
|
||||||
##### Functionality:
|
##### Functionality:
|
||||||
- Make server software to allow for easy sync over wifi - FTP
|
- Make server software to allow for easy sync over wifi - FTP
|
||||||
- Deploy to F-Droid
|
|
||||||
|
|
||||||
### Done:
|
### Done:
|
||||||
##### Scouting:
|
##### Scouting:
|
||||||
@@ -36,3 +34,5 @@
|
|||||||
- Formalize error messages & stacktraces
|
- Formalize error messages & stacktraces
|
||||||
- Make pit and match data field builder UIs. I don't want to have to keep editing a variable
|
- 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.
|
- Make the system for blank and unselected fields better.
|
||||||
|
- Write docs
|
||||||
|
- Deploy to F-Droid
|
||||||
|
|||||||
Reference in New Issue
Block a user