Difference between revisions of "MacBuild Laptop Eval"

From FreekiWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
   ask [label="Ask where it goes" shape=box style=bold]
 
   ask [label="Ask where it goes" shape=box style=bold]
 
   minspec [label="Does it meet MINIMUM PROCESSOR\n SPEC for building in MacBuild?"]
 
   minspec [label="Does it meet MINIMUM PROCESSOR\n SPEC for building in MacBuild?"]
   hd [label="Attach a PARTS label and\n check the HD checkbox"]
+
   hd [label="Attach a PARTS label and\n check the HD checkbox" shape=box]
 
   ramps [label="Does it have RAM\n and a power supply?"]
 
   ramps [label="Does it have RAM\n and a power supply?"]
 
   add [label="Add RAM and/or\n power supply" shape=box]
 
   add [label="Add RAM and/or\n power supply" shape=box]
Line 33: Line 33:
 
   minspec -> ramps [label="Yes"]
 
   minspec -> ramps [label="Yes"]
 
   minspec -> hd [label="No"]
 
   minspec -> hd [label="No"]
 +
  hd -> harvest
 
   ramps -> add [label="No"]
 
   ramps -> add [label="No"]
 
   ramps -> power [label="Yes"]
 
   ramps -> power [label="Yes"]
Line 50: Line 51:
 
   optical -> badopt [label="No"]
 
   optical -> badopt [label="No"]
 
   badopt -> keeperon
 
   badopt -> keeperon
 
}
 
</graphviz>
 
 
==Parts Eval==
 
<graphviz>
 
digraph macpartseval {
 
 
  node [fontname="Helvetica", fontsize="11"]
 
  edge [fontname="Helvetica"]
 
 
  start  [label="Start Here" shape=box style=bold]
 
  power [label="Does the laptop power on?"]
 
  dead [label="This is a DEAD laptop.\n Check the DEAD laptop checkbox\n on a PARTS label and attach to laptop" shape=box]
 
  display [label="Does the display work?"]
 
 
  
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 16:16, 29 July 2009

MacBuild Laptop Eval

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