Karmator icon indicating copy to clipboard operation
Karmator copied to clipboard

Determistic karma ranking in cases of ties.

Open pharaun opened this issue 10 years ago • 1 comments

Right now it seems like its determistic:

Foo: 20 (20++/0--/0+-) bar: 20 (20++/0--/0+-)

Will always in the "top N" result display either Foo or bar depending on some sort of order in sqlite. It should probably be possible to re-jiggle the query to do something more useful in cases of ties.

Such as:

  1. Order by total, in case of ties
  2. Order by (upvotes or downvotes)
  3. Then sidevotes or so

In a determistic manner, then if all else fail, fall back to rowid or so.

pharaun avatar Oct 06 '14 23:10 pharaun

The output of the !karma and so on should probably also be displayed in sorted order.

pharaun avatar Dec 19 '16 21:12 pharaun