Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Allow sorting issues by grouped reactions: most upvoted + heart, etc #1782

Open
ElectricRCAircraftGuy opened this issue Apr 23, 2020 · 1 comment
Labels

Comments

@ElectricRCAircraftGuy
Copy link

ElectricRCAircraftGuy commented Apr 23, 2020

Currently, sorting by 👍 for instance is great, but it misses other positive reactions such as ❤️ or 🎉 .

Adding the option to sort by grouped reactions, or "all positive reactions" / "all negative reactions" would allow better quick triaging of issues in a repository to see which ones should be prioritized first. For example, someone may upvote this issue with a 👍 and someone else may put a ❤️.

Currently, the closest thing to finding the most popular issues is to sort by a single reaction, such as 👍. So, allow sorting by grouped actions, by Ctrl + Clicking several reactions in the sort dropdown menu, and/or choosing an "actions: most positive reactions" catch-all, would be useful. This "actions: all positive reactions" might put 👍 and 😄 and 🎉 all in the same bucket, for instance.

@ElectricRCAircraftGuy ElectricRCAircraftGuy changed the title Allow sorting issues by reactions: most upvoted, downvoted, etc Allow sorting issues by grouped reactions: most upvoted + heart, etc Apr 23, 2020
@mifi
Copy link

mifi commented Mar 2, 2021

FWIW I just realized that it's possible to sort by total reactions by changing the sort URL param to reactions-desc:

https://github.com/isaacs/github/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-desc

hopefully soon a UI for this too

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

No branches or pull requests

3 participants