-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cover JSON data in Data node control #1248
Comments
Thank you for the issue @EYisaac. This feature aligns with what the Data Node viewer aims to do. You could also use the tree visual element to obtain this effect in the meantime. @jrobinAV @FabienLelaquais what do you think about it? |
I would prefer it to be in a data node control instead of a tree control. Especially for editing the content of the JSON file. |
I agree! This is just a workaround in the meantime |
It is a great idea. @FabienLelaquais Let's discuss this. |
After discussing it, we plan to add it to the Enterprise edition. |
Will it be in the next release? |
This won't be in the next release that is going to be published in a few days. It is still an open issue. |
CAN U PLEASE ASSIGN IT TO EME AND REMOVE MY ALL PREVIOUS ASSIGNEED ONE |
@KunjShah95 You are assigned to this ticket! Thank you |
New Quest!A new Quest has been launched in @Avaiga’s repo. Some loot has been stashed in this issue to reward the solver! 🗡 Comment ⚔️ When you submit a PR, comment Questions? Check out the docs. |
Hey @FlorianJacta ! Can i work on this issue ? I have completed my previous issue and it has been marked hacktoberfest-apporved here #2018 . Also can you tell which file contains the logic for this issue. |
Here you go @THEBOSS0369, you can work on it! I will not be able to tell you which files are to be changed. Maybe, @jrobinAV or @FredLL-Avaiga will help you on that |
@quest-bot embark |
@THEBOSS0369 has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
🧚 @THEBOSS0369 has submitted PR #2164 and is claiming the loot. Keep up the pace, or you'll be left in the shadows. Questions? Check out the docs. |
Hey Everyone ! I have created a PR for this issue #2164 . Please review it and give the feedback. Thanks! |
Are we supposed to support json edition in this issue ? @FlorianJacta @jrobinAV @EYisaac ? |
@FredLL-Avaiga However, if it is too complex at first, we can split it into two issues and start with the reading part only. But we should at least keep in mind that editing the data will, in the end, be part of it. |
the chosen frontend package allows for editing. |
…a-node-control-new
@FredLL-Avaiga SOunds fair. Let me create another ticket. @EYisaac Do not hesitate to get back to us with more details on your edition needs, if ever. |
What would that feature address
I have some transactional data as json file representing a list of shops with various characteristics address, size, location, opening time, type, owner, contact, etc... The structure of the document is globally the same all the time, but time to time a new field appears, disappears or changes. I am using data node to keep track of the changes since it is edited by many people, and because I also have sql data nodes on the side.
I want to show the JSON data node in the data node control.
Description of the ideal solution
The ideal solution would be to have the possibility to collapse and expand recursively the various sections of the document. A syntax coloration or a visual hint could give the type of the field displayed like in the following example
Acceptance Criteria
The text was updated successfully, but these errors were encountered: