Difference between revisions of "Meta Triage of Systems"

From FreekiWiki
Jump to navigation Jump to search
Line 26: Line 26:
 
   }
 
   }
 
</graphvizr>
 
</graphvizr>
The idea of this chart is to safely bypass the ever-bottlenecked INCOMING pile in system evaluation. If you don't know how to identify the terms on this page, please learn to before attempting this job. In general this job should be done by trained system evaluation instructors and staff.
+
The idea of this chart is to safely bypass the ever-bottlenecked INCOMING pile in '''System Evaluation'''. If you don't know how to identify the terms on this page, please learn to before attempting this job. In general this job should be done by trained system evaluation instructors and staff.
  
Meta-triage should take into account the current needs of both Hardware ID and Case Management and System Eval. For example, if there are a lot of systems in Hardware ID and not so many in System Eval, moving incoming systems directly into Hardware ID should be avoided.
+
Meta-triage should take into account the current needs of both '''Hardware ID and Case Management''' and '''System Evaluation'''. For example, if there are a lot of systems in '''Hardware ID''' and not so many in '''System Evaluation''', moving incoming systems directly into '''Hardware ID''' should be avoided.
  
 
Category:  
 
Category:  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 17:20, 15 November 2008

<graphvizr>

 digraph BUILDPATH {
  node [fontname="Helvetica", fontsize="11"]
  edge [fontname="Helvetica"]
  start         [label="START HERE", shape="box"]
  missingmobo [label="Missing the\nMotherboard?"]
  damaged     [label="Missing sides?\nor Other major damage?"]
  atkeyboard  [label="AT Keyboard\nconnector?"]
  incoming    [label="Leave on \nINCOMING\npile", shape="box", style="bold"]
  reject      [label="Label and put on\nREJECT\npile", shape="box", style="bold"]
  start       -> damaged
  damaged     -> reject [taillabel="YES"]
  damaged     -> missingmobo [taillabel="NO"]
  missingmobo -> reject [taillabel="YES"]
  missingmobo -> atkeyboard [taillabel="NO"]
  atkeyboard  -> reject [taillabel="YES"]
  atkeyboard  -> incoming [taillabel="NO"]
 }

</graphvizr> The idea of this chart is to safely bypass the ever-bottlenecked INCOMING pile in System Evaluation. If you don't know how to identify the terms on this page, please learn to before attempting this job. In general this job should be done by trained system evaluation instructors and staff.

Meta-triage should take into account the current needs of both Hardware ID and Case Management and System Evaluation. For example, if there are a lot of systems in Hardware ID and not so many in System Evaluation, moving incoming systems directly into Hardware ID should be avoided.

Category: