We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To give project owners ability to ask simple multichoice questions:
Example:
Which feature to implement first: - #123 Xyzine - #345 Abcinu - #756 Klmno
Proposed Claim structure:
{ types: ['poll'], claim: { target: "Which feature to implement next?", options: [ {text: "#123 Xyzine"}, {text: "#345 Abcinu"}, {text: "#756 Klmno"} ] } }
Behavior could mimic twitter polls.
As for displaying answers we could provide couple of views depending on filters, eg:
The text was updated successfully, but these errors were encountered:
Can be done with likes. It is future feature request.
Sorry, something went wrong.
No branches or pull requests
To give project owners ability to ask simple multichoice questions:
Example:
Proposed Claim structure:
Behavior could mimic twitter polls.
As for displaying answers we could provide couple of views depending on filters, eg:
The text was updated successfully, but these errors were encountered: