-
Notifications
You must be signed in to change notification settings - Fork 130
Show net +1 - -1 votes on issue index #605
Comments
I don't think that negative values should be displayed, at least not until the negative value is significant (-5, -10, or some % of the average vote count). If one random user is the first to vote, and down vote, the issue could easily become less visible, and influence other users. |
@glen-84 the same could be said for upvotes no? One user with no experience could do the upvote and give too much importance to something that should not have. Maybe what you propose is a possibility. But the only real "solution" is more complicated algorithms, like a page rank / Reddit front page (considers time as well). |
Maybe, but I think that down votes are more damaging than up votes. Perhaps there could be a minimum number of votes in either direction, before display. |
It'd perhaps be more important to get the issue implemented first, & then suggest incremental improvements. It's much less likely we'll receive improvements if we require huge effort on the front end. |
👍 on general idea and 👍 on only counting upvotes and not the net upvote-minus-downvote count (although it looks like configurability would be good -- but all I would want is upvotes and not downvotes). and my rationale is that typically user downvotes aren't very high quality and are often biased based on some axe they want to grind or some philosophy they're afflicted with. maintainers who typically have better quality 'negative' opinions that take into account the whole project and its technical limitations and goals already have the ability to close and lock threads for truly bad ideas. on the other hand, a surplus of upvotes in some issues can be useful to inform maintainers of some pain point in their software that was in their blind spot. clearly YMMV. |
Taking it one step further, perhaps this should even be done by net positive/negative reactions. Ex: 👍 (positive reaction) + ❤️ (positive reaction) = +2, and 👎 (negative reaction) + So something like 🎉 + 👍 + ❤️ + This means all reactions need to be bucketed into "positive", "negative", and "neutral" categories, which would support implementing #1782 as well. |
As discussed here: corona-warn-app/cwa-documentation#301 (comment) Unfortunately an in-built sort by count(thumbs-up) minus count(thumbs-down) is not yet available: isaacs/github#600 Also the issue list can't yet display the number of thumbs-up directly: isaacs/github#605
i.e. at https://github.com/isaacs/github/issues
Like the GitLab thumbs up at: https://gitlab.com/gitlab-org/gitlab-ce/issues
This is an extension of #527 to consider downvotes as well.
The text was updated successfully, but these errors were encountered: