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

Surveys during proposal submission #3058

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AndrewKvalheim
Copy link
Member

@AndrewKvalheim AndrewKvalheim commented Jun 18, 2022

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the upstream master branch.
  • The tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works (if appropriate).
  • I have added necessary documentation (if appropriate).

Short description of what this resolves

SeaGL would like to collect additional information from each speaker at the time of proposal submission. The information is per speaker (not per submission), per conference (the answer may change each year), and specific to our needs (not appropriate for upstreaming). Previously we’d been hard-coding questions into the proposal form—

—but it was suggested that we use the surveys feature for this instead. That would fit our needs well, but “during proposal submission” isn’t one of the available targets.

Changes proposed in this pull request

Add the during_proposal survey target,

screenshot

and list available surveys on the speaker’s Proposals screen:

screenshot

Concerns

  • Like during_registration, this isn’t actually during proposal submission but immediately after it. Is there a better place or time to display the surveys?
  • The list of surveys is currently sparse, has no instructions or explanation, and might be easily overlooked. Can the design be improved?
  • This adds a fork in the proposal submission flow, competing with the “complete your proposal” prompt. Which path should we encourage first? Can/should they be combined? After completing one path, is the submitter guided back to the remaining one?
  • While our needs are to ask questions of each speaker, this implementation actually asks each submitter. Typically the submitter is the speaker, but this fails to handle the edge cases of multiple speakers or submissions on behalf of a speaker. How might a true per-speaker survey work?

@hennevogel
Copy link
Member

hennevogel commented Jun 22, 2022

Like during_registration, this isn’t actually during proposal submission but immediately after it. Is there a better place or time to display the surveys?

I guess it's called like that because it's not limited to Event submitters. As you can register without submitting an Event...

The list of surveys is currently sparse, has no instructions or explanation, and might be easily overlooked. Can the design be improved?

Always! You need help? 😃

This adds a fork in the proposal submission flow, competing with the “complete your proposal” prompt. Which path should we encourage first? Can/should they be combined? After completing one path, is the submitter guided back to the remaining one?

Why not add the "missing" survey to that nag?

While our needs are to ask questions of each speaker, this implementation actually asks each submitter. Typically the submitter is the speaker, but this fails to handle the edge cases of multiple speakers or submissions on behalf of a speaker. How might a true per-speaker survey work?

Add "roles" (if User.has_submitted_to(@conference) to questions? Or add some 'help' text field to questions that people can use to mark questions for submitters.

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.

None yet

2 participants