janez89 / mongoose-materialized

mongoose materialized plugin
59 stars 22 forks source link

Modify the hierarchy structure #23

Open MohanRam1985 opened 8 years ago

MohanRam1985 commented 8 years ago

Hi, I am using mongoose-materialized to view the data in tree structure, now I got the requirement to modify the tree structure by moving one node to another node, while doing this all the child nodes associated with moving node should move as well.

So can you please help me how to achieve this by modifying the parent and path of the moving node and its sub nodes using mongoose-materialized.