Talk:Accessories: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
No edit summary
Line 6: Line 6:


If the nodes were all the items required for some project, a cost could be
If the nodes were all the items required for some project, a cost could be
attached to each and the sum of all the values in the child nodes.  
attached to each and the sum of all the values in the child nodes shown in the parent.  


Special escapes could be used in the node text:
Special escapes could be used in the node text:


"parent node $[SUM]"
"parent node $[SUM]"
"child node1 text $[32.7]"
--"child node1 text $[32.7]"
"child node2 text $[12.7]"
--"child node2 text $[12.7]"


when the parent node is not being edited it sould display:
when the parent node is not being edited it sould display:
Line 27: Line 27:
e.g should I move house?
e.g should I move house?


mail redirection hassle $[-0.3]
"SHOULD I MOVE? $[SUM]"
more space $[+4]
--"mail redirection hassle $[-0.3]"
tax $[-5]
--"more space $[+4]"
current annoying neighbours [+10]
--"tax $[-5]"
etc.
--"current annoying neighbours [+10]"
etc.
--etc.
--etc.


-------
   
Any thoughts?
Any thoughts?

Revision as of 11:28, 27 September 2005

An "equation" accessory might be useful - two uses spring to mind:


1) Costings:

If the nodes were all the items required for some project, a cost could be attached to each and the sum of all the values in the child nodes shown in the parent.

Special escapes could be used in the node text:

"parent node $[SUM]" --"child node1 text $[32.7]" --"child node2 text $[12.7]"

when the parent node is not being edited it sould display:

"parent node 45.4"


2) Decision making:

assign a value, +ve or -ve to various factors that might influence some decision, with the root showing tha balance.

e.g should I move house?

"SHOULD I MOVE? $[SUM]" --"mail redirection hassle $[-0.3]" --"more space $[+4]" --"tax $[-5]" --"current annoying neighbours [+10]" --etc. --etc.


Any thoughts?