diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d1fce6bd1569ccc6ff33c4dd5dba9934a74cd013 --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ +# Flight Logistics Operations Command +###### FLOC + +FLOC is a suite of software applications intended to assist in efficiently managing swarm operations. +FLOC provides: +---------------- +* a UAV field status tracker AKA the whiteboard +* situational awareness to current mission operations +* provides electronic records management for flight checklists +* a maintenance log for any UAV troubleshooting +* a UAV laboratory status tracker for any operations preformed prior to field operations +* a mission board that is used for video tracking and organizing + +FLOC Suite Applications +----------------------- +* FLOC (Server) - This is the main application for FLOC. It serves as records management as well as situational awareness hub for flight operations. It is developed on the Python micro-framework of Flask. +* FLOC (App) - This is an Android application that is intended to assist in preforming all flight technician duties such as pre and post flight checks. + +FLOC REST Endpoints +--------------------- +FLOC provides multiple REST endpoints to retrieve data. + +Current Database Schema +----------------------- +###### Version: 1.3.0 + + +Install Tips +----------------------- +#### Upgrading Android App +##### Removing Old App Version +In order order to prevent version conflicts, please delete the existing application (instructions below). + +Open the App Drawer and click the following fields in order: + +* Settings +* Applications +* Application Manager +* SASC Checklist +* Uninstall +* OK + +At this time, the application should be removed from your device. Now you must install the new application. + +Installing the New App Version +First connect your Android tablet to an internet connected hotspot. + +In a browser on your Android Tablet, navigate to https://gitlab.nps.edu/sasc/floc-app/blob/master/Checklist.apk + +Click the Download button +Click OK to accept the warning that states: +This type of file can harm your device. +Click REPLACE FILE, if necessary. +Slide the top banner of the screen down and select the notification +Checklist.apk Download Completed +Click INSTALL. diff --git a/database_schema.png b/database_schema.png new file mode 100644 index 0000000000000000000000000000000000000000..636317d6542e6f6dc7192f228ebfb074665d265d Binary files /dev/null and b/database_schema.png differ