-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Feature] Generate QR code #4175
Comments
@sumitsum is it an option to use a service to generate QR codes and display them as an image in the image widget? |
Hi @areyabhishek, user wants to generate the QR code and display it in the image widget: |
@sumitsum I believe abhishek is suggesting that you can ask the user to call an API like this |
@Nikhil-Nandagopal Sorry, I misunderstood. Got it now. I will respond to the user with this suggestion. |
@Nikhil-Nandagopal @areyabhishek Should this instead be the ability to scan a QR code and connect to an API for fetching some record from the DB/Datasource? |
@somangshu this particular case is about a special image widget that takes in a text and displays a QR code. It's an encoding solution. |
@Nikhil-Nandagopal Yes, There was a user who wants to build a QC app for their logistics chain and wanted such an option to quickly access the SKU which needs to be QC'ed. Should this be raised as a separate issue? |
@somangshu yeah separate issue please |
Hi! My use case is the following. |
@st-trade you can generate a QR code using the API below and display it in an image widget You can then use the camera widget to capture the QR code, upload that to S3 and use this API to decode it |
Whenever prepping the QR Code Generator for production, need to take care of these issues - #15990 (comment) |
Summary
Provide a feature to generate QR code.
Additional Context
Front conversations
The text was updated successfully, but these errors were encountered: