#2: Anonymous Users
- Contents
- Proposed by
- adamu
- Proposal type
- Architecture
- Assigned to release
- State
- completed
Motivation
Allows for anonymous surveys which people want sometimes.
Proposal
Give an option in the Questionnaire properties of anonymous survey. Users won't need to login to submit.
Implementation
This means that the whole structure of the questionnaire has to be changed because data is currently stored in a dictionary by username.
Hack
Don't have to restructure the whole content, just generate unique id's for each anonymous user and store it as a cookie on their browser.