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

Set a timer to reveal the vote session automatically? #37

Closed
hanks opened this issue Feb 10, 2021 · 3 comments
Closed

Set a timer to reveal the vote session automatically? #37

hanks opened this issue Feb 10, 2021 · 3 comments

Comments

@hanks
Copy link

hanks commented Feb 10, 2021

Hi,

Just wondering:

  1. is there such a feature to reveal the vote session automatically, because sometimes we do not want to wait for all the people to vote
  2. if option 1 is not implemented right now, is there any API to simulate to click the reveal button? So we can call it by ourself

Thanks

@dgurkaynak
Copy link
Owner

  1. There is no such feature. That would require timer handling, which adds great complexity to the code. Setting timer is not an issue, but we need to some-kind-of persist it, so it can recover from crashes/restarts.
  2. There is no public API. The current API is only for Slack API usage.

I'm not sure, but I feel like option 1 fits better in this product. I'm leaving this issue open, if there are enough requests, we can consider implementing it.

@musab
Copy link

musab commented Mar 26, 2021

+1 on "reveal the vote session automatically" - is there anyway I can help on this feature?

@dgurkaynak
Copy link
Owner

Hey guys, I've implemented customizable voting end timers with 2.0.0 release, and it's already deployed 🚀
Now you can specify a custom time duration to a voting session. After the timer is up, it's auto-revealed.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants