-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
FrontendPython APIenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
In order to allow users to have a customised version of PGB working locally we need to address the way patient files are uploaded.
Currently, all goes to our S3:
aws s3 ls --profile phenopolis s3://phenopolis-website-uploads
PRE PH00000001/
PRE PH00008258/
PRE PH00008268/
PRE PH00008628/
PRE PH00008629/
PRE vcf/And it's essentially done in React (frontend) via Uppy with some support endpoints in views/upload.py (but only for managing files, not for really uploading them).
Uppy seems to be very powerful and entails several options for upload including "local device".
We need, somehow, to have this option, for "local device". However, how is it going to be configured, either via frontend or in, e.g., public.env file, is still an opened question.
Metadata
Metadata
Labels
FrontendPython APIenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed