Difference between revisions of "Monitor economy"

From FreekiWiki
Jump to navigation Jump to search
Line 17: Line 17:
 
     start  -> receiving [label="+$10\n(normal)"]
 
     start  -> receiving [label="+$10\n(normal)"]
  
     receiving -> testing
+
     receiving -> testing [label="$0\n(pass)"]
     receiving -> recycled [label="-$6"]
+
     receiving -> recycled [label="-$6\n(fail)"]
  
     testing -> recycled [label="-$6"]
+
     testing -> recycled [label="-$6\n(bad)"]
     testing -> sold [label="+$5"]
+
     testing -> sold [label="+$5\n(good-sale)"]
     testing -> granted [label="$0"]
+
     testing -> granted [label="$0\n(good-grant)"]
     testing -> adopted [label="$0"]
+
     testing -> adopted [label="$0\n(good-adopt)"]
  
 
     sold -> start [style="dashed"]
 
     sold -> start [style="dashed"]

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