You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
Implement a system that allows community to vote on ideas.
Something that would function similarly to what UserVoice does (or PHPBack since we are doing FOSS)
Motivation
So that good ideas get voted up and not get lost among the other ideas.
Proposed implementation
For example, have users voice their support for the idea by adding ๐ reaction to the idea, and then have tags for [+10], [+50], [+100], etc. and apply those tags to ideas (issues) in close-to-real-time (maybe have a bot to watch the ๐ and apply tags).
That way users can filter or effectively sort the ideas by popularity.
(actually, by writing this I found out that you can actually sort ideas by reactions by adding sort:reactions-+1-desc to the search query)