Difference between revisions of "System Evaluation Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   digraph EVAL2 {
 
   digraph EVAL2 {
  
     getlabel        [label="Get system labels\nfrom Receiving"]
+
    ddr            [label="Are there any\nDDR slots?", fontsize="11"]
     goodcase        [label="Is is a\nGENERIC CASE\nwith all its parts?"]
+
     getlabel        [label="Get system labels\nfrom Receiving", fontsize="11"]
     labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front.\n(Also note PROC SPEED)"]
+
     goodcase        [label="Is is a\nGENERIC CASE\nwith all its parts?", fontsize="11"]
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information"]  
+
     labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front.\n(Also note PROC SPEED)", fontsize="11"]
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(and come back here)", shape="box"]  
+
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information", fontsize="11"]  
     pullspecial    [label="Pull cards, RAM,\ndrives, and motherboard"]
+
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(and come back here)", shape="box", fontsize="11"]  
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)"]
+
     pullspecial    [label="Pull cards, RAM,\ndrives, and motherboard", fontsize="11"]
     received        [label="Has it been\nRECEIVED?"]
+
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", fontsize="11"]
     recyclelabel    [label="Fill out\nand put a\nRECYCLE LABEL\non its front"]
+
     received        [label="Has it been\nRECEIVED?", fontsize="11"]
     rejectpile      [label="Put it on\nthe REJECT pile\n(for EVAL 1)", URL="/index.php?title=System_Evaluation_1_Overview"]
+
     recyclelabel    [label="Fill out\nand put a\nRECYCLE LABEL\non its front", fontsize="11"]
     start          [label="START HERE", shape="box"]
+
     rejectpile      [label="Put it on\nthe REJECT pile\n(for EVAL 1)", URL="/index.php?title=System_Evaluation_1_Overview", fontsize="11"]
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET"]
+
     start          [label="START HERE", shape="box", fontsize="11"]
     triage          [label="Go through the\nEVAL 2 TRIAGE chart\n(and come back here)", shape="box", URL="/index.php/System_Evaluation_2_Triage"]
+
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11"]
     triageoutcome  [label="What did TRIAGE\nsay to do?"]
+
    tardis          [label="Send to\nthe TARDIS\n(no processing)", fontsize="11", shape="box"]
     trytopost      [label="TRY TO GET IT\nTO POST\n(and come back here)\nDid you get the processor information?", shape="box", URL="/index.php/Getting_the_System_to_POST"]
+
     triage          [label="Go through the\nEVAL 2 TRIAGE chart\n(and come back here)", shape="box", URL="/index.php/System_Evaluation_2_Triage", fontsize="11"]
 +
     triageoutcome  [label="What did TRIAGE\nsay to do?", fontsize="11"]
 +
     trytopost      [label="TRY TO GET IT\nTO POST\n(and come back here)\nDid you get the processor information?", shape="box", URL="/index.php/Getting_the_System_to_POST", fontsize="11"]
  
     start -> received
+
     start -> ddr
 +
    ddr -> received [label="NO"]
 +
    ddr -> tardis  [label="YES"]
 
     received -> getlabel [label="NO"]
 
     received -> getlabel [label="NO"]
 
     received -> trytopost [label="YES"]
 
     received -> trytopost [label="YES"]

Revision as of 16:13, 17 December 2005

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