Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Leaderboard sorting bug

+1
−0

The leaderboard that shows below a code golf challenge can either sort the answers to show the winner for each language separately (if "Group by language" is ticked) or it can show all the answers from all the languages sorted as a single list, to give an overall winner.

There seems to be a bug in sorting, for at least the single list format. This can be seen in the challenge Make $2 + 2 = 5$, where a recent answer with a score of 6 shows above previous answers with a score of 5, with "Group by language" not ticked:

Leaderboard showing 6, "undefined", and 5 as joint 1st place

There is also an answer that did not provide a score, which shows in the leaderboard with a score of "undefined" and is also sorted above the answers with score 5, but below the answer with score 6.

The right hand side of the leaderboard shows the ranking for each answer, with answers with the same score showing the same ranking. Notice that the top 4 answers all show as a joint 1st place (indicated by a picture of a trophy instead of "#1"). This suggests that 6 and "undefined" are not being treated as better scores than 5, but as equivalent scores.

The rest of the leaderboard appears to be sorted correctly, with rankings only being the same where scores are the same.

To decide

  • How do we fix the sorting bug that puts (in this particular case) a score of 6 above a score of 5?
  • What should be the leaderboard behaviour for answers that do not provide a score (or in general provide an invalid entry format)?
    • Omit from the leaderboard?
    • Sort to the bottom to avoid distraction?
    • Sort to the top to draw attention to what needs to be fixed?
    • Display with distinctive formatting?

Whether people should be permitted to post non-competing answers that do not have a score can be raised as a separate Meta discussion if anyone wishes to. Here we just need to decide how an invalid entry format should be treated in the leaderboard code.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

0 answers

Sign up to answer this question »