ForgetMeNot icon indicating copy to clipboard operation
ForgetMeNot copied to clipboard

Improve the card editor for large decks

Open vaaas opened this issue 3 years ago • 1 comments

Managing cards for large decks (2000+ cards) through the card editor can be difficult. It can be improved by allowing the user to filter, sort, and paginate results.

Filters that seem would be useful:

  • learned/unlearned
  • interval rating

Sorting methods that seem useful

  • interval rating
  • alphabetical sort
  • reversing sort direction

Additionally, moving toward the end of a deck is difficult as it's a long scrolling list. It can take a minute or two to scroll to the end. A quick solution is adding a button that scrolls the view to the end. However, pagination would probably be better.

vaaas avatar Aug 21 '21 10:08 vaaas

Good ideas. Thank you) This must certainly be implemented. As for scrolling, I think the best way to implement fast scrolling is with a slider.

tema6120 avatar Aug 28 '21 16:08 tema6120