Jump to content

Help me to understand top submitters lists

Featured Replies

Posted

I don't understand what criteria drives this list. Can someone explain it to me?

Thank you 🙂

top submitters.JPG

  • Community Expert

Received reviews per time frame?

  • Author
 

Received reviews per time frame?

So the logic is simply a sum of total reviews received? Thus, even if they are all bad (1 star) reviews, one could make the top of the list?

\applications\downloads\widgets\topSubmitters.php

Order by

'files DESC, rating DESC',

where

files is COUNT(file_id) AS files

rating is AVG(file_rating) as rating

  • Author
 

\applications\downloads\widgets\topSubmitters.php

Order by


'files DESC, rating DESC',

where

files is COUNT(file_id) AS files

rating is AVG(file_rating) as rating

So to translate this into plain english, Does this mean it sorts first on file count and second on average rating?

Means my statement above cannot be true? low ratings would not enter into the top?

 

Does this mean it sorts first on file count

Files with reviews

Example

user1 has uploaded 2 files and got 2 reviews (1 star for 1st and 1 star for 2nd)

user2 has uploaded 2 files and got 1 review (4 stars)

Result

submiters.jpg.d6c636f1d052b65a7baf6fddd23314bc.jpg

  • Author
 

Files with reviews

Example

user1 has uploaded 2 files and got 2 reviews (1 star for 1st and 1 star for 2nd)

user2 has uploaded 2 files and got 1 review (4 stars)

Result

submiters.jpg.d6c636f1d052b65a7baf6fddd23314bc.jpg

Well on the one hand, My question was answered well. Thank you. :biggrin:

 

Now that it's clear what is happening, I object to the logic.  IPS.. come on, a top submitter should never be a member with lousy reviews above a member with GREAT reviews.

This is failed logic being applied here.

  • Author

Just look at the optics of this.  The average user doesn't have access to read the SQL nor does the average user understand it even if they could.

The customer sees:  user1 with crap ratings ABOVE user2 with good ratings. :huh:

I can't possibly be the only one who notices how ridiculous this is.

My users are asking about this all the time.  Is there any interest in getting this fixed?

  • Community Expert
 

I can't possibly be the only one who notices how ridiculous this is.

It’s just a matter of what you want to show. The ordering is apparently based on “most contributions”, which is by no means ridiculous. “Top Contributors” = most-active. Nothing wrong with showing “most” of something. Most-viewed, most-liked, most posts in the forums. Whatever. 

Overall rating is of course also interesting, but that makes little sense in a time-based view. “Best-rated this week” would be rather meaningless. For time-based lists, counting the files does actually make sense. Maybe the easiest fix is to change the language string for the headline, so people don’t confuse “top” with “quality” and understand that it is about “quantity”. 

  • Author

But it isn't clearly about Quantity either.  It's just plain confusing! @opentype

Look at this example

quantity.JPG

I think rating would make sense over time. Highest rated this week/month/year  would actually be perfectly fine metrics in my opinion.

  • 4 months later...
  • Author

This still makes no sense. I hope this can be addressed. Nobody understands it and I get asked to explain it all the time and can’t. 

Look above @Adriano Faria has more stars and more files than anyone else, yet he’s 3rd? 

How can I even explain that to someone?

 

  • 4 weeks later...
  • Author
 

It’s just a matter of what you want to show. The ordering is apparently based on “most contributions”, which is by no means ridiculous. “Top Contributors” = most-active. Nothing wrong with showing “most” of something. Most-viewed, most-liked, most posts in the forums. Whatever. 

Then don’t put stars, put count of files submitted. Putting stars indicates that the ranking is based on stars. Seeing less star rated author over a higher rated author is ridiculous and confusing. 

If it really is most active show the relevant supporting data so people know what they are supposed to do to enter the list. Otherwise what is the point? I don’t need useless space fillers. My site real-estate is valuable.  

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.