Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new batch ranking system #15

Merged
merged 5 commits into from
Oct 14, 2024
Merged

Add new batch ranking system #15

merged 5 commits into from
Oct 14, 2024

Conversation

tameTNT
Copy link
Member

@tameTNT tameTNT commented Oct 14, 2024

Because the developer (me) was very stupid this should only be merged after #14. I'm actually beyond silly.

Implements the new batch ranking system for Jury tailored for judging at DurHack. It is not yet feature complete and so does not yet fully address #4 which requires allowing judging to be ended 'early'.

But it does close #1.

Judges now submit their project rankings in batches
(size specified on admin page).
Judges rank a group of projects and submit this batch.

This stops projects being overly penalised far down one judge's list
while also making judging more manegable.
Stats are now better described (hopefully)
as to what they actually mean.
Old redundant stats (e.g. top project) have also been replaced/removed.
Some functions still need to be manually refactored to handle new object
structure (2D/nested ranking lists because of batch system)
Had been incorrectly updated to a nested list structure.
@tameTNT tameTNT added the enhancement New feature or request label Oct 14, 2024
@tameTNT tameTNT merged commit 0612b3e into main Oct 14, 2024
@tameTNT tameTNT deleted the new-batch-ranking branch October 14, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove 'unranked' teams concept
1 participant