QuentinWach / image-ranker

Rank images using TrueSkill by comparing them against each other in the browser. πŸ–ΌπŸ“Š
MIT License
29 stars 5 forks source link

Documentation Request for New Buttons #8

Closed IndigoDosSantos closed 1 month ago

IndigoDosSantos commented 1 month ago

First of all, this is an absolutely great app and I love the clean, minimalistic GUI. Thank you!

I've noticed there are some new buttons, and I'm unsure of what their use cases are. I'd appreciate some documentation for the cyan-colored ones. Would you mind adding it to the README file?

Anyway, thanks again for this super app! πŸ’―

new_buttons

QuentinWach commented 1 month ago

Thank you! The positive feedback means a lot to me. And your critique and questions as well!

I spent a lot of time adding a feature that explains what these buttons do when you hover on top of them like so image so I sure hope that it is visible! If not, please do tell me so I may fix it.

I think the two buttons here are not well integrated into the app and its algorithm yet. Personally, I haven't found much use for them even though, in theory, they should be quite helpful. So I think you are also right that it is probably time to start adding more detailed documentation for these buttons especially to at least clear up what their purpose is. I am on it :)

Let me give you a quick answer right now:

LEFT BUTTON (Smart Shuffle) Clicking this button reorders the list of image pairs to prioritize comparisons between images with similar ratings and fewer previous comparisons. This is meant to decrease uncertainty and further differentiate the images in their ranking faster.

RIGHT BUTTON (Auto Shuffle) Activating this toggle button simply smart shuffles the images every three comparisons so you don't have to do it manually.

QuentinWach commented 1 month ago

I hope my answer and the added documentation is sufficient for now. Thanks again for the feedback!