uprtcl / js-uprtcl

Libraries, tools and modules to create _Prtcl web apps
http://www.uprtcl.io/
Other
43 stars 13 forks source link

Add children edges (and reverse) #200

Closed pepoospina closed 3 years ago

pepoospina commented 4 years ago

We need to keep, next to the ecosystem edges the children edges.

The children edges refer to the immediate children of an object, this, the ecosystem edges can be seen as a redundant cache of the join of all the recursive children of an object, plus the object itself.

The children edges should be kept updated together with the ecosystem edges, as they usually change together.

The should also keep a @reverse annotation so that its supper gast to get the all the parent object sof an object.

sotous commented 4 years ago

https://github.com/uprtcl/js-uprtcl-server/pull/29