Skip to content

Properly remember anonymous survey submissions#4970

Merged
ThiefMaster merged 8 commits intoindico:masterfrom
javfg:keep-surveys-anonymous
Jun 30, 2021
Merged

Properly remember anonymous survey submissions#4970
ThiefMaster merged 8 commits intoindico:masterfrom
javfg:keep-surveys-anonymous

Conversation

@javfg
Copy link
Copy Markdown
Contributor

@javfg javfg commented Jun 30, 2021

This PR closes #4693.

The solution implemented is the first one proposed in there: store the pair survey_id, user_id for anonymous submissions in a new table. This disables users to vote again by logging out and in again, while keeping anonymity for the surveys. But it's possible to determine who has submitted a survey when only a few people have done it.

Comment thread indico/modules/events/surveys/controllers/display.py Outdated
Comment thread indico/modules/events/surveys/templates/management/survey.html Outdated
Comment thread indico/modules/events/surveys/templates/management/survey.html Outdated
Comment thread indico/modules/events/surveys/util.py Outdated
Comment thread indico/modules/events/surveys/models/anonymous_submissions.py
Comment thread indico/modules/events/surveys/models/anonymous_submissions.py Outdated
Comment thread indico/modules/events/surveys/models/anonymous_submissions.py Outdated
@javfg javfg force-pushed the keep-surveys-anonymous branch from 61b6f80 to fbe503f Compare June 30, 2021 13:10
@javfg javfg marked this pull request as ready for review June 30, 2021 14:28
Comment thread CHANGES.rst Outdated
Comment thread indico/modules/events/surveys/controllers/display.py Outdated
Comment thread indico/modules/events/surveys/models/anonymous_submissions.py Outdated
Comment thread indico/modules/events/surveys/models/anonymous_submissions.py Outdated
Comment thread indico/modules/events/surveys/models/anonymous_submissions.py Outdated
Comment thread indico/modules/events/surveys/util.py
@javfg javfg force-pushed the keep-surveys-anonymous branch from 3610064 to 0a1ed64 Compare June 30, 2021 15:03
Comment thread CHANGES.rst Outdated
Comment thread indico/modules/events/surveys/templates/management/survey.html Outdated
Co-authored-by: Adrian <adrian@planetcoding.net>
@ThiefMaster ThiefMaster merged commit e7e00b9 into indico:master Jun 30, 2021
@ThiefMaster ThiefMaster deleted the keep-surveys-anonymous branch June 30, 2021 16:21
plourenco pushed a commit to plourenco/indico that referenced this pull request Jul 6, 2021
pferreir pushed a commit to pferreir/indico that referenced this pull request Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Anonymous votes can be re-submitted by the same user

2 participants