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

[Data collection] Prompt data collectors to agree to data sharing terms #2497

Closed
jcqli opened this issue Jun 17, 2024 · 14 comments · Fixed by #2637
Closed

[Data collection] Prompt data collectors to agree to data sharing terms #2497

jcqli opened this issue Jun 17, 2024 · 14 comments · Fixed by #2637
Assignees
Labels
type: fr Request for new feature

Comments

@jcqli
Copy link
Contributor

jcqli commented Jun 17, 2024

Related to google/ground-platform#1856

Need to show this data sharing agreement in the app

@jcqli jcqli added this to Ground Jun 17, 2024
@jcqli jcqli converted this from a draft issue Jun 17, 2024
@jcqli jcqli added this to the Beta release (18-Jul-24) milestone Jun 17, 2024
@gino-m gino-m changed the title Display data sharing agreement in the app [Data collection] Prompt data collectors to agree to data sharing terms Jun 28, 2024
@gino-m
Copy link
Collaborator

gino-m commented Jun 28, 2024

Detailed FR:

  • The first time "Collect data" is tapped for a particular survey, the terms set by the survey organizer will be shown.
  • The user must accept these terms before they can begin collecting data. If they don't agree, they'll be returned to the map without being able to provide data.
  • The terms cannot be revoked once granted.

@rawbzz @amegantz @vittorino FYI

@gino-m gino-m added type: fr Request for new feature ux needed Product input from PM/UX needed labels Jun 28, 2024
@rawbzz
Copy link

rawbzz commented Jul 22, 2024

Data text here :

[Introduction

Ground values your privacy and is committed to protecting your personal information. This form explains how we may collect, use, and share your data for research or other purposes. By signing this form, you consent to the practices described below.

What Data We Collect

We may collect the following types of data:
Personal Information: Name, contact details, demographic information (if applicable).
Research Data: Responses to surveys, interviews, or other study-related data.
Usage Data: Information about how you interact with our services or website (if applicable).

How We Use Your Data

We may use your data for the following purposes:
Research: To analyze and publish findings, contribute to scientific knowledge, and improve our services.
Internal Analysis: To understand how our services are used and to make improvements.
Communication: To contact you with updates, information about research results, or opportunities to participate in future studies.

How We Share Your Data

We may share your data with:
Researchers: We may share de-identified data with qualified researchers for approved studies.
Partners: We may share de-identified data with partner organizations for research or analysis.
Service Providers: We may share your data with trusted third-party service providers who help us deliver our services (e.g., data storage, analysis).

Your Rights

You have the right to:
Access Your Data: Request a copy of the personal data we hold about you.
Correct Your Data: Ask us to correct any inaccurate or incomplete data.
Withdraw Consent: You may withdraw your consent to data sharing at any time.
Object to Processing: You can object to certain types of processing (e.g., direct marketing).
Data Security

We take appropriate technical and organizational measures to protect your data from unauthorized access, disclosure, alteration, or destruction.expand_more

Data Retention

We will retain your data for as long as necessary to fulfill the purposes outlined in this form or as required by law.

Changes to this Form

We may update this form from time to time. We will notify you of any material changes.

Contact Us

If you have any questions or concerns about our data practices, please contact us at [email protected].

Consent

By agreeing below, I acknowledge that I have read and understood this data sharing consent form. I freely give my consent for Ground to collect, use, and share my data as described above.]

@rawbzz
Copy link

rawbzz commented Jul 22, 2024

Screenshot 2024-07-22 at 1 56 00 PM

@gino-m
Copy link
Collaborator

gino-m commented Jul 29, 2024

Looks great! In the title I would say something like "Agree to survey data sharing terms to continue". @amegantz for approval.

@gino-m gino-m removed the ux needed Product input from PM/UX needed label Jul 30, 2024
@sufyanAbbasi
Copy link
Contributor

Do we need the user's consent to be sent up to the server or can we just block the user client side until they consent (per survey) and save that state in the local shared preferences, which is somewhat persistent? If the user wipes or reinstall the app, they will see the dialogs again. Less than ideal but I think that it's not a bad solution for getting this out quickly.

@sufyanAbbasi sufyanAbbasi self-assigned this Jul 31, 2024
@sufyanAbbasi
Copy link
Contributor

Also how do we want to allow survey organizers to format them? In markdown?

@jcqli jcqli moved this to Todo in Ground Aug 2, 2024
@sufyanAbbasi
Copy link
Contributor

So as per google/ground-platform#1856 (comment), there are three options:

  • Private to survey organizers
  • Publicly shareable
  • Custom agreement

I presume the mocks make sense for the third case, what exactly do we want to show for the first two cases? The title Agree to survey data sharing terms to continue may not make as much sense.

I can show a small message for now:

  • Data submissions will only be accessible to survey organizers
  • Data submissions can be shared publicly by survey organizers

@gino-m
Copy link
Collaborator

gino-m commented Aug 5, 2024

I would just say "data" instead of "data submissions", and link to CC-BY license in the "public" variant.

@amegantz @rawbzz PTAL?

@amegantz
Copy link

amegantz commented Aug 6, 2024

image
How about mirroring the language in the consent setup flow?

  • Private data sharing: Data will only be shared with survey organizers, who may not share and use collected data publicly.
  • Public data sharing: Survey organizers may share and use data publicly under the CC0 license.

Included some alternate dialog options for @rawbzz.

@rawbzz
Copy link

rawbzz commented Aug 6, 2024

nice yea this works if theres not a long consent form, we can just use a typical dialog design

@gino-m
Copy link
Collaborator

gino-m commented Aug 9, 2024

Almost done, waiting for web impl to finalize (@nwkotto)

@gino-m gino-m moved this from Todo to In Progress in Ground Aug 9, 2024
@gino-m gino-m moved this from In Progress to Todo in Ground Aug 12, 2024
@sufyanAbbasi
Copy link
Contributor

Thank you so much! Implementing this now. One thing to consider is that the user may not have internet access so the link will not be useful. Furthermore, I'm having trouble getting the component to let me open up the link. It's probably not too hard if I hand code it, but it doesn't take away the fact that offline users won't be able to see it.

Alternatively, what if we store and display the license locally?

Also, maybe instead of CC0 license, we spell it out for the people in the back?
Creative Commons CC0 1.0 License

@gino-m
Copy link
Collaborator

gino-m commented Aug 13, 2024

image How about mirroring the language in the consent setup flow?

  • Private data sharing: Data will only be shared with survey organizers, who may not share and use collected data publicly.
  • Public data sharing: Survey organizers may share and use data publicly under the CC0 license.

Included some alternate dialog options for @rawbzz.

@amegantz @sufyanAbbasi Imo the CTA should always be "I agree" rather than "Got it", since we want users to not just understand, but to actually agree. We may also want to add a checkbox that says "I have read and understood...", leveraging standard language to that effect.

Also, the header should be "Data sharing agreement", not "Data collection agreement".

@gino-m
Copy link
Collaborator

gino-m commented Aug 13, 2024

Thank you so much! Implementing this now. One thing to consider is that the user may not have internet access so the link will not be useful. Furthermore, I'm having trouble getting the component to let me open up the link. It's probably not too hard if I hand code it, but it doesn't take away the fact that offline users won't be able to see it.

Alternatively, what if we store and display the license locally?

Also, maybe instead of CC0 license, we spell it out for the people in the back? Creative Commons CC0 1.0 License

Good point, let's store it locally!

@github-project-automation github-project-automation bot moved this from In Progress to Done in Ground Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: fr Request for new feature
Projects
Status: Done
5 participants