-
Notifications
You must be signed in to change notification settings - Fork 19
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
Making edges between nodes could be more user-friendly #66
Comments
This is a good point. There are two critical issues here:
|
hello everyone @pradeeban .Still excited meeting you all. Any guides so that i can work on this? |
Hi @nzaih1999 you can refer to https://github.com/ControlCore-Project/concore-editor/blob/main/README.md for installation and make sure to build and deploy your own version of it. All steps are mentioned in it. |
thanks @Rahuljagwani let me start working on it |
hello @Rahuljagwani |
Hi @nzaih1999 |
hello @shivangvijay @Rahuljagwani the project is working fine now I was confused abit. Thank you all for your guidance |
@pradeeban is this issue open to work? I liked the idea of having an edge button in the toolbar as I myself faced this problem while using the editor for the very first time. Also, repositioning the edge once it has been drawn could be made a bit easier for the user. Kindly assign me the issue if you think this is a good idea and I will start working on its implementation. |
Hi and welcome, @TC5022. Yes, you can attempt a fix for this. |
Thanks a lot. Will get started |
Creating an edge between nodes is not so user-friendly for a new user. Also, there is no user manual document available for the concore-editor [Issue#67]. But UI should be so simple that without going deep into documentation, new users can use UI correctly.
One approach can be:- Similarly to the node button (Top-Left corner button in the image) , the edge button can be there by activating the edge button and then clicking anywhere on the node. A directional edge is created, which can be connected by releasing the mouse cursor on the other node.
I suggested one approach, which I think, is more user-friendly compared to the current way of creating the edge. Please feel free to follow any other approach or method to make it more user-friendly.
The text was updated successfully, but these errors were encountered: