SCCapstone / Delta

A file transfer system for researchers to upload and share data sets with other researchers.
0 stars 0 forks source link

Download UI shows selected file count #354

Closed josemvidal closed 1 year ago

josemvidal commented 1 year ago

I uploaded some files. I don't see any way to download them.

image

https://user-images.githubusercontent.com/228704/222311700-a7764acc-06b8-4daa-89a4-349a15c08cda.mp4

lxaw commented 1 year ago

Good morning Dr. Vidal. Thank you for the feedback. Have you tried the following?

  1. Visit upload page at https://guarded-journey-12008.herokuapp.com/#/data/upload
  2. Upload file, add meta data. Note I am choosing ex01.csv image Please make sure you check that visibility setting to public.
  3. Post the file.
  4. Visit https://guarded-journey-12008.herokuapp.com/#/data/download You should see: image
  5. Click the file(s) you want to download, they should turn highlighted blue: image
  6. Click the green Download button.

The important part is to mark the file as public so you can view from the download page. We have since made some adjustments to make downloading of files more easy, but for the beta the only files that can be downloaded are those marked as public. You can also change your visibility settings by editing your file: image

Please let us know if there are any other concerns, thank you.

lxaw commented 1 year ago

Also, please note the "Click a file to add it into your download queue" text. Here is where it was in your video:

image

josemvidal commented 1 year ago

Got it. It does not look like a multiple-select situation.

The UI has to tell the user what is happening. See how gdrive does it:

image

Add something like that.

lxaw commented 1 year ago

@josemvidal Good point. This will be added.

lxaw commented 1 year ago

Fixed. Looks like this now:

image