brarcher / loyalty-card-locker

Stores your barcode-based store/loyalty cards on your phone
GNU General Public License v3.0
172 stars 29 forks source link

Add possibility to reorder the cards #65

Open lgasp opened 7 years ago

lgasp commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

Or maybe sort them by last used?

gilcot commented 6 years ago

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

t351206 commented 4 years ago

see also #369