Difference between revisions of "Http:wiki.freegeek.org/index.php/User:Cliff/SDA Desktop Triage"
Jump to navigation
Jump to search
(Created page with "<graphviz> digraph D { node [fontname="Helvetica", fontsize="11"] edge [fontname="Helvetica"] start [label="START", shape="box", style="bold"] notyet [labe...") |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | ==BLUE Chart== | ||
+ | <div style="border: 10px solid BLUE; 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", | ||
+ | fontsize="10", shape="box", style="bold", color="blue"] | ||
+ | |||
+ | at [label="Is it beige?", | ||
+ | label_es="¿Puede usted ver un\nconector \n''AT keyboard''?"] | ||
+ | proc_gone [label="Is the\nPROCESSOR\nCLEARLY MISSING?", | ||
+ | label_es="¿Puede usted ver\nsi FALTA\nEL PROCESADOR?"] | ||
+ | |||
+ | mobo [label="Is the\nMOTHERBOARD\nthere?", | ||
+ | label_es="¿Se encuentra la\n''la tarjeta madre''\nAHI?"] | ||
+ | missingparts [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)", | ||
+ | label_es="¿Faltan\nPARTES \nDEL \nARMAZÓN?\n(es decir, de la parte \nlateral o frontal)"] | ||
+ | memory [label="Can you see\nany DDR slots?\n(single notch near the middle) PLEASE SEE INSTRUCTOR", | ||
+ | label_es="¿Puede usted ver\nalgunas ranuras de DDR?\n(una sola ranura en el centro)"] | ||
+ | blowncaps [label="Can you see \nany BLOWN CAPS?", | ||
+ | label_es="¿Puede usted ver\nalgun transistor quemado o defectuoso?"] | ||
+ | |||
+ | sataports [label="Can you see \nany SATA PORTS?", | ||
+ | label_es="¿Puede usted ver\nalguna SATA PORTS?"] | ||
+ | |||
+ | pull_mobo1 [label="PULL THE MOTHERBOARD\nand take it to\nAdvanced Testing", | ||
+ | label_es="DESMONTE LA ''TARJETA MADRE''\ny llévela a\n''Advanced Testing''", | ||
+ | shape="box"] | ||
+ | pull_mobo2 [label="We are recycling\nthis system\nbecause of\nBLOWN CAPS", | ||
+ | label_es="Vamos a reciclar\neste sistema\nporque tiene\n''UN TRANSISTOR DEFECTUOSO''", | ||
+ | shape="box"] | ||
+ | |||
+ | keep [label="KEEP IT\n(for now anyway)", | ||
+ | label_es="CONSERVELA\n(por el momento)", | ||
+ | shape="box", style="bold"] | ||
+ | recycle [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nand CIRCLE the reason\nyou got here)", | ||
+ | label_es="Vamos a reciclarla.\nEn la etiqueta ''RECYCLE'' \ncircule el motivo\npor cual se recicla)", | ||
+ | shape="box", style="bold"] | ||
+ | |||
+ | not_done [label="You're not done yet!", | ||
+ | label_es="No esta terminado todavia!"] | ||
+ | |||
+ | |||
+ | go_back [label="Go back to\nthe main chart", | ||
+ | label_es="Regrese al\ndiagrama principal", | ||
+ | shape="box", URL="/index.php?title=System_Evaluation_Overview", style="dashed", color="red"] | ||
+ | |||
+ | start -> at | ||
+ | |||
+ | at -> recycle [taillabel="YES", taillabel_es="SÍ"] | ||
+ | at -> mobo [taillabel="NO"] | ||
+ | |||
+ | mobo -> memory [taillabel="YES", taillabel_es="SÍ"] | ||
+ | mobo -> recycle [taillabel="NO"] | ||
+ | |||
+ | |||
+ | memory -> recycle [taillabel="NO"] | ||
+ | memory -> proc_gone [label="yes"] | ||
+ | |||
+ | proc_gone -> blowncaps [label="NO"] | ||
+ | proc_gone -> recycle [taillabel="YES", taillabel_es="SÍ"] | ||
+ | |||
+ | pull_mobo1 -> pull_mobo2 -> recycle | ||
+ | |||
+ | blowncaps -> missingparts [taillabel="NO"] | ||
+ | blowncaps -> sataports [taillabel="YES", taillabel_es="SÍ"] | ||
+ | |||
+ | sataports -> pull_mobo2 [taillabel="NO"] | ||
+ | sataports -> pull_mobo1 [taillabel="YES", taillabel_es="SÍ"] | ||
+ | |||
+ | missingparts -> recycle [taillabel="YES", taillabel_es="SÍ"] | ||
+ | missingparts -> keep [taillabel="NO"] | ||
+ | |||
+ | keep -> not_done | ||
+ | |||
+ | |||
+ | recycle -> not_done | ||
+ | not_done -> go_back | ||
+ | |||
+ | } | ||
+ | </graphviz> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
<graphviz> | <graphviz> | ||
digraph D { | digraph D { |
Revision as of 17:57, 6 June 2014
BLUE Chart
- Boot Without Keyboard
- Just make sure it attempts to boot; no need to install a hard drive during Eval.
- Auto-Reboot After Power-Loss
- Will the system reboot all by itself after a power-loss when the system was running before the power-loss (required)? Will the system stay off after a power-loss when the system was not running before the power-loss (optional)?