RENCI / fuse-immcellfie

Main API, tickets, and project board to be used by dashboards supporting ImmCellFIE project
MIT License
2 stars 0 forks source link

Currently, there's no support for multiple file uploads #46

Open krobasky opened 2 years ago

krobasky commented 2 years ago

User should be able to distinguish local file uploads so user can upload multiple datasets as desired.

One way to support this is to add name, description to a datasetid on the back endpoint. Could use the filename, or allow user to override that filename. We'd also need to break up the /cellfie/submit endpoint into /user/download (or similair) and /cellfie/submit

krobasky commented 2 years ago

add unique id for example data that everybody can access create a /download/ids endpoint that returns also the datasource of the download allow for a "special" dataset for the example data to be 'added' to a specific email

implement the concept of "my data" (email-specific) and "all data" (all data stored on disk)

krobasky commented 2 years ago

"global" data should be marked with who retrieved it, and maybe a hash of their api key

krobasky commented 2 years ago

brainstorm potential solutions/systems for future user management solution