Difference between revisions of "User:Arrogantrabbit"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
Current Project: Updating Keyboard Testing Flowchart
+
Current Project: Updating Facilitator/Scribe Schedules
  
<graphviz>
+
Input: John, Goutham, Andrew, Elizabeth, Anne
digraph KB {
 
  
  node [fontname="Helvetica", fontsize="12"]
+
Assuming (Elizabeth-Andrew-John-Anne-Goutham),
  edge [fontname="Helvetica"]
 
  
  START [style="bold", shape="box"]
+
===June 10===
  test [style="dashed, bold"]
+
====Facilitator Elizabeth====
  recycle [style="bold", shape="octagon", color="red"]
+
====Scribe Andrew====
  staff [style="bold", shape="octagon", color="blue"]
 
  obox [style="bold", shape="box", color="green"]
 
  usbk [style="bold", shape="box", color="yellow"]
 
  blkbox [style="bold", shape="box"]
 
  whtbox [style="bold", shape="box", color="grey"]
 
  wbox [style="bold", shape="box", color="magenta"]
 
  usb [color="yellow", style="bold"]
 
  white [color="grey", style="bold"]
 
  black [style="bold"]
 
  neither [color="blue", style="bold"]
 
  
 +
===June 24===
  
  START [fontsize="14"]
+
====Facilitator Andrew====
  basic [label="Is it a keyboard?"]
+
====Scribe John====
  aesthetic  [label="Pick the keyboard up and look at it.\nIs it in good condition?"]
 
  usbk [label="Put it in the\nUSB KEYBOARDS BOX", fontsize="14"]
 
  color [label="Is it mostly black or white?"]
 
  clicky [label="Feel the keys.\nIs the keyboard CLICKY?\n(See Example)"]
 
  ergo [label="Inspect it.\nIs it an ergonomic, foldable model?\n(See Example)"]
 
  staff [label="ASK A\nSTAFF\nMEMBER", fontsize="14"]
 
  obox [label="Put it in the\nONLINE SALES BOX", fontsize="14"]
 
  recycle [label="RECYCLE\nTHE\nKEYBOARD", fontsize="14"]
 
  port [label="What kind of CONNECTOR does it have?"]
 
  ps2 [label ="PS2"]
 
  usb [label="USB"]
 
  color [label="What color are the KEYS?"]
 
  black [label="Mostly BLACK"]
 
  white [label="Mostly WHITE"]
 
  neither [label="NEITHER black nor white"]
 
  weird [label="Look at the cable.\nDoes it have a USB or PS2 connector?"]
 
  test [label="Plug it in and test it.\nDOES EVERY KEY WORK?"]
 
  blkbox [label="Put it in the\nTESTED BLACK PS2s BOX", fontsize="14"]
 
  whtbox [label="Put it in the\nTESTED WHITE PS2s BOX", fontsize="14"]
 
  wireless [label="Is it a WIRELESS KEYBOARD?"]
 
  wbox [label="Take it to the\nWIRELESS KEYBOARDS & MICE BOX", fontsize="14"]
 
  apple [label="Is it an\nAPPLE OR MACINTOSH\nkeyboard?"]
 
  eject [label="Does it have an EJECT button?"]
 
  
  START -> basic
+
===July 8===
 +
====Facilitator John====
 +
====Scribe Anne====
  
  basic -> wireless[label="Yes"]
+
===July 22===
  basic -> staff [label="No", color="blue", style="bold"]
+
====Facilitator Anne====
 +
====Scribe Goutham====
  
  wireless -> aesthetic [label="No"]
 
  wireless -> wbox [label="Yes", color="magenta", style="bold"]
 
  
  aesthetic -> clicky [label="Yes"]
+
===August 12===
  aesthetic -> recycle [label="No", color="red", style="bold"]
+
====Facilitator Goutham====
 +
====Scribe Elizabeth====
  
  clicky -> ergo [label="No"]
+
===August 26===
  clicky -> obox [label="Yes", color="green", style="bold"]
+
====Facilitator Elizabeth====
 +
====Scribe Andrew====
  
  ergo -> weird [label="No"]
+
===September 09===
  ergo -> obox [label="Yes", color="green", style="bold"]
+
====Facilitator Andrew====
 +
====Scribe John====
  
  weird -> test [label="Yes"]
+
===September 23===
  weird -> recycle [label="No", color="red", style="bold"]
+
====Facilitator John====
 +
====Scribe Anne====
  
  test -> apple [label="Yes"]
+
===October 14===
  test -> recycle [label="No", color="red", style="bold"]
+
====Facilitator Anne====
 
+
====Scribe Goutham====
  apple -> eject [label="Yes"]
 
  apple -> port [label=" No"]
 
 
 
  eject -> port [label="Yes"]
 
  eject -> recycle [label="No", color="red", style="bold"]
 
 
 
  port -> ps2
 
  port -> usb [color="yellow", style="bold"]
 
 
 
  ps2 -> color
 
 
 
  color -> black [style="bold"]
 
  color -> white [color= "grey", style="bold"]
 
  color -> neither [color= "blue", style="bold"]
 
 
 
  black -> blkbox [style="bold"]
 
 
 
  white -> whtbox [color="grey", style="bold"]
 
 
 
  neither -> staff [color="blue", style="bold"]
 
 
 
  usb -> usbk [color="yellow", style="bold"]
 
 
 
}
 
</graphviz>
 
 
 
[[Image:PS2.png]]
 
[[Image:USB.png]]
 

Revision as of 18:03, 29 May 2010

Current Project: Updating Facilitator/Scribe Schedules

Input: John, Goutham, Andrew, Elizabeth, Anne

Assuming (Elizabeth-Andrew-John-Anne-Goutham),

June 10

Facilitator Elizabeth

Scribe Andrew

June 24

Facilitator Andrew

Scribe John

July 8

Facilitator John

Scribe Anne

July 22

Facilitator Anne

Scribe Goutham

August 12

Facilitator Goutham

Scribe Elizabeth

August 26

Facilitator Elizabeth

Scribe Andrew

September 09

Facilitator Andrew

Scribe John

September 23

Facilitator John

Scribe Anne

October 14

Facilitator Anne

Scribe Goutham