Add changes to README and TODO

This commit is contained in:
Astatin3
2024-09-30 15:57:52 -06:00
parent d957a1db5e
commit 4854587ea9
2 changed files with 12 additions and 5 deletions
+10 -3
View File
@@ -1,6 +1,13 @@
![Ridgescout](https://github.com/Team4388/ScoutingApp2025/blob/main/metadata/en-US/images/FeatureGraphic.png?raw=true)
#### 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.
- 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!
@@ -8,14 +15,13 @@
- Dynamic displays based off of the diffrent fields.
- Data transfer including 2D codes, Bluetooth, and File Bundle.
- Exporting using CSV.
- Deployment on F-Droid
#### Things that are yet to be implemented:
- 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)
- More types of fields
- Data cloud sync using an FTP server
- Deployment on F-Droid
#### Things that may or may not be implemented:
- Practice mode
- Statbotics intgration
@@ -26,3 +32,4 @@
|Match scouting interface|Field editor|Teams data viewer|
|-|-|-|
|![Screenshot1](https://github.com/Team4388/ScoutingApp2025/blob/main/Images/Screenshot_20240925-142944_RidgeScout_1.png?raw=true)|![Screenshot2](https://github.com/Team4388/ScoutingApp2025/blob/main/Images/Screenshot_20240925-143135_RidgeScout_1.png?raw=true)|![Screenshot3](https://github.com/Team4388/ScoutingApp2025/blob/main/Images/Screenshot_20240925-143522_RidgeScout_1.png?raw=true)|
+2 -2
View File
@@ -7,7 +7,6 @@
##### Functionality:
- Add more types of data fields.
- Test the scouting app
- Write docs
### In Progress:
##### 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.
##### Functionality:
- Make server software to allow for easy sync over wifi - FTP
- Deploy to F-Droid
### Done:
##### Scouting:
@@ -36,3 +34,5 @@
- 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.
- Write docs
- Deploy to F-Droid