Difference between revisions of "Case Triage"

From FreekiWiki
Jump to navigation Jump to search
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==BROWN Chart==
+
{{migrated}}
 +
[https://docs.google.com/document/d/1daRrf_SW2pp5JTk3Hjo3ynZTifvvJFw_6lLJg2G5LuA/edit?usp=sharing link]
 +
 
 +
==BLACK Chart==
 
;Do we want to keep the case?
 
;Do we want to keep the case?
<div style="border: 10px solid BROWN; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
+
<div style="border: 10px solid BLACK; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
  
 
<graphviz>
 
<graphviz>
Line 9: Line 12:
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
   start        [label="START HERE", shape="box", style="bold", color="brown"]
+
   start        [label="START HERE",  
   drool        [label="Is it\nSO COOL\nthat a 15 year old geek*\nin build would drool over it?\n(If you aren't sure, find a geek as close\nto 15 years old as possible)"]
+
                  label_es="INICIAR AQUI",
   storeneed    [label="Does the\nSTORE NEED CASES\ntoday?\n(check the\nBRIGHT YELLOW sign)"]
+
                  shape="box", style="bold", color="brown"]
   recycle      [label="NO\nWe don't want the case!", shape="box", style="bold", color="orange"]
+
   drool        [label="Is it\nSO COOL\nthat a 15 year old geek*\nin build would drool over it?\n(If you aren't sure,\nfind a geek as close\nto 15 years old as possible)",
   keep          [label="YES\nWe do want the case!", shape="box", style="bold", color="orange"]
+
                  label_es="Es esto tan COOL\nque un geek de 15\naños de edad*\nlo quisiera tener?\n(Si usted no está seguro,\nbusque al geek mas cercano\npara salir de las dudas.)"]
   at            [label="Is it an\nAT case?\n(Check keyboard connector)"]
+
   storeneed    [label="Does the\nSTORE NEED CASES\ntoday?\n(check the\nBRIGHT YELLOW sign)",
   missingparts  [label="Is is MISSING PARTS\n(like a side panel)?"]
+
                  label_es="¿NECESITA LA\nTIENDA\n GABINETES hoy?\n(revise el anuncio\n AMARILLO LUMINOSO)"]
   proprietary  [label="Is it a PROPRIETARY brand?\n(Compaq, Dell, Gateway, IBM , \nHP, eMachine, Micron, Sony)"]
+
   recycle      [label="NO\nWe don't want the case!",  
   clean        [label="Is it clean?"]
+
                  label_es="NO\n¡Nosotros no queremos este gabinete!",  
   cleanit      [label="CLEAN IT to the best of your ability", shape="box"]
+
                  shape="box"]
   format        [label="Is it a DESKTOP\n or a TOWER?"]
+
   keep          [label="YES\nWe do want the case!",  
   judgment      [label="Would you buy it\nif you were in the market for an empty case?\n(ask your co-volunteers\nfor advice)"]
+
                  label_es="SI\n¡Queremos el gabinete!",
   riser        [label="Does it require a\nRISER\nfor the cards?"]
+
                  shape="box",]
 
+
   at            [label="Is it an\nAT case?\n(Check keyboard connector)",
 +
                  label_es="¿¿Tiene este gabinete\n un conector de AT\n(Revise el conector\ndel teclado)"]
 +
   missingparts  [label="Is is MISSING PARTS\n(like a side panel)?",
 +
                  label_es="Revise el gabinete\npara mirar si faltan partes\n(por ejemplo un panel lateral)"]
 +
   proprietary  [label="Is it a PROPRIETARY brand?\n(Compaq, Dell, Gateway, IBM, \nHP, eMachine, Micron, Sony)",
 +
                  label_es="¿Tiene el gabinete una MARCA PROPIA?\n(Por ejemplo: Compaq, Dell, Gateway, IBM, \nHP, eMachine, Micron, Sony)"]
 +
   clean        [label="Is it clean?",
 +
                  label_es="¿Esta el gabinete limpio?"]
 +
   cleanit      [label="CLEAN IT to the best of your ability",  
 +
                  label_es="Remueva el polvo y\n limpie el gabinete",
 +
                  shape="box"]
 +
   format        [label="Is it a DESKTOP\n or a TOWER?",
 +
                  label_es="¿Es el gabinete un\n DESKTOP o\nuna TOWER?"]
 +
   judgment      [label="Would you buy it\nif you were in the market\nfor an empty case?\n(ask your co-volunteers\nfor advice)",
 +
                  label_es="¿Usted compraria el gabinete\nsi estuviera a la venta\ncomo un gabinete vacío\n en la tienda?\n(pregunte con sus covoluntarios\npara salir de dudas)"]
 +
   riser        [label="Does it require a\nRISER\nfor the cards?",
 +
                  label_es="¿Podría esto necesitar un\nRISER\npara las tarjetas?"]
 +
  not_done      [label="You're not done yet! \n Go back to the orange chart",
 +
                  label_es="¿No esta terminado todavia! \nVuelva al diagrama anaranjado"
 +
                  shape="box", style="bold", color="orange"]
  
 
   start        -> drool
 
   start        -> drool
   drool        -> keep [taillabel="YES"]
+
   drool        -> keep [taillabel="YES", taillabel_es="SI"]
 
   drool        -> storeneed [taillabel="NO"]
 
   drool        -> storeneed [taillabel="NO"]
 
   storeneed    -> recycle [taillabel="NO"]
 
   storeneed    -> recycle [taillabel="NO"]
   storeneed    -> format [label="YES"]
+
   storeneed    -> format [label="YES", label_es="SI"]
 
   format      -> recycle [label="DESKTOP"]
 
   format      -> recycle [label="DESKTOP"]
 
   format      -> at [label="TOWER"]
 
   format      -> at [label="TOWER"]
   at          -> recycle [label="YES"]
+
   at          -> recycle [label="YES", label_es="SI"]
 
   at          -> missingparts [label="NO"]
 
   at          -> missingparts [label="NO"]
   missingparts -> recycle [label="YES"]
+
   missingparts -> recycle [label="YES", label_es="SI"]
 
   missingparts -> proprietary [label="NO"]
 
   missingparts -> proprietary [label="NO"]
   proprietary  -> recycle [label="YES"]
+
   proprietary  -> recycle [label="YES", label_es="SI"]
 
   proprietary  -> riser [label="NO"]
 
   proprietary  -> riser [label="NO"]
   riser        -> recycle [label="YES"]
+
   riser        -> recycle [label="YES", label_es="SI"]
 
   riser        -> judgment [label="NO"]
 
   riser        -> judgment [label="NO"]
 
   clean        -> cleanit [label="NO"]
 
   clean        -> cleanit [label="NO"]
   clean        -> keep [label="YES"]
+
   clean        -> keep [label="YES", label_es="SI"]
 
   cleanit      -> keep
 
   cleanit      -> keep
 
   judgment    -> recycle [label="NO"]
 
   judgment    -> recycle [label="NO"]
   judgment    -> clean [label="YES"]
+
   judgment    -> clean [label="YES", label_es="SI"]
 +
  keep        -> not_done
 +
  recycle      -> not_done
 
    
 
    
 
   }
 
   }
Line 51: Line 75:
 
  * Actually we do not discriminate based on age. If you are not 15 but drool over this case, it's probably OK.
 
  * Actually we do not discriminate based on age. If you are not 15 but drool over this case, it's probably OK.
 
</div>
 
</div>
 +
 +
English Version: [[Case_Triage]]
 +
 +
Vercion Español: [[Case_Triage_en_Español]]
 +
 
[[Category: System Evaluation]]
 
[[Category: System Evaluation]]

Latest revision as of 17:50, 5 July 2014

deletion

This page has been migrated to a document on Free Geek's Google Drive.

Information remaining behind may no longer be relevant.

MIGRATOR:

When you have tagged this page as migrated,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


link

BLACK Chart

Do we want to keep the case?

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


* Actually we do not discriminate based on age. If you are not 15 but drool over this case, it's probably OK.

English Version: Case_Triage

Vercion Español: Case_Triage_en_Español