ugcs / dronelogbook

Dronelogbook integration
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Implement a form of detection of uploaded flights to optimize upload time #63

Open kkbrass opened 5 years ago

kkbrass commented 5 years ago

Currently it is not possible to see which files have already been uploaded. It is understandable that dronelogbook does not send this information. But when uploading multiple flights, it still takes a long time for the app to recognize that flights have been uploaded.

Some local form of "memory" needs to be implemented so that the app knows which flights have already been uploaded and thus does not waste time trying to upload them again and simply moves on to next flight.

There might be a case when the flight was not fully / correctly uploaded but the app would think that it was, therefore maybe some popup window can be shown with the following text:

"The following flights have already been uploaded. Do you want to re-upload them?"

DLaptevUGCS commented 5 years ago

Upload tool should not have it's own store. Must implement it when the Server store will support that status.