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

Improve flexibility for question layouts #2

Open
ttpcodes opened this issue Mar 21, 2019 · 0 comments
Open

Improve flexibility for question layouts #2

ttpcodes opened this issue Mar 21, 2019 · 0 comments

Comments

@ttpcodes
Copy link
Member

The current method we're using to handle questions on next-vote is to iterate through a JSON configuration to generate the questions to display. This is fine for simple "Yes/No" option votes or simple "pick one candidate" option votes, but really locks us in if we try to do anything more complex. Most notably, we can't do ranked choice voting for any questions in which we want to have instant runoffs implemented.

Moreover, we aren't able to create custom formatting for questions that might involve adding things to the layout such as images, sections, or hyperlinks. We should look into finding some kind of method of allowing more flexibility in how we design questions on the voting form.

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