bjorngranvik / reudd

REgarding User Driven Development - a user centric "data in/report out" web site using Neo4j.
Apache License 2.0
1 stars 0 forks source link

When adding a rel it would be great to be able to create end node in the same UX flow. #14

Open bjorngranvik opened 10 years ago

bjorngranvik commented 10 years ago

When adding a relationship to a node then it should be possible to create a new node as the far end. Work needs to go into how this could work, the UI.

Use case 1) Create start node 2) Add relationship 3) Realize that the end node has yet to be created.

This means you need to save current start node, create end node and then add the relationship "backwards" to the start node.