Skip to content
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

Open
sumitsum opened this issue Apr 27, 2021 · 11 comments
Open

[Feature] Generate QR code #4175

sumitsum opened this issue Apr 27, 2021 · 11 comments
Labels
Community Reported issues reported by community members Enhancement New feature or request Needs PRD Issue which are awaiting PRD New Widget A request for a new widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets

Comments

@sumitsum
Copy link
Contributor

sumitsum commented Apr 27, 2021

Summary

Provide a feature to generate QR code.

Additional Context

Hey Appsmith-Team,
I have some questions for you.
Is it possible to generate qr codes within appsmith?

Front logo Front conversations

@sumitsum sumitsum added Enhancement New feature or request Community Reported issues reported by community members labels Apr 27, 2021
@Nikhil-Nandagopal Nikhil-Nandagopal removed their assignment Apr 27, 2021
@github-actions github-actions bot added Widgets Product This label groups issues related to widgets UI Building Pod labels Apr 27, 2021
@areyabhishek
Copy link
Contributor

@sumitsum is it an option to use a service to generate QR codes and display them as an image in the image widget?
What would they want to generate QR codes for? Could you find a few more details?

@sumitsum
Copy link
Contributor Author

Hi @areyabhishek, user wants to generate the QR code and display it in the image widget:
I want to be able to convert the address-string (e.g. "d49931814e6bfbb8e221f1b2936e206e5a6b6abeb9c070f8603814c525c9abe3") into a qr-code and display it in a img-widget like @Abhishek Nayak suggested on the github-issue.

@Nikhil-Nandagopal
Copy link
Contributor

@sumitsum I believe abhishek is suggesting that you can ask the user to call an API like this
https://www.qr-code-generator.com/qr-code-api/
which will return a URL and then the user can bind that to the Image widget

@sumitsum
Copy link
Contributor Author

sumitsum commented Apr 28, 2021

@Nikhil-Nandagopal Sorry, I misunderstood. Got it now. I will respond to the user with this suggestion.

@somangshu
Copy link
Contributor

@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?

@Nikhil-Nandagopal
Copy link
Contributor

@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.
The case you are talking about is also valid but can be an action which triggers a camera and decodes the QR image back to text. i.e a decoding solution

@somangshu
Copy link
Contributor

@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?

@Nikhil-Nandagopal
Copy link
Contributor

@somangshu yeah separate issue please

@Nikhil-Nandagopal Nikhil-Nandagopal added New Widget A request for a new widget and removed UI Building Pod labels Oct 12, 2021
@somangshu somangshu added the Needs PRD Issue which are awaiting PRD label Jan 6, 2022
@st-trade
Copy link

Hi! My use case is the following.
A first user shows a QR that represents certain article which is an entry in a table so a second user with a different role can scan that qr and validate that article and perform actions in their end.

@Nikhil-Nandagopal
Copy link
Contributor

@st-trade you can generate a QR code using the API below and display it in an image widget
https://goqr.me/api/doc/create-qr-code/

You can then use the camera widget to capture the QR code, upload that to S3 and use this API to decode it
https://goqr.me/api/doc/read-qr-code/

@dhruvikn
Copy link
Contributor

dhruvikn commented Sep 5, 2022

Whenever prepping the QR Code Generator for production, need to take care of these issues - #15990 (comment)

cc: @dilippitchika @somangshu

@Nikhil-Nandagopal Nikhil-Nandagopal added the Widgets & Accelerators Pod Issues related to widgets & Accelerators label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Reported issues reported by community members Enhancement New feature or request Needs PRD Issue which are awaiting PRD New Widget A request for a new widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets
Projects
None yet
Development

No branches or pull requests

7 participants