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

As a survey manager, I want to prepare a survey for a respondent #7

Open
3 tasks
pkuppens opened this issue Jan 20, 2023 · 0 comments
Open
3 tasks

Comments

@pkuppens
Copy link
Owner

Feature: the survey manager can generate an URL where a specific respondent can fill in a specific survey

  1. The respondent does not need to be a registered user of the survey application
  2. The respondent can be identified with an uuid
  3. The survey manager knows the survey (by id)
  4. The survey manager provides a user id
  5. The survey manager is responsible for the interview_uuid to identify this survey/user combination
  6. To allow before-after comparison, it should be possible that the survey/user combination has multiple interview_uuids

Technically:

  • it will be an API call, specifically a HTTP request with the PUT verb to api/interview/:uuid
  • it contains the survey id as it is known in the application internally (survey manager may need to look this up first)
  • this should result in an URL with the intended survey for the intended user like /interview/:uuid
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

No branches or pull requests

1 participant