Difference between revisions of "Monitor economy"

From FreekiWiki
Jump to navigation Jump to search
Line 8: Line 8:
 
     start      [label="START", shape="box", style="bold"]
 
     start      [label="START", shape="box", style="bold"]
 
     dumped    [label="DUMPED"]
 
     dumped    [label="DUMPED"]
     received  [label="RECEIVED"]
+
     receiving  [label="RECEIVING"]
 
     away      [label="AWAY", shape="box", style="bold"]
 
     away      [label="AWAY", shape="box", style="bold"]
 
     testing    [label="TESTING"]
 
     testing    [label="TESTING"]
Line 17: Line 17:
  
 
     start  -> dumped [label="$0"]
 
     start  -> dumped [label="$0"]
     dumped -> recycled
+
     dumped -> receiving
    dumped -> testing
 
  
     start    -> received [label="+$10"]
+
     start    -> receiving [label="+$10"]
     received -> recycled
+
     receiving -> receiving
     received -> testing
+
     receiving -> testing
  
 
     testing -> recycled
 
     testing -> recycled

Revision as of 08:30, 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