Difference between revisions of "Case Triage"

From FreekiWiki
Jump to navigation Jump to search
 
 
(35 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Category: Triage]]
+
{{migrated}}
[[Category: Prebuild]]
+
[https://docs.google.com/document/d/1daRrf_SW2pp5JTk3Hjo3ynZTifvvJFw_6lLJg2G5LuA/edit?usp=sharing link]
 +
 
 +
==BLACK Chart==
 +
;Do we want to keep the case?
 +
<div style="border: 10px solid BLACK; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 +
 
 +
<graphviz>
 +
  digraph D {
 +
 
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
 +
 
 +
  start        [label="START HERE",
 +
                  label_es="INICIAR AQUI",
 +
                  shape="box", style="bold", color="brown"]
 +
  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)",
 +
                  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.)"]
 +
  storeneed    [label="Does the\nSTORE NEED CASES\ntoday?\n(check the\nBRIGHT YELLOW sign)",
 +
                  label_es="¿NECESITA LA\nTIENDA\n GABINETES hoy?\n(revise el anuncio\n AMARILLO LUMINOSO)"]
 +
  recycle      [label="NO\nWe don't want the case!",
 +
                  label_es="NO\n¡Nosotros no queremos este gabinete!",
 +
                  shape="box"]
 +
  keep          [label="YES\nWe do want the case!",
 +
                  label_es="SI\n¡Queremos el gabinete!",
 +
                  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
 +
  drool        -> keep [taillabel="YES", taillabel_es="SI"]
 +
  drool        -> storeneed [taillabel="NO"]
 +
  storeneed    -> recycle [taillabel="NO"]
 +
  storeneed    -> format [label="YES", label_es="SI"]
 +
  format      -> recycle [label="DESKTOP"]
 +
  format      -> at [label="TOWER"]
 +
  at          -> recycle [label="YES", label_es="SI"]
 +
  at          -> missingparts [label="NO"]
 +
  missingparts -> recycle [label="YES", label_es="SI"]
 +
  missingparts -> proprietary [label="NO"]
 +
  proprietary  -> recycle [label="YES", label_es="SI"]
 +
  proprietary  -> riser [label="NO"]
 +
  riser        -> recycle [label="YES", label_es="SI"]
 +
  riser        -> judgment [label="NO"]
 +
  clean        -> cleanit [label="NO"]
 +
  clean        -> keep [label="YES", label_es="SI"]
 +
  cleanit      -> keep
 +
  judgment    -> recycle [label="NO"]
 +
  judgment    -> clean [label="YES", label_es="SI"]
 +
  keep        -> not_done
 +
  recycle      -> not_done
 +
 
 +
  }
 +
</graphviz>
 +
 
 +
 
 +
* Actually we do not discriminate based on age. If you are not 15 but drool over this case, it's probably OK.
 +
</div>
 +
 
 +
English Version: [[Case_Triage]]
 +
 
 +
Vercion Español: [[Case_Triage_en_Español]]
 +
 
 +
[[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