AeolusTech / SkywireForAviation

0 stars 0 forks source link

Share screen is no longer working #1

Open AeolusTech opened 1 year ago

AeolusTech commented 1 year ago

To be honest the user is not interested in sharing the file. Maybe it's worth not dealing with it (since the files can be accessed through the Files app and Documents folder). Ideally I would see the sharing goes like that:

  1. User starts recording a flight and goes on a flight
  2. User stops recording, gets notified about successful saving (it would be nice to just show a disappearing message, rather than something that needs to be confirmed)
  3. He switches the tab to the list of created files
  4. the new files are in bold font
  5. he can quickly select them via Radio button check box next to the filename
  6. in the right bottom corner there is a green button with a white arrow pointing right to indicate sending
  7. the files are transferred via network connection to a cloud drive (can be google drive for now since I ma not yet integrated with Maciek and AWS)
  8. the files are back to normal size font from bold

Admin checking the flight data

  1. open Google Colab
  2. the script I have in Google Colab will authenticate to google drive
  3. it will scan for files and present a GUI option to select the file to present. Once the file is selected the flight path and altitude profiles are displayed (meaning that output of the commands should be restricted to one cell)
  4. user has the option to "archive" the .csv files when he no longer needs it (for now it can be manual move through Google Drive mouse action)