You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi wonderful work with the visualizer.
I have a specific request, maybe you could help me out in breaking down the implementation.
So is there a possibility to add a drag and drop functionality where I can select a field in a source table and drag a line(similar to the line present in edges) to a field in the target table and it will automatically generate the config for the edges.
So regarding generating the config for edges, it could be done when I implement the drag and drop functionality, so is there any way how I can achieve it on the UI.
The text was updated successfully, but these errors were encountered:
As you can see, I've disabled it (since edges are defined in the config file): 1fde8b1
We can have a very nice UX, where we draw a one-to-many relationship by default. If a user holds the 1 key, then we draw a one-to-one relationship.
❓ The question is – how do we deliver the edge config back to the app? You can do something similar to table positions and copy the edge config to the clipboard or even better – write it to a file.
Happy to help you with a PR review, but it has to be you to drive it 🚀
Hi wonderful work with the visualizer.
I have a specific request, maybe you could help me out in breaking down the implementation.
So is there a possibility to add a drag and drop functionality where I can select a field in a source table and drag a line(similar to the line present in edges) to a field in the target table and it will automatically generate the config for the edges.
So regarding generating the config for edges, it could be done when I implement the drag and drop functionality, so is there any way how I can achieve it on the UI.
The text was updated successfully, but these errors were encountered: