From 4854587ea9b54f989b0cd0a21bd377a0611074ea Mon Sep 17 00:00:00 2001 From: Astatin3 <77305074+Astatin3@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:57:52 -0600 Subject: [PATCH] Add changes to README and TODO --- README.md | 13 ++++++++++--- TODO.md | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0a1696c..eaf890b 100644 --- a/README.md +++ b/README.md @@ -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: +[Get it on F-Droid]([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)| + diff --git a/TODO.md b/TODO.md index 0e9711a..0917f76 100644 --- a/TODO.md +++ b/TODO.md @@ -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