2DegreesInvesting / tiltWebTool

https://tiltwebtool-x6xfk2fceq-uc.a.run.app/
https://2degreesinvesting.github.io/tiltWebTool/
GNU General Public License v3.0
0 stars 0 forks source link

Authenticate users via google forms then link to download #94

Closed maurolepore closed 4 days ago

maurolepore commented 6 days ago

Google forms have these features that together seem to meet our requriements:

Demo

maurolepore commented 4 days ago

Currently the app links to the download zenodo-page directly. This is simple but lacks two features that were listed as requirements:

  1. The consent is implicit, not explicit.

This might not be a problem since the license is conspicuous in multiple places:

a. In the landing page "Disclaimer and license" b. Right next to the link to the download page. c. In the download page itself.

  1. We have no record of he people who downloaded the data.

This might not be a problem if we don't care who they are or even a benefit if we don't work to deal with the hassle of storing personal data.

A simple solution

A simple solution is for the app to link not indirectly to the download page, first taking the user to a google form to collect the data we want. And only after the submission would provide a link to the download page.