Android
Android copied to clipboard
Show existing card if scanned barcode already in use
Got this feature request through email:
When I scan a card that I already have created, it makes a new entry. Instead, it would be very useful if it detected the same code and took you directly to the information of that card, to avoid creating duplicates.
Furthermore, this way, it would be possible to check the remaining points on that card just by scanning it.
This option would also be very interesting to check the remaining points for members of an association, which is my case.
It makes some sense to me, but we may need to tackle #1453 first (to prevent more code complications) and think of how this will interact with #1449.
My idea would be to show a dialog with something like:
Card already exists
The scanned code is already used. Do you want to open an existing card or create a new one?
Open Store 1 Open Store 1 Existing Duplicate Create new card
Any opinions?