loyalty-card-locker
loyalty-card-locker copied to clipboard
Add possibility to reorder the cards
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
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.
But I agree with ability to sort by: name, creation date, use date.
see also #369