-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add possibility to reorder the cards #65
Comments
I believe that the entries are currently sorted by using the store name (here). Being able to sort them manually sounds interesting. I may not be able to get to that for a bit, though. If someone were interested in adding that feature I would be up for including it. |
I'm not an app programmer (yet) but I think a good start would be to add an "custom_order" column in the database that is is a simple numerical index (first card added starts at 1, second card is 2, third is 3, and so on). Then we can order by this index (maybe make how the cards are sorted an option?) and implement a GUI to change the order (Drag and drop, or some other way). |
Or maybe sort them by last used? |
I vote again manual reordering. |
see also #369 |
I looked for a way to reorder the card list, to have the most important and used cards, first.
Maybe it's possible by esporting the cards and reordering them in the CSV file, and reimporting them.
Is it possible to add a "reordering cards" feature?
Thanks
The text was updated successfully, but these errors were encountered: