-
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]: Add (JSON) Diff Viewer widget #17325
Comments
Hey, I have a use case for this. Any plans to include this anytime soon? |
@ikad95 thanks for showing interest in the widget, can you please let me know your use-case and who your users are? |
I am doing a PoC on low-code platforms for building internal tools for my company. One of the use cases is showing JSON diff to the user. The summary mentions creating a custom Appsmith widget, which also seems to be in the works. #2033. |
Can you talk more about the use-case of how exactly a json diff viewer will be used in your company? |
A/B testing of API responses |
Following up to get an ETA on this widget |
@ikad95 we haven't picked it up for adding a new widget. @GreenFlux see if you can help them with the iframe version. |
@ikad95 @dilippitchika I'm looking into a few different solutions for this. Could you provide some more info on your use case? Do you need to edit the JSON, or just display and compare two values? |
@GreenFlux Just display and compare |
@GreenFlux I have tried using an iframe widget to display another webpage created using React. Can you think of a solution that won't require a front-end server? |
@ikad95 you can write HTML in a JS Object and then bind that to the iframe srcDoc property. |
Is there an existing issue for this?
Summary
See https://docs.superblocks.com/components/diff-viewer
It allows to quickly see what is different between 2 API responses for instance, or 2 "records" from a db.
Why should this be worked on?
Many react or vue plugins available for this on github - if not planned to add any time soon in core appsmith, request to create a tutorial on how to wrap a js plugin into a custom appsmith widget.
Front conversations
The text was updated successfully, but these errors were encountered: