loyalty-card-locker icon indicating copy to clipboard operation
loyalty-card-locker copied to clipboard

Add possibility to reorder the cards

Open lgasp opened this issue 8 years ago • 5 comments

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

lgasp avatar Nov 04 '16 07:11 lgasp

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.

brarcher avatar Nov 04 '16 20:11 brarcher

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

betsythefc avatar Dec 02 '16 19:12 betsythefc

Or maybe sort them by last used?

beatnickgr avatar Oct 02 '17 19:10 beatnickgr

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

gilcot avatar Jan 26 '18 19:01 gilcot

see also #369

t351206 avatar Jul 24 '20 19:07 t351206