You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aim: Simplifiy logic and interaction flow when uploading maps.
Related to #496
Other than in #496 this avoids further steps for the user but still forces an active and informed decision for the consent.
The text was updated successfully, but these errors were encountered:
_(' Files are stored for processing until the results are generated.')
_('Enable us to keep the uploaded files beyond processing to further improve this service.')
_('Upload')
These new ones have been added:
_('Help us to improve the Sketch Map Tool for everyone')
_('To train and improve the sketch detection algorithms,
we do need your real use-case data and would like to ask for your permission
to keep the uploaded files after processing.')
_('Agree & Upload')
_('OR')
_('Reject & Upload')
_('If you agree, we would keep your data internally to use it as training and
test data to improve the Sketch Map Tool.')
_("If you don't agree, your files are ONLY stored for processing for a short time
until your results are generated.")
Values of the hidden form field depend on the selected upload button and will always be sent.
Values will be "True" or "False"
Needed new logic in routes.py to read out the consent value!
#532
Refs: #532
Aim: Simplifiy logic and interaction flow when uploading maps.
Related to #496
Other than in #496 this avoids further steps for the user but still forces an active and informed decision for the consent.
The text was updated successfully, but these errors were encountered: