Floo0 / ConfluenceHelper

JS overview webpage to confluence. Visualises confluence pages, superior hierarchical topics and relations.
0 stars 0 forks source link

[important!] Add a Tools Type #9

Closed Floo0 closed 4 years ago

Floo0 commented 4 years ago

As the graph is expanding, tools and other knowledge research get mixed up, but appear to be different kinds of knowledge.

Proposal: Add a new Tool Type with same properties as Knowledge but use a different colour in the graph and add a posibility to change the node type in the Manipulator.

Floo0 commented 4 years ago

Example cypher to change node type:

MATCH (n)
WHERE ID(n) = 30
REMOVE n:knowledge
SET n:paper
Floo0 commented 4 years ago

Tools option added. Changing node type is bad practice because not all types have the same attributes/they are not forced to. Changeing attributes in future would cause this functionality to break. Use delete of old node and create a new one instead.