universal-data-tool
universal-data-tool copied to clipboard
Save Dataset to LocalStorage Automatically
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.
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.
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)
I used v0.14.16 on Ubuntu 20.10
This pull request should resolve the second issue : https://github.com/UniversalDataTool/dataset-managers/pull/19