Difference between revisions of "MacBuild Shelf Eval (deprecated)"

From FreekiWiki
Jump to navigation Jump to search
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
<graphviz>
 
<graphviz>
 
digraph macShelveval {
 
digraph macShelveval {
 +
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
 +
 
     StartHere      [label="Start Here" shape=box style=bold]
 
     StartHere      [label="Start Here" shape=box style=bold]
     Apple          [label="Is it an Apple/Macintosh product?"]
+
     Apple          [label="Is it an Apple/Macintosh\n product?"]
 +
    ced  [label="See CED Eval\n flowchart" shape=box style=bold]
 
     Computer        [label="Is it a computer?"]
 
     Computer        [label="Is it a computer?"]
     Laptop        [label="Is it a laptop?"]
+
     minimum  [label="Does it meet MINIMUM PROCESSOR\n SPEC for building in MacBuild?"]
    CRT        [label="Does it have a built-in CRT?"]
+
     display  [label="Does it have a\n built-in display?"]
     LCD        [label="Does it have a built-in LCD?"]
+
     dischart     [label="See Built-In Display \nEval flowchart" shape=box style=bold]
     crtchart     [label="See Built-In CRT \nEval flowchart" shape=box style=bold]
 
 
     SysEval        [label="Send to System Eval 1" shape=box style=bold]
 
     SysEval        [label="Send to System Eval 1" shape=box style=bold]
 
     Harvest        [label="Harvest Hard Drive,\n DIMMs/SODIMMs,\nand 3.6v Li Battery" shape=box]
 
     Harvest        [label="Harvest Hard Drive,\n DIMMs/SODIMMs,\nand 3.6v Li Battery" shape=box]
 
     RejectSys      [label="Attach REJECT tag" shape=box]
 
     RejectSys      [label="Attach REJECT tag" shape=box]
 
     blowncaps    [label="Can you see any\nBLOWN CAPS?"]
 
     blowncaps    [label="Can you see any\nBLOWN CAPS?"]
    beige          [label="Is it beige?"]
 
 
     oldmac      [label="Is it on the Old \nMac Keeper list?"]
 
     oldmac      [label="Is it on the Old \nMac Keeper list?"]
 
     oldmacshelf  [label="Put on Old Mac shelf" shape=box style=bold]
 
     oldmacshelf  [label="Put on Old Mac shelf" shape=box style=bold]
 
     AskWhere        [label="Ask where it goes" shape=box style=bold]
 
     AskWhere        [label="Ask where it goes" shape=box style=bold]
    MacBuild        [label="Place on Mac/Apple \nshelf in Tardis" shape=box style=bold]
 
 
     whse      [label="Put in Mac area of warehouse" shape=box style=bold]
 
     whse      [label="Put in Mac area of warehouse" shape=box style=bold]
 
      
 
      
Line 24: Line 26:
 
     Computer  -> AskWhere [label="No"]
 
     Computer  -> AskWhere [label="No"]
 
     Apple  -> SysEval [label="No"]
 
     Apple  -> SysEval [label="No"]
     Apple  -> Laptop [label="Yes"]
+
     Apple  -> ced [label="Yes"]
     Laptop    -> MacBuild [label="Yes"]
+
     ced  -> minimum
     Laptop -> beige [label="No"]
+
     minimum     -> oldmac [label="No"]
    beige     -> oldmac [label="Yes"]
+
     minimum -> display [label="Yes"]
     beige -> LCD [label="No"]
+
     display     -> dischart [label="Yes"]
    LCD -> MacBuild [label="Yes"]
+
     display     -> Harvest [label="No"]
     LCD -> CRT [label="No"]
 
    CRT     -> crtchart [label="Yes"]
 
     CRT     -> Harvest [label="No"]
 
 
     oldmac -> RejectSys [label="No"]
 
     oldmac -> RejectSys [label="No"]
 
     oldmac -> oldmacshelf [label="Yes"]
 
     oldmac -> oldmacshelf [label="Yes"]
Line 43: Line 42:
 
</graphviz>
 
</graphviz>
  
[[Category:Macintosh]]
+
[[Category:Macintosh Archive]]

Latest revision as of 17:17, 5 November 2013

Shelf Eval

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