-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enable opt-out of the usage of uploaded sketch maps for the improvement of the tool #457
Conversation
@@ -48,6 +48,7 @@ | |||
</div> | |||
<div> | |||
<p> | |||
<input type="checkbox" id="consent" name="consent" value="True" checked> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the id/name shouldn't just be consent
. Ideally it would indicate what you consent to.
{{ _('By uploading the file(s), you agree that the content of the files and the time of upload will | ||
be saved and used for the further development of the service.') }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This text doesn't fit for a checkbox. It states that “if you upload the files, you consent”, not “by checking the box …”. Before merging this needs reviewing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general this change should not be released without actually implementing a difference for entries that have wanted us to use their data for improvements or not.
After deployment run:
Update docs on confluence.
Closes #455