universal-data-tool icon indicating copy to clipboard operation
universal-data-tool copied to clipboard

Save Dataset to LocalStorage Automatically

Open seveibar opened this issue 4 years ago • 4 comments

Is your feature request related to a problem? Please describe.

Datasets should be backed up to localstorage (unless collaborative or external) and available in the "Recent Files" or maybe "Recent Datasets" menu in the welcome page.

seveibar avatar Dec 13 '20 10:12 seveibar

I do agree. I just had the problem of loosing annotations when working with a dataset loaded from local storage. The button Save, visible on right side of the screenshot is confusing as it does not save the JSON file that I loaded containing the local dataset. The only way I found to effectively save the work done is to click on Download JSON and then overwrite the previously loaded JSON file. This is a problem if the app crashes, you close it by mistake or forget the extra step of downloading the JSON file. Capture

FlorianMF avatar Jan 06 '21 09:01 FlorianMF

This issue seems to be multiple issue :

  • Create new logic for Recent Files
  • Transform dataset LocalStorage to actually use localStorage in place of variable
  • and Bug Report From FlorianMF (It would be good to know which editor cause the problem)

CedricProfessionnel avatar Feb 10 '21 16:02 CedricProfessionnel

I used v0.14.16 on Ubuntu 20.10

FlorianMF avatar Feb 11 '21 07:02 FlorianMF

This pull request should resolve the second issue : https://github.com/UniversalDataTool/dataset-managers/pull/19

CedricProfessionnel avatar Mar 26 '21 14:03 CedricProfessionnel