Difference between revisions of "Monitor economy"

From FreekiWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
     dumped    [label="DUMPED"]
 
     dumped    [label="DUMPED"]
 
     receiving  [label="RECEIVING"]
 
     receiving  [label="RECEIVING"]
    away      [label="AWAY", shape="box", style="bold"]
 
 
     testing    [label="TESTING"]
 
     testing    [label="TESTING"]
     recycled  [label="RECYCLED"]
+
     recycled  [label="RECYCLED", style="bold"]
     sold      [label="SOLD"]
+
     sold      [label="SOLD", style="bold"]
     granted    [label="GRANTED"]
+
     granted    [label="GRANTED", style="bold"]
     adopted    [label="ADOPTED"]
+
     adopted    [label="ADOPTED", style="bold"]
  
 
     start  -> dumped [label="$0"]
 
     start  -> dumped [label="$0"]
Line 30: Line 29:
 
     granted -> receiving [style="dashed"]
 
     granted -> receiving [style="dashed"]
 
     adopted -> receiving [style="dashed"]
 
     adopted -> receiving [style="dashed"]
 
    recycled -> away
 
    sold -> away
 
    granted -> away
 
    adopted -> away
 
  
 
   }
 
   }

Revision as of 12:10, 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