hatnote / montage

📷 Photo evaluation tool for and by Wiki Loves competitions
https://commons.wikimedia.org/wiki/Commons:Montage
BSD 3-Clause "New" or "Revised" License
36 stars 11 forks source link

Limited ranking #19

Open slaporte opened 7 years ago

slaporte commented 7 years ago

There should be an option to rank a limited number of entries in a ranking round. For example, select the top 10 photos out of 15. The unranked photos will be tied for last place.

If the ranking limit is too small compared to the total available images, it could result in a lot of variance in the results. We may want to add a limit/warning in this case.

mahmoud commented 7 years ago

So on the backend we need to store that number, the minimum number of rankings. We can also establish a reasonable range (minimum proportion ranked) to prevent cases where jurors may have no overlap. Also note that we don't even allow ranking rounds with more than (I think) 30 images?

leilaz commented 7 years ago

@slaporte will make it high priority to be done in the backend. Pawel will follow after it's ready.