GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

Fixes Uploader Dropzone #9

Closed tomaroberts closed 2 years ago

tomaroberts commented 2 years ago

This PR builds upon PR #8 and fixes the Uploader dropzone area. The cause was a combination of the CSS not working properly (fixed in PR #8) and incorrect inheritance in upload.html.

Now looks like this:

image

Note, the upload works, but the user experience is still lacking. Now, when the user drags a DICOM into the Dropzone, it is automatically uploaded. There is no prompt to ask if the user is sure about this, etc. Also, the Upload button seemingly doesn't do anything at all.

Resolves #6

heyhaleema commented 2 years ago

@tomaroberts Should a file still successfully upload if it does not have a study description? For example:

Screenshot 2022-06-16 at 12 51 14

Screenshot 2022-06-16 at 12 47 08

tomaroberts commented 2 years ago

@tomaroberts Should a file still successfully upload if it does not have a study description? For example:

Ohhh, thanks for spotting this – wasn't aware of it. Will examine.