Sunday, April 15, 2007

Minimum Comparisons and Initial List View Work Done

The app now demands a certain number of minimum comparisons before showing a link to the ranked list. The formula is somewhat arbitrary: Log base 2 (# active items) + 2 * # new items - recent comparisons - recent items marked Done. This will probably change, especially if I put some smarts into choosing the items to compare. As of now two items are simply chosen randomly.

Also, when the minimum comparison number is satisfied, a link will now appear to view the list in rank order in a new window. The next task is to get this to be the right order, at the moment it is just random.

No comments:

Post a Comment