Difference between revisions of "MacBuild CED Eval"

From FreekiWiki
Jump to navigation Jump to search
(New page: ==CED Eval== <graphviz> digraph macCEDeval { start [label="Start Here" shape=box style=bold] uncovered [label="Is it marked as an UNCOVERED DEVICE?"] return [label="Return to MacB...)
 
Line 3: Line 3:
 
digraph macCEDeval {
 
digraph macCEDeval {
 
   start  [label="Start Here" shape=box style=bold]
 
   start  [label="Start Here" shape=box style=bold]
   uncovered  [label="Is it marked as an UNCOVERED DEVICE?"]
+
   uncovered  [label="Is it marked as an\n UNCOVERED DEVICE?"]
 
   return  [label="Return to MacBuild Shelf Eval" shape=box style=bold]
 
   return  [label="Return to MacBuild Shelf Eval" shape=box style=bold]
 
   minimum  [label="Does it meet minimum processor\n spec for building in MacBuild?"]
 
   minimum  [label="Does it meet minimum processor\n spec for building in MacBuild?"]
 
   power  [label="Does it power on?"]
 
   power  [label="Does it power on?"]
 +
  display  [label="Does it have a\n built-in display?"]
 +
  displaytest  [label="Test the display.  \nDoes it work?" shape=box]
 +
  blowncaps  [label="Can you see any\n BLOWN CAPS?"]
 +
  cedkeep  [label="Tally as CED - Kept" shape=box style=bold]
 
   exceptional  [label="Does it have\n EXCEPTIONAL COMPONENTS?"]
 
   exceptional  [label="Does it have\n EXCEPTIONAL COMPONENTS?"]
 
   oldmac  [label="Is it on the Old Mac\n keeper list?"]
 
   oldmac  [label="Is it on the Old Mac\n keeper list?"]
 
   pull  [label="Pull HD and smash" shape=box]
 
   pull  [label="Pull HD and smash" shape=box]
   cedtally [label="Tally as CED - Recycled" shape=box style=bold]
+
   cedrecycle [label="Tally as CED - Recycled" shape=box style=bold]
  
 
   start -> uncovered
 
   start -> uncovered
Line 18: Line 22:
 
   minimum -> exceptional [label="No"]
 
   minimum -> exceptional [label="No"]
 
   power -> exceptional [label="No"]
 
   power -> exceptional [label="No"]
 +
  power -> display [label="Yes"]
 +
  display -> displaytest [label="Yes"]
 +
  displaytest -> exceptional [label="No"]
 +
  displaytest -> cedkeep [label="Yes"]
 +
  display -> blowncaps [label="No"]
 +
  blowncaps -> exceptional [label="Yes"]
 +
  blowncaps -> cedkeep [label="No"]
 
   exceptional -> oldmac [label="No"]
 
   exceptional -> oldmac [label="No"]
 
   oldmac -> pull [label="No"]
 
   oldmac -> pull [label="No"]
   pull -> cedtally
+
   pull -> cedrecycle
 +
  cedkeep -> return
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 14:41, 7 January 2009

CED Eval

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