[wp-meta] [Making WordPress.org] #1649: User Contributed Notes voting UX can be improved for DevHub
Making WordPress.org
noreply at wordpress.org
Wed Jun 1 13:09:11 UTC 2016
#1649: User Contributed Notes voting UX can be improved for DevHub
---------------------------+------------------
Reporter: DrewAPicture | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Developer Hub | Resolution:
Keywords: ux-feedback |
---------------------------+------------------
Comment (by keesiemeijer):
I think we should only allow logged in users to vote to get the best
results. Prompting a user to log in should resolve that.
The upvotes and downvotes are stored as an array in comment meta. This
means we can't use them to order the comments. Before we can order the
comments we must store the total score for a comment in `comment_karma` or
as comment meta when a vote is submitted. This means we need to update all
old comments with the total score also (plugin?).
Using comment meta is less expensive but the total score meta needs to be
automatically set to 0 for all new comments so it's queryable.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1649#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list