Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the card editor for large decks #62

Open
vaaas opened this issue Aug 21, 2021 · 1 comment
Open

Improve the card editor for large decks #62

vaaas opened this issue Aug 21, 2021 · 1 comment

Comments

@vaaas
Copy link

vaaas commented Aug 21, 2021

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.

@tema6120
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants