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

Adding a node with a relationship way too cumbersome when db grows #26

Closed bjorngranvik closed 10 years ago

bjorngranvik commented 10 years ago

In editing/creating a node: 1) enter relationship 2) Selecting the "other node" is far too cumbersome if the db has some data.

Need a better way to select "the other node". Possible solutions: a) Two menus instead of one big First with types, second (possible submenu) showing nodes of the specified type.

b) Text field search Real time searching for the other node using fuzzy search. "Ma" display the following Person: Mats Svensson Car: Maserati ...

c) ...?

bjorngranvik commented 10 years ago

@matsjonas Any ideas on a simple implementation?

matsjonas commented 10 years ago

Implemented suggestion "a" as we discussed IRL :smiley: