UMN-LATIS / leaflet-treering

Use link below to test non-released changes.
https://umn-latis.github.io/leaflet-treering/
0 stars 1 forks source link

condense all data management + I/O into one place (data plotting tools make the most sense) #119

Closed dendrodan closed 1 year ago

dendrodan commented 2 years ago

Condense data management and I/O into one place. Currently these are split between the folder icon (for JSON management) and the data view window (for text file downloads in various formats). This is not particularly intuitive and could be revised.

Low priority.

dendrodan commented 2 years ago

Upon further consideration, it seems clear to me that we need to have data download abilities from the data plotting tool. This way the user could manage all of their asset data as JSON, then load in all the JSON from a given collection, then download those data in whatever format is preferred.

It might make sense to also overhaul the data view window at some point, but this seems to be the best way.