Difference between revisions of "System Evaluation Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 65: Line 65:
 
     goodcase -> putoncart [taillabel="YES"]
 
     goodcase -> putoncart [taillabel="YES"]
 
     goodcase -> recyclelabel [taillabel="NO"]
 
     goodcase -> recyclelabel [taillabel="NO"]
 +
  }
 +
</graphviz>
 +
 +
 +
    addstuff        [label="Add the RAM and VIDEO"]
 +
    bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?"]
 +
    checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
 +
    floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nCan you get the\nPROCESSOR INFO?"]
 +
    getlabel        [label="Get system labels\nfrom Receiving"]
 +
    goodcase        [label="Is is a\nGENERIC CASE\nwith all its parts?"]
 +
    labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front"]
 +
    manualdetermine [label="MANUALLY DETERMINE\nthe processor information"]
 +
    mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(and come back here)"]
 +
    post            [label="Does it\nPOST?"]
 +
    poweron        [label="Does it\nPOWER ON?"]
 +
    powersupply    [label="Does it have a\nPOWER SUPPLY?"]
 +
    proc            [label="Does it have a\nPROCESSOR?"]
 +
    procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
 +
    pullspecial    [label="Pull cards, RAM,\ndrives, and motherboard"]
 +
    putoncart      [label="Put on\nthe CART\n(label and back\nvisible)"]
 +
    ramvideo        [label="Does it have\nRAM and VIDEO?"]
 +
    received        [label="Has it been\nRECEIVED?"]
 +
    recyclelabel    [label="Fill out\nand put a\nRECYCLE LABEL\non its front"]
 +
    rejectpile      [label="Put it on\nthe REJECT pile\n(for EVAL 1)", URL="/index.php?title=System_Evaluation_1_Overview"]
 +
    simplify        [label="SIMPLIFY\nRemove uneeded cards and drives\nDoes it POST?"]
 +
    start          [label="START HERE", shape="box"]
 +
    tallyit        [label="Copy info\nfrom label to\nTALLY SHEET"]
 +
    triage          [label="Go through the\nEVAL 2 TRIAGE chart\n(and come back here)"]
 +
    triageoutcome  [label="What did TRIAGE\nsay to do?"]
 +
 +
<graphviz>
 +
  digraph EVAL2OVERVIEWA {
 +
 +
    start -> received
 +
    received -> trytopost
 +
    trytopost -> diditpost
 +
    diditpost -> triage
 +
    diditpost -> manualdetermine
 +
    manualdetermine -> triage
 +
    triage -> triageoutcome
 +
    triageoutcome -> recyclelabel [taillabel="RECYCLE"]
 +
    recyclelabel -> rejectpile
 +
    triageoutcome -> labelit [taillabel="KEEP"]
 +
    labelit -> tallyit
 +
    tallyit -> mineit
 +
    mineit -> putoncart
 +
    triageoutcome -> pullspecial [taillabel="SPECIAL\nMINING"]
 +
    pullspecial -> goodcase
 +
    goodcase -> putoncart [taillabel="YES"]
 +
    goodcase -> recyclelabel [taillabel="NO"]
 +
  }
 +
</graphviz>
 +
 +
<graphviz>
 +
  digraph EVAL2OVERVIEWB {
 +
 +
    start -> powersupply [taillabel="YES"]
 +
    powersupply -> proc [taillabel="YES"]
 +
    powersupply -> manualdetermine [taillabel="NO"]
 +
    proc -> ramvideo [taillabel="YES"]
 +
    proc -> triage [taillabel="NO"]
 +
    ramvideo -> poweron [taillabel="YES"]
 +
    ramvideo -> addstuff [taillabel="NO"]
 +
    addstuff -> poweron
 +
    poweron -> post [taillabel="YES"]
 +
    poweron -> checkconnect [taillabel="NO"]
 +
    checkconnect -> post [taillabel="YES"]
 +
    checkconnect -> manualdetermine [taillabel="NO"]
 +
    post -> procinfo [taillabel="YES"]
 +
    post -> simplify [taillabel="NO"]
 +
    procinfo -> bios [taillabel="NO"]
 +
    bios -> triage [taillabel="YES"]
 +
    bios -> floppyboot [taillabel="NO"]
 +
    simplify -> procinfo [taillabel="YES"]
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 17:25, 28 October 2005

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


   addstuff        [label="Add the RAM and VIDEO"]
   bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?"]
   checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
   floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nCan you get the\nPROCESSOR INFO?"]
   getlabel        [label="Get system labels\nfrom Receiving"]
   goodcase        [label="Is is a\nGENERIC CASE\nwith all its parts?"]
   labelit         [label="Fill out\nand put a\nKEEPER LABEL\non its front"]
   manualdetermine [label="MANUALLY DETERMINE\nthe processor information"] 
   mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(and come back here)"] 
   post            [label="Does it\nPOST?"]
   poweron         [label="Does it\nPOWER ON?"]
   powersupply     [label="Does it have a\nPOWER SUPPLY?"]
   proc            [label="Does it have a\nPROCESSOR?"]
   procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
   pullspecial     [label="Pull cards, RAM,\ndrives, and motherboard"]
   putoncart       [label="Put on\nthe CART\n(label and back\nvisible)"]
   ramvideo        [label="Does it have\nRAM and VIDEO?"]
   received        [label="Has it been\nRECEIVED?"]
   recyclelabel    [label="Fill out\nand put a\nRECYCLE LABEL\non its front"]
   rejectpile      [label="Put it on\nthe REJECT pile\n(for EVAL 1)", URL="/index.php?title=System_Evaluation_1_Overview"]
   simplify        [label="SIMPLIFY\nRemove uneeded cards and drives\nDoes it POST?"]
   start           [label="START HERE", shape="box"]
   tallyit         [label="Copy info\nfrom label to\nTALLY SHEET"]
   triage          [label="Go through the\nEVAL 2 TRIAGE chart\n(and come back here)"]
   triageoutcome   [label="What did TRIAGE\nsay to do?"]

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

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