Difference between revisions of "Case Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
   recycle      [label="RECYCLE that case!", fontsize="11", shape="box", style="bold"]
 
   recycle      [label="RECYCLE that case!", fontsize="11", shape="box", style="bold"]
 
   keep          [label="HOLD FOR STORE", fontsize="11", shape="box", style="bold"]
 
   keep          [label="HOLD FOR STORE", fontsize="11", shape="box", style="bold"]
   at            [label="Is it an\nAT case\n(check power supply)?", fontsize="11"]
+
   at            [label="Is it an\nAT case\n(check power supply\nand keyboard connector)?", fontsize="11"]
 
   missingparts  [label="Is is MISSING PARTS\n(like a side panel)?", fontsize="11"]
 
   missingparts  [label="Is is MISSING PARTS\n(like a side panel)?", fontsize="11"]
 
   proprietary  [label="Is it a PROPRIETARY model\n(Compaq, Dell, Gateway,\nHP, eMachine)?", fontsize="11"]
 
   proprietary  [label="Is it a PROPRIETARY model\n(Compaq, Dell, Gateway,\nHP, eMachine)?", fontsize="11"]
 
   clean        [label="Is it clean?", fontsize="11"]
 
   clean        [label="Is it clean?", fontsize="11"]
   format        [label="Is it a destop or a tower?", fontsize="11"]
+
   format        [label="Is it a DESKTOP\n or a TOWER?", fontsize="11"]
   judgment      [label="Would you buy it?", fontsize="11"]
+
   judgment      [label="Would you buy it?\n(ask your co-volunteers\nfor advise)", fontsize="11"]
 
   riser        [label="Does it require a\nRISER\nfor the cards?", fontsize="11"]
 
   riser        [label="Does it require a\nRISER\nfor the cards?", fontsize="11"]
  
Line 17: Line 17:
 
   start        -> storeneed
 
   start        -> storeneed
 
   storeneed    -> recycle [taillabel="NO"]
 
   storeneed    -> recycle [taillabel="NO"]
   storeneed    -> at [label="YES"]
+
   storeneed    -> format [label="YES"]
 +
  format      -> recycle [label="DESKTOP"]
 +
  format      -> at [label="TOWER"]
 
   at          -> recycle [label="YES"]
 
   at          -> recycle [label="YES"]
 
   at          -> missingparts [label="NO"]
 
   at          -> missingparts [label="NO"]
Line 25: Line 27:
 
   proprietary  -> riser [label="NO"]
 
   proprietary  -> riser [label="NO"]
 
   riser        -> recycle [label="YES"]
 
   riser        -> recycle [label="YES"]
   riser        -> keep [label="NO"]
+
   riser        -> clean [label="NO"]
 +
  clean        -> recycle [label="NO"]
 +
  clean        -> judgment [label="YES"]
 +
  judgment    -> recycle [label="NO"]
 +
  judgment    -> keep [label="YES"]
 
    
 
    
 
   }
 
   }

Revision as of 15:46, 25 October 2006

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