-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Some cosmetic issues #8
Comments
"Entry Cards" should read "Enter Cards" I have been eable to enter the card numbers in the groups indicated on the cards themselves by changing line 129 from Sorry about all the comments, but I thought it easier if I split them up |
Hi @FDServices , I think it's a good for the reader to group barcodes in groups of four. I'll implement that. Thanks for the example. So the filtered list of card should be limited to what you have searched or 5 results for example. Pending to implement the limit and the scroll if the filtered number of cards is bigger than 5 because I couldn't achieve to put an scroll to a listbox object, and when achieved I cannot achieve to make the listbox rows clickable. The flow that I though when created the app was:
Do you thing it is better another approach? I'm doing an effort to invest time on what you say, but I am not able to follow your rhythm. |
I think the UI of the app can be changed to get things be smother. Using buttons instead of Gtk.Notebook and using gnome-builder to do the UI. |
So I imagine that I am at the cash desk, waiting to pay for my shopping. The cashier asks for my loyalty card: Open the phone Clearly the quicker this can happen the better.
IMHO loyaltyCardsOpen is close to being a very good app. I would not be looking to a version 2 at the moment :) |
I achieved to have an scroll for the list of cards and my next approach is let the user be able to change the kind of view. With or without photos preview. And I will try to show the list of cards on start avoiding an extra touch as you said. |
Now the list of cards is automatically shown when the app is opened |
When loyaltyCards opens for the first time it shows a completely blank screen,
after the first click it shows a partial (obscured) list
the full list should be displayed
The text was updated successfully, but these errors were encountered: