Difference between revisions of "Laptop Evaluation"

From FreekiWiki
Jump to navigation Jump to search
 
(255 intermediate revisions by 8 users not shown)
Line 1: Line 1:
'''Simple laptop Evaluation''' [[image:Tinyspid.gif]]
+
[[Category:Delete]]
  
<graphvizr>
+
__NOTOC__
 +
 
 +
 
 +
<graphviz>
 
   digraph D {
 
   digraph D {
  
 
#  size="7,10"
 
#  size="7,10"
  
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
   node [fontname="Helvetica", fontsize="10"]
  usb          [label="Does it have usb?", fontsize="11"]
+
   edge [fontname="Helvetica"]
  apples        [label="Is it an Apple?", fontsize="11"]
 
  macpile      [label="Put it in the Mac pile.\nDo not mine.", fontsize="11", shape="box", style="bold"]
 
  powerable    [label="Does it have RAM\nand a power supply?", fontsize="11"]
 
  getpower      [label="get 'em", fontsize="11", shape="diamond"]
 
  poweron      [label="Does it power on?", fontsize="11"]
 
  screeny      [label="Working screen?", fontsize="11"]
 
  handwavy      [label="Give it to an instructor\nfor Eval2.", fontsize="11", shape="box", style="bold"]
 
  posty        [label="Does it post?", fontsize="11"]
 
  procclass    [label="Processor Class Shown?" fontsize="11"]
 
  enoughproc    [label="Pentium MMX 233 or better?" fontsize="11"]
 
  bios          [label="Enter BIOS\n(usu.F1,F2,F10,DEL or ESC)" fontsize="11"]
 
  yet          [label="Proc class shown yet?" fontsize="11"]
 
   whatzit      [label="Boot With Memtest \n+86 disk" fontsize="11"]
 
  record        [label="Pull Hard Drive*\nand record info\non keeper sticker" fontsize="11"]
 
  hdnote        [label="*If HD hard to remove,\nwipe in system" fontsize="11" shape="diamond"]
 
  hipower      [label="Over 1.4Ghz?" fontsize="11"]
 
  lockup        [label="Give it to an instructor\nfor Lockup.", fontsize="11", shape="box", style="bold"]
 
  recycle      [label="RECYCLE the system", fontsize="11", shape="box", style="bold"]
 
  hdsize        [label="Hard Drive 4GB or larger?", fontsize="11",]
 
  hdrecyc      [label="Throw in Bad HD bin", fontsize="11",shape="box", style="bold"]
 
  hdkeep        [label="Put in disk wiping\nincoming", fontsize="11",shape="box", style="bold"]
 
  file          [label="File the Keeper\nby Brand", fontsize="11",shape="box", style="bold"]  
 
  
 +
  removehdd      [label="REMOVE THE HARD DRIVE.\nIf you're having trouble locating\nit, consult your Instructor", style=bold, color="red" shape="tripleoctagon"]
 +
  removecd        [label="OPEN THE OPTICAL DRIVE.\nUse a paper clip to eject the cd\ntray, and put any CD/DVDs into the\nRETURN TO RECEIVING box.", shape="tripleoctagon" color="orange"]
 +
  usb            [label="Is there a USB port?", shape="box"]
 +
  damage          [label="Is the screen broken or is there any other\ndamage that affects the usability of this system?", shape="box"]
 +
  oldspecs        [label="Is the system a Pentium II or earlier?", shape="box"]
 +
  powersupply    [label="Check the power ratings on the bottom\nof the system (sometimes underneath the battery)\nand look for a compatible adapter on the shelves.\n", shape="box", color="blue"]
 +
  postbios        [label="Does the system POST?\nCan you get into BIOS?", shape="box"]
 +
  postfaq        [label="Consult the POST Troubleshooting Guide...\nDoes the system POST?", shape="box", color="blue"]
 +
  specs          [label="Do the specs fit within our Builds?\n(Consult the whiteboard, or an Instructor)", shape="box"]
 +
  keeper          [label="IT'S A KEEPER!\nGrab a Keeper label and fill out\nthe Evaluation Checklist)", shape="doubleoctagon", color="green"]
 +
  asis            [label="WE DON'T WANT IT...\nBUT MAYBE SOMEBODY DOES!\nFollow the As-Is Laptop checklist.", shape="doubleoctagon", URL="http://wiki.freegeek.org/index.php/As-Is_Checklist", color="brown"]
 +
  parts          [label="MAKE IT A PARTS MACHINE!\nFollow the Laptop Parts Machine Checklist", shape="doubleoctagon", URL="http://wiki.freegeek.org/index.php/Laptop_Parts_Machine", color="yellow"]
 +
  recycle        [label="DISPOSE OF IT!\nFollow the Laptop Recycling checklist.", shape="doubleoctagon" URL="http://wiki.freegeek.org/index.php/Laptop_Recycling", color="red"]
 +
  harddrive      [label="Install a hard drive appropriate for its specs.\nMake sure to note whether it's IDE or SATA", shape="box", color="blue"]
 +
  memtest        [label="Set the machine up for Memtest.\nMake sure the RAM installed fits its Build Spec!", shape="box", color="blue"]
 +
  shiny          [label="Is this system either:\n\nParticularly shiny?\nA model we commonly build?\nSomething you couldn't bear to see recycled?", shape="box"]
 +
  storebox        [label="Include the power adapter, and put it on the\nbottom of the Store Cart", shape="box", color="blue"]
 +
  instructor      [label="Once the label is COMPLETELY filled\nout, hand it to your Instructor!", shape="box", color="blue"]
 +
  recyclecart    [label="Double check to see whether the for an\n'Uncovered Electronic Device' or 'FG-PDX' sticker\nand have your Instructor sign off on it!", shape="box", color="blue"],
  
  start      -> usb
+
  removehdd -> removecd
  usb         -> apples  [label="YES"]
+
  removecd -> usb
  usb         -> recycle [label="NO"]
+
  usb -> damage          [label="Y", color="green"]
  apples      -> macpile [label="YES"]
+
  usb -> recycle         [label="N", color="red"]
  apples      -> powerable [label="NO"]
+
  damage -> oldspecs      [label="N", color="green"]
  powerable   -> poweron [label="YES"]
+
  damage -> shiny        [label="Y", color="red"]
  powerable   -> getpower [label="NO"]
+
   specs -> keeper        [label="Y", color="green"]
  getpower    -> poweron
+
   specs -> asis          [label="Y", color="brown"]
  poweron    -> screeny [label="YES"]
+
  specs -> recycle        [label="N", color="red"]
  screeny    -> posty [label="YES"]
+
  shiny -> recycle        [label="N", color="red"]
  screeny    -> handwavy [label="NO"]
+
  shiny -> parts          [label="Y", color="yellow"]
  poweron    -> handwavy [label="NO"]
+
   oldspecs -> recycle    [label="Y", color="red"]
  posty      -> procclass [label="YES"
+
   oldspecs -> powersupply
  posty      -> handwavy [label="NO"]
+
  powersupply -> postbios
  procclass   -> enoughproc [label="YES"]
+
  postbios -> postfaq    [label="N", color="red"]
  procclass   -> bios [label="NO"]
+
  postbios -> specs      [label="Y", color="green"]
  bios        -> yet
+
  postfaq -> specs        [label="Y", color="green"]
  yet        -> whatzit [label="NO"]
+
  postfaq -> shiny        [label="N", color="red"]
  yet        -> enoughproc [label="YES"]
+
  keeper -> harddrive   
  whatzit    -> enoughproc
+
  harddrive -> memtest
  enoughproc  -> hipower [label="YES"]
+
  asis -> storebox
  enoughproc  -> recycle [label="NO"]
+
  parts -> instructor
  hipower    -> record  [label="NO"]
+
  recycle -> recyclecart
  hipower    -> lockup [label="YES"]
+
 
  record      -> hdnote
+
  { rank=min; removehdd removecd usb }
  record      -> hdsize
+
  { rank=same; parts recycle keeper asis }
  hdsize      -> hdrecyc [label="NO"]
+
 
  hdsize      -> hdkeep  [label="YES"]
 
  hdrecyc    -> file
 
  hdkeep      -> file 
 
 
}
 
}
</graphvizr>
+
</graphviz>
 
 
[[Category: Laptops]]
 
 
 
[[Laptop Evaluation2]]
 

Latest revision as of 12:23, 17 September 2013



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