Skip to content

[Feature Request] Present exact amount of upvotes / downvotes (I explain how) #293

Description

@liran2005

We can maybe present it like: Upvotes 5 (10) Downvotes 0 (5)

How to calculate:

  1. go to Insights get upvote ratio for example 67%
  2. X is amount of Upvotes, Y amount of downvotes - > X - Y = 5 if we have a summary of +5 karma
  3. Second eq is: X / (X + Y) = 0.67

Solution is: X=9.85, Y=4.85, which is 10 and 5, since reddit rounds the 0.6666 to 0.67.
to test you can check that 10/ 10 + 5 = 0.666666 -> 0.67 so everything make sense.

Can you please implement that ?
I don't know why these idiots don't present it on UI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions