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

Add possibility to reorder the cards #65

Open
lgasp opened this issue Nov 4, 2016 · 5 comments
Open

Add possibility to reorder the cards #65

lgasp opened this issue Nov 4, 2016 · 5 comments

Comments

@lgasp
Copy link
Contributor

lgasp commented Nov 4, 2016

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

@brarcher
Copy link
Owner

brarcher commented Nov 4, 2016

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.

@betsythefc
Copy link

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).

@beatnickgr
Copy link

Or maybe sort them by last used?

@gilcot
Copy link

gilcot commented Jan 26, 2018

I vote again manual reordering.
But I agree with ability to sort by: name, creation date, use date.

@t351206
Copy link

t351206 commented Jul 24, 2020

see also #369

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

No branches or pull requests

6 participants