liebscher / MusicCollection

A locally stored and run browser application for recording, logging, and rating your music collection.
1 stars 0 forks source link

Smooth out comparison heuristic #13

Closed liebscher closed 4 years ago

liebscher commented 4 years ago

The same comparison may be asked twice in a row, which isn't ideal.

Perhaps create a queue and just draw from the queue, instead of calculating each on the fly. Would allow for finer control over category selection and randomness and prevent duplicate comparisons.

liebscher commented 4 years ago

Possibly some bugs as the queue exhausts all 30 comparisons. Would be nice to have control over which categories get chosen as well.