Difference between revisions of "Card sorting by function"

From FreekiWiki
Jump to navigation Jump to search
(we will probably never use this but I was bored so I created a flow chart for card sorting)
 
Line 3: Line 3:
  
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
   cardtype      [label="What TYPE of CARD is it?", fontsize="11"]
+
   video        [label="VIDEO", fontsize="11", shape="box", style="bold"]
  cardslot      [label="What type of SLOT does the CARD go into?", fontsize="11"]
+
   sound         [label="SOUND", fontsize="11", shape="box", style="bold"]
   video         [label="VIDEO", fontsize="11", shape="box"]
+
   modem         [label="MODEM", fontsize="11", shape="box", style="bold"]
  sound        [label="SOUND", fontsize="11", shape="box"]
+
   nic           [label="NETWORK", fontsize="11", shape="box", style="bold"]
   modem   [label="MODEM", fontsize="11", shape="box"]
+
   combo         [label="COMBO", fontsize="11", shape="box", style="bold"]
   nic [label="NETWORK", fontsize="11", shape="box"]
+
   else          [label="EVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
   combo       [label="COMBO", fontsize="11", shape="box"]
+
 
   elsetype    [label="EVERYTHING ELSE", fontsize="11", shape="box"]
+
   hd15          [label="Does it have an\nHD15 connector?", fontsize="11"]
   agp      [label="AGP", fontsize="11", shape="box"]
+
   rj11s        [label="Does it have an\nTWO RJ11 connectors?", fontsize="11"]
   pci  [label="PCI", fontsize="11", shape="box"]
+
   rj45          [label="Does it have an\nRJ45 connector?", fontsize="11"]
   isa      [label="ISA", fontsize="11", shape="box"]
+
   soundports   [label="Does it have little round\nSOUND PORTS?", fontsize="11"]
   elseslot   [label="EVERYTHING ELSE", fontsize="11", shape="box"]
+
   singlerj11    [label="Does it have an\na SINGLE RJ11 connector?", fontsize="11"]
   pile  [label="Which PILE does the card go into?", fontsize="11"]
+
 
   videoagp  [label="VIDEO\nAGP", fontsize="11", shape="box", style="bold"]
+
   subsortpci    [label="Subsort into\nPCI and NON-PCI piles", fontsize="11", style="bold"]
   videopci  [label="VIDEO\nPCI", fontsize="11", shape="box", style="bold"]
+
   nosubsort    [label="No Subsort Needed", fontsize="11", style="bold"]
   videoelseslot  [label="VIDEO\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
+
   subsortagp    [label="Subsort into\nPCI, AGP, and OTHER", fontsize="11", style="bold"]
   soundpci  [label="SOUND\nPCI", fontsize="11", shape="box", style="bold"]
+
   subsortisa    [label="Subsort into\nPCI, ISA, and OTHER", fontsize="11", style="bold"]
   soundelseslot  [label="SOUND\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
+
 
   modempci  [label="MODEM\nPCI", fontsize="11", shape="box", style="bold"]
+
 
   modemisa  [label="MODEM\nISA", fontsize="11", shape="box", style="bold"]
+
  start -> hd15
   modemelseslot  [label="MODEM\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
+
   hd15 -> video [label="YES"]
   nicpci100  [label="NETWORK\nPCI MARKED 100", fontsize="11", shape="box", style="bold"]
+
   hd15 -> rj11s [label="NO"]
   nicpci10  [label="NETWORK\nPCI NOT MARKED 100", fontsize="11", shape="box", style="bold"]
+
   rj11s -> modem [label="YES"]
   nicelseslot  [label="NETWORK\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
+
   rj11s -> rj45 [label="NO"]
   comboisa  [label="COMBO", fontsize="11", shape="box", style="bold"]
+
   rj45 -> nic [label="YES"]
   elsecardpci    [label="EVERYTHING ELSE\nPCI", fontsize="11", shape="box", style="bold"]
+
   rj45 -> soundports [label="NO"]
   elsecardelseslot  [label="EVERYTHING ELSE\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
+
   soundports -> singlerj11 [label="YES"]
 +
   soundports -> else [label="NO"]
 +
   singlerj11 -> combo [label="YES"]
 +
   singlerj11 -> sound [label="NO"]
 +
 
 +
  video -> subsortagp
 +
  modem -> subsortisa
 +
  combo -> nosubsort
 +
  sound -> subsortpci
 +
  nic -> subsortpci
 +
  else -> subsortpci
  
  start      -> cardtype
 
  cardtype        -> video
 
  cardtype        -> sound
 
  cardtype        -> modem
 
  cardtype        -> nic
 
  cardtype  -> combo
 
  cardtype  -> elsetype
 
  video        -> cardslot
 
  sound        -> cardslot
 
  modem      -> cardslot
 
  nic      -> cardslot
 
  combo  -> cardslot
 
  elsetype  -> cardslot
 
  cardslot    -> agp
 
  cardslot    -> pci
 
  cardslot      -> isa
 
  cardslot      -> elseslot
 
  agp  -> pile
 
  pci  -> pile
 
  isa -> pile
 
  elseslot -> pile
 
  pile -> videoagp
 
  pile -> videopci
 
  pile -> videoelseslot
 
  pile -> soundpci
 
  pile -> soundelseslot
 
  pile -> modempci
 
  pile -> modemisa
 
  pile -> modemelseslot
 
  pile -> nicpci100
 
  pile -> nicpci10
 
  pile -> nicelseslot
 
  pile -> comboisa
 
  pile -> elsecardpci
 
  pile -> elsecardelseslot
 
 
    
 
    
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 +
 +
If it is a PCI network card, sort into two piles, those marked 100 and those that are not:
 +
 +
<graphviz>
 +
  digraph D {
 +
 +
  nicpci100    [label="NETWORK\nPCI MARKED 100", fontsize="11", shape="box", style="bold"]
 +
  nicpci10      [label="NETWORK\nPCI NOT MARKED 100", fontsize="11", shape="box", style="bold"]
 +
 +
  }
 +
</graphviz>
 +
 +
You should now have up to 14 piles:
 +
 +
# Video Cards, PCI
 +
# Video Cards, AGP
 +
# Video Cards, OTHER
 +
# Modems, PCI
 +
# Modems, ISA
 +
# Modems, OTHER
 +
# Sound, PCI
 +
# Sound, NON-PCI
 +
# Network, PCI, 100
 +
# Network, PCI, NOT 100
 +
# Network, NON-PCI
 +
# Miscellaneous, PCI
 +
# Miscellaneous, NON-PCI
 +
# Combo
 +
  
 
[[Category: Triage]]
 
[[Category: Triage]]
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 19:08, 11 March 2006

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

If it is a PCI network card, sort into two piles, those marked 100 and those that are not:

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

You should now have up to 14 piles:

  1. Video Cards, PCI
  2. Video Cards, AGP
  3. Video Cards, OTHER
  4. Modems, PCI
  5. Modems, ISA
  6. Modems, OTHER
  7. Sound, PCI
  8. Sound, NON-PCI
  9. Network, PCI, 100
  10. Network, PCI, NOT 100
  11. Network, NON-PCI
  12. Miscellaneous, PCI
  13. Miscellaneous, NON-PCI
  14. Combo