Opened 8 years ago
Closed 8 years ago
#1755 closed enhancement (fixed)
Improve user contributed notes voting mechanism
Reported by: | DrewAPicture | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch |
Cc: |
Description
In #1649, we've been discussing user contributed notes UX, which covers both the voting mechanism and how we list/sort notes. This ticket splits off the proposed voting mechanism changes.
Attachments (3)
Change History (11)
This ticket was mentioned in Slack in #meta-devhub by coffee2code. View the logs.
8 years ago
#5
@
8 years ago
I am in favor of Reddit-style voting. Voting up or down registers that particular vote. In order to remove an existing vote without casting the opposite vote, the user can click on the vote again to toggle it.
Or stated another way:
- Clicking a vote arrow toggles the state of that particular vote.
- If the state is being toggled "on", then the state of the opposite vote becomes (or stays) "off".
This ticket was mentioned in Slack in #meta-devhub by drew. View the logs.
8 years ago
#7
@
8 years ago
The 1755.1.patch adds Reddit-style voting without disabling the opposite vote (as was implemented in 1649.2.patch). I will create another patch for Reddit-style voting with the opposite voting button disabled.
To move both tickets along there should be some consensus about the voting process.
Use Reddit style voting (clicking twice to cancel your vote) or clicking the opposite to cancel the vote. Or leave it as it's now. See the discussion in #1649.
Other things to think about is if we should allow users to vote on their own notes (as it's now), and if the voting buttons should be shown (or disabled) on comments that are in moderation.