Difference between revisions of "Case Triage"

From FreekiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
<graphviz>
 +
  digraph D {
 +
 +
  start        [label="START HERE", 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"]
 +
  at            [label="Is it an\nAT case\n(check power supply)?", 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, HP)?", fontsize="11"]
 +
  riser        [label="Does it require a\nRISER\nfor the cards?", fontsize="11"]
 +
 +
 +
  start        -> at
 +
  at          -> recycle [label="YES"]
 +
  at          -> missingparts [label="NO"]
 +
  missingparts -> recycle [label="YES"]
 +
  missingparts -> proprietary [label="NO"]
 +
  proprietary  -> recycle [label="YES"]
 +
  proprietary  -> riser [label="NO"]
 +
  riser        -> recycle [label="YES"]
 +
  riser        -> keep [label="NO"]
 +
 
 +
  }
 +
</graphviz>
 +
 +
[[Category: Triage]]
 +
[[Category: Prebuild]]
 +
 +
 
[[Category: Triage]]
 
[[Category: Triage]]
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 17:29, 11 February 2006

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