Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploader: Optimize Upload-Flow #345

Open
casaout opened this issue Jan 7, 2025 · 2 comments · May be fixed by #379
Open

Uploader: Optimize Upload-Flow #345

casaout opened this issue Jan 7, 2025 · 2 comments · May be fixed by #379
Assignees

Comments

@casaout
Copy link
Member

casaout commented Jan 7, 2025

In a study, we had the problem that users followed the export wizard, but didn't read the text on the last page that explained how to actually upload/share the data. Thus, some data was lost.

Until we have an auto-upload to the Data Donation Lab (#324), we want to add a warning when we think that the upload did not yet complete:

When, on the last page of the wizard, the user tries to close the window ("x" or with "Close"-button), show a warning if the user did NOT yet click the two "Click here" (in steps 1 and 2).

The warning could be a pop-up or a colorful box within the page:
Warning: Note that the export was NOT yet uploaded and shared with the researchers. Please follow the three steps outlined on this page.

Tbd, I wonder if, after showing the message, we should still allow to close the window?

@naman108
Copy link

One alternative I was considering when first working with the software was how it could support a one click data upload instead of the final page with the three or so steps. By creating a minimal backend service that could be deployed on free tier cloud infrastructure which exposes a single endpoint for data upload so that participants (after removing any data they don't want visible) can have a one click data upload which is automatically aggregated.

@casaout
Copy link
Member Author

casaout commented Jan 13, 2025

One alternative I was considering when first working with the software was how it could support a one click data upload instead of the final page with the three or so steps. By creating a minimal backend service that could be deployed on free tier cloud infrastructure which exposes a single endpoint for data upload so that participants (after removing any data they don't want visible) can have a one click data upload which is automatically aggregated.

Thank you for your input, @naman108! That's definitely an idea we will consider more closely in the future. One challenge that we are facing in our particular deployments at University of Zurich are that we couldn't deploy an uploader to a free tier cloud storage service due to privacy reasons. Thus, for now, a first step to create an auto-upload feature (without the manual last step) will be to integrate with the universities' Data Donation Lab (#324). Non-UZH researchers can also use it, and we hope to have it ready in Q1'2025.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants