Difference between revisions of "Laptop Evaluation"

From FreekiWiki
Jump to navigation Jump to search
 
(257 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"]
   apples        [label="Is it an Apple?", fontsize="11"]
+
   edge [fontname="Helvetica"]
  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"]
+
  removehdd       [label="REMOVE THE HARD DRIVE.\nIf you're having trouble locating\nit, consult your Instructor", style=bold, color="red" shape="tripleoctagon"]
  getpower      [label="get 'em", fontsize="11", shape="diamond"]
+
  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"]
  poweron      [label="Does it power on?", fontsize="11"]
+
  usb            [label="Is there a USB port?", shape="box"]
  screeny      [label="Working screen?", fontsize="11"]
+
  damage          [label="Is the screen broken or is there any other\ndamage that affects the usability of this system?", shape="box"]
  handwavy      [label="Give it to an instructor\nfor Eval2.", fontsize="11", shape="box", style="bold"]
+
  oldspecs        [label="Is the system a Pentium II or earlier?", shape="box"]
  posty        [label="Does it post?", fontsize="11"]
+
  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"]
  procclass    [label="Processor Class Shown?" fontsize="11"]
+
  postbios        [label="Does the system POST?\nCan you get into BIOS?", shape="box"]
  enoughproc    [label="P100 or better?" fontsize="11"]
+
  postfaq        [label="Consult the POST Troubleshooting Guide...\nDoes the system POST?", shape="box", color="blue"]
  bios          [label="Enter BIOS\n(usu.F1,F2,F10,DEL or ESC)" fontsize="11"]
+
  specs          [label="Do the specs fit within our Builds?\n(Consult the whiteboard, or an Instructor)", shape="box"]
  yet          [label="Proc class shown yet?" fontsize="11"]
+
  keeper          [label="IT'S A KEEPER!\nGrab a Keeper label and fill out\nthe Evaluation Checklist)", shape="doubleoctagon", color="green"]
  whatzit      [label="Boot With Memtest \n+86 disk" fontsize="11"]
+
  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"]
  record        [label="Pull Hard Drive*\nand record info\non keeper sticker" fontsize="11"]
+
  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"]
  hdnote        [label="*If HD hard to remove,\nwipe in system" fontsize="11" shape="diamond"]
+
  recycle        [label="DISPOSE OF IT!\nFollow the Laptop Recycling checklist.", shape="doubleoctagon" URL="http://wiki.freegeek.org/index.php/Laptop_Recycling", color="red"]
  hipower      [label="Over 1.Ghz?" fontsize="11"]
+
  harddrive      [label="Install a hard drive appropriate for its specs.\nMake sure to note whether it's IDE or SATA", shape="box", color="blue"]
  lockup        [label="Give it to an instructor\nfor Lockup.", fontsize="11", shape="box", style="bold"]
+
  memtest        [label="Set the machine up for Memtest.\nMake sure the RAM installed fits its Build Spec!", shape="box", color="blue"]
  recycle      [label="RECYCLE the system", fontsize="11", shape="box", style="bold"]
+
  shiny          [label="Is this system either:\n\nParticularly shiny?\nA model we commonly build?\nSomething you couldn't bear to see recycled?", shape="box"]
  hdsize        [label="Hard Drive 2GB or larger?", fontsize="11",]
+
  storebox        [label="Include the power adapter, and put it on the\nbottom of the Store Cart", shape="box", color="blue"]
  hdrecyc      [label="Throw in Bad HD bin", fontsize="11",shape="box", style="bold"]
+
  instructor      [label="Once the label is COMPLETELY filled\nout, hand it to your Instructor!", shape="box", color="blue"]
  hdkeep        [label="Put in disk wiping\nincoming", fontsize="11",shape="box", style="bold"]
+
  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"],
  file          [label="File the Keeper\nby Brand", fontsize="11",shape="box", style="bold"]  
 
  
 +
  removehdd -> removecd
 +
  removecd -> usb
 +
  usb -> damage          [label="Y", color="green"]
 +
  usb -> recycle          [label="N", color="red"]
 +
  damage -> oldspecs      [label="N", color="green"]
 +
  damage -> shiny        [label="Y", color="red"]
 +
  specs -> keeper        [label="Y", color="green"]
 +
  specs -> asis          [label="Y", color="brown"]
 +
  specs -> recycle        [label="N", color="red"] 
 +
  shiny -> recycle        [label="N", color="red"]
 +
  shiny -> parts          [label="Y", color="yellow"]
 +
  oldspecs -> recycle    [label="Y", color="red"]
 +
  oldspecs -> powersupply
 +
  powersupply -> postbios
 +
  postbios -> postfaq    [label="N", color="red"]
 +
  postbios -> specs      [label="Y", color="green"]
 +
  postfaq -> specs        [label="Y", color="green"]
 +
  postfaq -> shiny        [label="N", color="red"]
 +
  keeper -> harddrive   
 +
  harddrive -> memtest
 +
  asis -> storebox
 +
  parts -> instructor
 +
  recycle -> recyclecart
  
  start      -> apples
+
   { rank=min; removehdd removecd usb }
  apples      -> macpile [label="YES"]
+
   { rank=same; parts recycle keeper asis }
  apples      -> powerable [label="NO"]
+
    
  powerable   -> poweron [label="YES"]
 
  powerable   -> getpower [label="NO"]
 
  getpower    -> poweron
 
  poweron    -> screeny [label="YES"]
 
  screeny    -> posty [label="YES"]
 
  screeny    -> handwavy [label="NO"]
 
  poweron    -> handwavy [label="NO"]
 
  posty      -> procclass [label="YES"] 
 
  posty      -> handwavy [label="NO"]
 
  procclass  -> enoughproc [label="YES"]
 
  procclass   -> bios [label="NO"]
 
  bios        -> yet
 
  yet        -> whatzit [label="NO"]
 
  yet        -> enoughproc [label="YES"]
 
  whatzit    -> enoughproc
 
  enoughproc  -> hipower [label="YES"]
 
  enoughproc  -> recycle [label="NO"]
 
  hipower    -> record  [label="NO"]
 
  hipower    -> lockup [label="YES"]
 
  record      -> hdnote
 
  record      -> hdsize
 
  hdsize      -> hdrecyc [label="NO"]
 
  hdsize      -> hdkeep  [label="YES"]
 
  hdrecyc    -> file
 
  hdkeep      -> file 
 
 
}
 
}
</graphvizr>
+
</graphviz>
 
 
[[Category: Laptops]]
 

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.