Difference between revisions of "Talk:System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Most of the server definition has been cut, we should either cut it completely or add the rest back.  Which way do we want to go?
+
==YELLOW Chart==
 +
<graphviz>
 +
  digraph Eval2 {
  
[[User:gambitnut|Blaine]]
+
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
  
: Huh? What's been cut? [[User:Rfs|RfS]] 10:36, 10 Aug 2006 (PDT)
+
  start        [label="START HERE", shape="box", style="bold"]
 +
  server        [label="Do we want it for a\nSERVER?\n(see chart and\nthen come back here)"]
 +
  keep          [label="This is a regular\nKEEPER SYSTEM", shape="box", style="bold"]
 +
  recycle      [label="We will\nRECYCLE the system", shape="box", style="bold"]
 +
  fastenough    [label="Does it have a\n933 MHz or faster proc?\n(or an AMD proc with\na model # of 933 or greater?)"]
 +
  blowncaps    [label="Are there any\nBLOWN CAPS?"]
 +
  enterprise    [label="This will be a\nSERVER", shape="box", style="bold"]
  
Not sure which previous comments are still current, but I'm editing this to include more modern processors. [[User:Wy|Wy]] 20:43, 2 May 2008 (PDT)
+
  sdram        [label="Are there any\nSDRAM slots?"]
 +
  low_end      [label="Does it have a processor that is\n1.5 Ghz or FASTER?"]
 +
 
 +
  start        -> blowncaps
 +
 
 +
  blowncaps    -> server  [label="NO"]
 +
  blowncaps    -> recycle [label="YES"]
 +
 
 +
  server      -> enterprise  [label="YES"]
 +
  server      -> low_end    [label="NO"]
 +
 
 +
  low_end    -> sdram  [label="NO"]
 +
  low_end    -> keep    [label="YES"]
 +
 
 +
  sdram      -> recycle      [label="NO"]
 +
  sdram      -> fastenough  [label="YES"]
 +
 
 +
  fastenough  -> keep    [label="YES"]
 +
  fastenough  -> recycle [label="NO"]
 +
 
 +
  }
 +
</graphviz>

Latest revision as of 15:26, 28 October 2008

YELLOW Chart

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