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

POLL Plugin #148

Open
sam57719 opened this issue Jun 14, 2024 · 0 comments
Open

POLL Plugin #148

sam57719 opened this issue Jun 14, 2024 · 0 comments
Assignees
Labels
💡 idea Possible ideas for the future 🔌 plugin plugin related

Comments

@sam57719
Copy link
Collaborator

Create a POLL Plugin which allows creattion and tracking of POLLs

Similar to simplepoll but free!

Block Kit builder example

{
	"blocks": [
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": "Poll",
				"emoji": true
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Please vote for your preferred option."
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Option 1"
			},
			"accessory": {
				"type": "button",
				"text": {
					"type": "plain_text",
					"text": "Vote",
					"emoji": true
				},
				"value": "option_1"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Option 2"
			},
			"accessory": {
				"type": "button",
				"text": {
					"type": "plain_text",
					"text": "Vote",
					"emoji": true
				},
				"value": "option_2"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Option 3"
			},
			"accessory": {
				"type": "button",
				"text": {
					"type": "plain_text",
					"text": "Vote",
					"emoji": true
				},
				"value": "option_3"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Created by @sam57719 using `/poll`"
			}
		}
	]
}
@sam57719 sam57719 added 💡 idea Possible ideas for the future 🔌 plugin plugin related labels Jun 14, 2024
@sam57719 sam57719 self-assigned this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 idea Possible ideas for the future 🔌 plugin plugin related
Projects
None yet
Development

No branches or pull requests

1 participant