peoplemap
peoplemap copied to clipboard
An application to support collaborative capture & analysis of social relationships
Creating multiple links between the same two nodes causes two problems: - The labels are superimposed over one another and cannot be read clearly - A duplicate icon is displayed...
Would be great to be able to traverse by clicking on the network nodes
I guess it would be cooler to just anumate the network to move to the new center-node?
Introduced in commit : bd1ed4dfd7ea5c2be2789b9a89f02dbf3b324970
In http://peoplemap.ronges.com/locations/4
I would be very interesting to know why the peoplemap is so slow. Is it my neo4j.rb that is slow ? Or maybe just need to add some rails caching...
Add AJAX support for node and edge editing to avoid the page reloading hit. New nodes and relationships should be more immediate as well.
The display code for each node type is essentially the same - refactor so that there is only one display page which works across all nodes in the collection.