kaspiana / mage

A command-line tool for cataloguing images (particularly digital art), styled after Git.
0 stars 0 forks source link

Document ranking #68

Closed kaspiana closed 4 months ago

kaspiana commented 4 months ago

Documents can now be ranked in categories of the user's choosing by way of one-on-one tournaments.

mage new ranking "cool" # create coolness category
mage rankings tournament # run tournament amongst all documents for all ranking categories

The tournament continually presents the user with two randomly chosen documents, and ask them to choose which better fulfills a randomly chosen ranking category. The sample documents are shown in the tournament view for convenience.

Elo ranks begin at 0 and may not fall below 0, with the K factor being 32.

Resolves #29