Issue #25 Question - 'Lookup SKU Codes' #37
Replies: 4 comments 7 replies
-
More like using the camera from the web app to scan the item code, this can come in use for both the user and the admin? |
Beta Was this translation helpful? Give feedback.
-
Quagga looks promising for barcode scanning, it's open-source and free. I am unsure if it works with LPU. |
Beta Was this translation helpful? Give feedback.
-
Sorry I hadn't noticed this discussion earlier. Most items (e.g. cans) have UPC codes and there should be some resource for us to look up those codes. Produce usually has a PLU code and IFPS maintains a standardized list that associates each code with the food item it identifies. For both PLU and UPC, it would be ideal if we had a local representation for quick item lookup (e.g. table[s] in our database). If we don't have direct access to all of the common codes for both, we may entertain other options (e.g. using 3rd party libraries or an API, but let's aim for our own storage if possible. Let me know if you don't think that is possible/practical. From a user's standpoint, I like the idea of integrating a code scanner in the front-end, but we should also integrate a way to manually enter a code (via keyboard) in case the user is having trouble getting the scanner to identify something. |
Beta Was this translation helpful? Give feedback.
-
It is worth noting that the newly proposed ER diagram does not account for different types of item codes (e.g. both UPC and PLU). However, we might have to have different types of items with different types of codes (perhaps even using one of the design patterns we've been studying). |
Beta Was this translation helpful? Give feedback.
-
For #25 , what we would consider the extent of our ability to lookup common SKU codes? Would this be a feature where we only expect the user to type in the SKU code and then it spits out the product and/or nutrition information?
Beta Was this translation helpful? Give feedback.
All reactions