Difference between revisions of "MacBuild Laptop Eval"

From FreekiWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
   start  [label="Start Here" shape=box style=bold]
 
   start  [label="Start Here" shape=box style=bold]
 
   laptop [label="Is it an Apple laptop?"]
 
   laptop [label="Is it an Apple laptop?"]
 +
  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"]
 
   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 23: Line 25:
 
   troubleshoot [label="Refer to the Troubleshooting guide.\n  Were you able to resolve the issue?"]
 
   troubleshoot [label="Refer to the Troubleshooting guide.\n  Were you able to resolve the issue?"]
 
   resolved [label="Return to the step that led\n you to the troubleshooting process" shape=box]
 
   resolved [label="Return to the step that led\n you to the troubleshooting process" shape=box]
   parts [label="This is a PARTS machine.\n Refer to the PARTS flowchart." shape=box]
+
   dead [label="This is a DEAD laptop.\n Attach a PARTS label and\n check the DEAD checkbox." shape=box]
 +
  harvest [label="Place on the Harvest pile" shape=box style=bold]
  
 
   start -> laptop
 
   start -> laptop
 
   laptop -> minspec [label="Yes"]
 
   laptop -> minspec [label="Yes"]
 +
  laptop -> ask [label="No"]
 
   minspec -> ramps [label="Yes"]
 
   minspec -> ramps [label="Yes"]
   minspec -> parts [label="No"]
+
   minspec -> hd [label="No"]
 
   ramps -> add [label="No"]
 
   ramps -> add [label="No"]
 
   ramps -> power [label="Yes"]
 
   ramps -> power [label="Yes"]
Line 35: Line 39:
 
   power -> troubleshoot [label="No"]
 
   power -> troubleshoot [label="No"]
 
   troubleshoot -> resolved [label="Yes"]
 
   troubleshoot -> resolved [label="Yes"]
   troubleshoot -> parts [label="No"]
+
   troubleshoot -> dead [label="No"]
 +
  dead -> harvest
 
   display -> reset [label="Yes"]
 
   display -> reset [label="Yes"]
 
   display -> troubleshoot [label="No"]
 
   display -> troubleshoot [label="No"]
Line 45: Line 50:
 
   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:08, 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.

Parts Eval

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