Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute values on Tree Nodes #61

Open
ninjasort opened this issue Apr 8, 2017 · 1 comment
Open

Compute values on Tree Nodes #61

ninjasort opened this issue Apr 8, 2017 · 1 comment

Comments

@ninjasort
Copy link

ninjasort commented Apr 8, 2017

I think it would be useful to create tree nodes in the mindmaps that can associate with a numeric value. These values could run through computations that would help describe the data associated with the mindmap. Here's a use case:

  • Create multiple tree nodes with different weights ( 1, 3, 4, 6 )
  • Assign computation operators to each branch of the tree nodes which would show results in root node ( given all branches set to +, the root = 14) All branches are computed from top to bottom, to re-arrange the computation, simply re-order the branches from top to bottom
  • You can reference the values in other tree branches by using a symbol before the input for example @A1 would reference the root node of the first tree branch @A2, @A3 would reference the inner nodes, etc.

What do you think @drichard ?

@ninjasort
Copy link
Author

@drichard ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant