Discrepancies between sorting modes in normal and filtered decks (no sorting by Difficulty)

Normal deck:

  • Due date, then random
  • Due date, then deck
  • Deck, then due date
  • Ascending intervals
  • Descending intervals
  • Ascending ease
  • Descending ease
  • Ascending difficulty
  • Descending difficulty
  • Relative overdueness
  • Random

Filtered deck:

  • Oldest seen first
  • Random
  • Increasing intervals
  • Decreasing intervals
  • Most lapses
  • Order added
  • Order due
  • Latest added first
  • Relative overdueness

Filtered decks have no sorting by Ease or Difficulty.

Normal decks don’t have:

  • Oldest seen first
  • Most lapses
  • Order added
  • Order due
  • Latest added first

Normal decks say “due date”, filtered decks say “Order due”. Should probably be the same.

Normal decks say “Ascending/Descending intervals”, filtered decks say “Increasing/Decreasing intervals”.

They each implement sorting in a different way, so when a new sort order is added to one of them, we don’t automatically get it for the other as well, and new orders tend to be added as a result of user demand.

Sorting by Difficulty seems useful.
And sorting by order due and by intervals are probably not different?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.