-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Add a permanent scan history #3719
Comments
Hi @ayecptn! |
Yes, that is exactly what I need. Profile / my Lists is the easiest solution I think. |
Good! |
Filters would be nice, but I think that should be handeled in another issue by itself. |
I have to agree with @monsieurtanuki the tab's idea isn't bad, but it cuts into the ux too much. Would it be good for you to have a filter which stays even if you restart the app. |
Anyway the first step is to
The UI/UX could be tested more consistently later with real data: filters? tabs? |
@M123-dev I am completly fine with a filter. |
Anyone ready to implement the "scanned history" product list? |
Hey, is this issue assigned? I'd love to work on it if not- |
Hi @opxdelwin! Please
|
So, I'll implement a feature of caching last 30-40 which is accessible from |
More or less: I wouldn't bother about the 30-40 limit (why 30? why 40? why 100?). Let the user clean the list the way she wants, just add freshly scanned products to a new app product list called "scan history". |
Cool, no limit to scanned product history. Now due to complex project structure, it's had to navigate. |
@opxdelwin I'm not sure you're going in the right direction: we already use local databases, we already store the product barcode when it's scanned, so please be lazy and stupid and just add "Add barcode to 'scan_history'" when you see "Add barcode to 'scan_session'" in the code. |
@opxdelwin Still working on it, or may I code it? |
go ahead |
Problem
As someone who answers a lot of questions on the 'not-completed entries' tab, I cannot use the history to find my own scanned products.
I also cannot use the compare feature on the startpage, as I sometimes clear this list.
Proposed solution
Add a setting to automatically add scanned products to the list 'Scanned Products'.
After activating this setting scanned products get automatically added to the list.
Searching for a EAN does not add it to the list.
The list gets sorted sorted by last added.
The last 10-30 entries should be cached.
Part of
The text was updated successfully, but these errors were encountered: