Suggestion: Add voting plugin for feature requests

I’m building ActivityWatch and we too have a Discourse forum with a feature suggestion category.

One nice thing with it is that we added a plugin to enable voting! This has made it a lot easier for users to express their desires (no more “+1” replies!) and for us to understand how many want a certain feature (which helps massively in prioritizing what to work on).

I think adding the plugin and setting it up for the feature suggestions category would be of benefit here too :slight_smile:

8 Likes

Thank you very much, Erik!
The votes feature is what we want too!

3 Likes

I see it’s added now, very nice!

Now you just need the other plugin enabled so you can mark features as done :slight_smile:

1 Like

Indeed, we need that one too, thanks!

Thanks for the suggestion, it’s enabled now :slight_smile:
I’m pasting the plugins we’re using in case of someone might need it:

## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
 after_code:
   - exec:
       cd: $home/plugins
       cmd:
         - git clone https://github.com/discourse/docker_manager.git
         - git clone https://github.com/discourse/discourse-chat-integration
         - git clone https://github.com/discourse/discourse-voting
         - git clone https://github.com/discourse/discourse-solved
2 Likes