Difference between revisions of "Monitor economy"

From FreekiWiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
     start      [label="START", shape="box", style="bold"]
 
     start      [label="START", shape="box", style="bold"]
 +
    dumped    [label="DUMPED"]
 
     received  [label="RECEIVED"]
 
     received  [label="RECEIVED"]
 
     away      [label="AWAY", shape="box", style="bold"]
 
     away      [label="AWAY", shape="box", style="bold"]
Line 14: Line 15:
 
     granted    [label="GRANTED"]
 
     granted    [label="GRANTED"]
 
     adopted    [label="ADOPTED"]
 
     adopted    [label="ADOPTED"]
 +
 +
    start  -> dumped [label="$0"]
 +
    dumped -> recycled
 +
    dumped -> testing
  
 
     start    -> received [label="+$10"]
 
     start    -> received [label="+$10"]

Revision as of 08:24, 11 July 2008

Monitor economy

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Still need to know:

  • Average sale price
  • How many are dumped
  • Percentage of received that are:
    • Sold
    • Granted
    • Adopted
    • Recycled