Difference between revisions of "User:Gambitnut/Scratch"

From FreekiWiki
Jump to navigation Jump to search
(started bike crash flow chart for Phil)
(updated)
Line 2: Line 2:
 
   digraph H {
 
   digraph H {
 
      
 
      
     main            [label="MAIN\nCHART", fontsize="11", style="bold", shape="tripleoctagon"]
+
     durant       [label="Kevin Durant", fontsize="11", shape="box"]
 
+
     atlanta [label="Who does Atlanta pick?", fontsize="11"]
    putoncart      [label="If you still have a case,\nput it on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
+
     oden       [label="Greg Oden", fontsize="11", shape="box"]
    legacy          [label="Take system to\nLEGACY SYSTEM EVAL", fontsize="11", style="bold", shape="box"]
+
     portland       [label="Who does Portland pick?", fontsize="11"]
    getlabel       [label="Get out of the way", fontsize="11", shape="box"]
 
     alreadyrejected [label="Are you hurt?", fontsize="11"]
 
     askwhere       [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
 
     incompatible    [label="Did the driver stop?", fontsize="11"]
 
    at              [label="Does it have an\nonboard AT keyboard\nconnector?", fontsize="11"]
 
    tallyit        [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
 
    received       [label="Are you in danger?", fontsize="11"]
 
 
     start          [label="START HERE", shape="box", fontsize="11", style="bold"]
 
     start          [label="START HERE", shape="box", fontsize="11", style="bold"]
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11", shape="box"]
+
      
    triage          [label="Go through the\nSYSTEM EVALUATION 1 TRIAGE chart\n(then come back here)", shape="box", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
 
    triageoutcome  [label="What did the\nSYSTEM EVALUATION 1TRIAGE chart\nsay to do?", fontsize="11"]
 
    waiting        [label="Put it on the\nWAITING PILE\nfor\nSYSTEM EVALUATION 2", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
 
    recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box", fontsize="11"]
 
    ifmobo          [label="Remove the MOTHERBOARD\nthen\ntake the MOTHERBOARD to\nADVANCED TESTING", shape="box", fontsize="11"]
 
    ifcase          [label="Remove the MOTHERBOARD\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ntake the CASE to\nTHRIFT STORE", shape="box", fontsize="11"]
 
    wantmobo        [label="Do we want the Motherboard?\n(see chart)", fontsize="11"]
 
    wantcase        [label="Do we want the case?\n(see chart)", fontsize="11"]
 
    takethingsout  [label="Remove ALL CARDS\nand\nALL DIMMs\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ncheck the WHITE BOARD for other things we want today", shape="box", fontsize="11"]
 
 
 
    start -> received
 
 
 
    received -> getlabel [label="YES"]
 
    received -> alreadyrejected [taillabel="NO"]
 
 
 
    getlabel -> alreadyrejected
 
 
 
    alreadyrejected -> wantcase [taillabel="YES"]
 
    alreadyrejected -> incompatible [taillabel="NO"]
 
 
 
    incompatible -> askwhere [taillabel="YES"]
 
    incompatible -> at [taillabel="NO"]
 
 
 
    at -> legacy [taillabel="YES"]
 
    at -> triage [taillabel="NO"]
 
 
 
    triage -> triageoutcome
 
 
 
    triageoutcome -> wantcase [label="RECYCLE"]
 
    triageoutcome -> waiting [label="(not recycle)"]
 
 
 
    recyclelabel -> tallyit
 
    tallyit      -> wantmobo
 
   
 
    wantcase -> ifcase [label="YES"]
 
    wantcase -> recyclelabel  [label="NO"]
 
  
     wantmobo -> ifmobo [label="YES"]
+
     start -> portland
    wantmobo -> takethingsout [label="NO"]
 
  
     ifcase -> recyclelabel
+
     portland -> durant [label="ODEN"]
 +
    portland -> oden [taillabel="DURANT"]
  
     ifmobo -> takethingsout
+
     oden -> atlanta
 +
    durant -> atlanta
  
    takethingsout -> putoncart
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>
  
==Incompatibles==
 
* Amiga
 
* Apple, etc:
 
** Mac
 
** Radius
 
** PowerPC
 
** PowerComputing
 
* Commodore
 
* DEC (Digital Equipment Corporation)
 
* Sun
 
* Silicon Graphics (SGI)
 
** Indy (they're '''blue''')
 
  
[[Category: Prebuild]]
 
 
[[Category: Triage]]
 
[[Category: Triage]]

Revision as of 14:36, 27 June 2007

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