Difference between revisions of "Mac"

From FreekiWiki
Jump to navigation Jump to search
m
(→‎Mac Triage: first try)
Line 52: Line 52:
 
<graphviz>
 
<graphviz>
 
digraph macTriage {
 
digraph macTriage {
     MacTriage      [label="Mac Triage" shape=tripleoctagon]   
+
     MacTriage      [label="Mac Triage" shape=box]
 +
    BlownCaps      [label="Are there blown caps\non the system board?"]
 +
    MinReqs        [label="Does it have CPU,\nmemory, hard drive,\ngood battery?"]
 +
    PowerPost      [label="Does it power up and POST?"]
 +
    MinTestConfig  [label="Install missing pieces\nfrom Mac HW Test Pool" shape=box]
 +
    MiningRequests [label="Are there any\nmining requests?"]
 +
    Mining        [label="Mine requested items" shape=box]
 +
    MacPile        [label="Return to MacPile" shape=box]
 +
    PmuReset      [label="Reset PMU" shape=box]
 +
    Reclaim        [label="Remove Mac Test Pool HW" shape=box]
 +
    MacRebuild    [label="Send to Mac Rebuild" shape=box]
 +
    PostAfterPmu  [label="Does it power up\nand POST now?"]
 +
    DeadAfterPmu  [label="Remove Mac Test Pool HW" shape=box]
 +
 +
   
 +
 
 +
    MacTriage      -> BlownCaps
 +
    BlownCaps      -> MiningRequests [label="Yes"]
 +
    BlownCaps      -> MinReqs [label="No"]
 +
    MiningRequests -> Mining [label="Yes"]
 +
    MiningRequests -> MacPile [label="No"]
 +
    MinReqs        -> PowerPost [label="Yes"]
 +
    MinReqs        -> MinTestConfig [label="No"]
 +
    Mining        -> MacPile
 +
    MinTestConfig  -> PowerPost
 +
    PowerPost      -> PmuReset [label="No"]
 +
    PowerPost      -> Reclaim [label="Yes" shape=box]
 +
    Reclaim        -> MacRebuild
 +
    PmuReset      -> PostAfterPmu
 +
    PostAfterPmu  -> Reclaim [label="Yes"]
 +
    PostAfterPmu  -> DeadAfterPmu [label="No"]
 +
    DeadAfterPmu   -> MacPile
 +
 
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 15:46, 31 December 2006

This page will contain information about the FreeGeek process for Apple Macintosh computers, including receiving, recycling, and build as perceived and interpreted by me, Tony Rick. The process is currently (28 December 2006) being defined, so there is nothing here yet. People active in the process definition are Dave <last-name?>, Loren <last-name?>, and Tony Rick.

At some point someone may decide that information here is worthy of merging into the overall Eval/Build process. Or maybe not.

There are references to the handling of Apple/Macintosh scattered all over this wiki. There should be a list of those on this page. Eventually, if and when this process is formalized, those references will need to be reworded to reflect the new policy.


Here is first cut at an overview

Overview

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


FG Keep Criteria

  • FG Mac lowend cutoff
  • Mac Triage storage available


MacRenewal Reject Criteria

  • (Lorraine's rejection list goes here)


Special Recycle

  • Requires special training to avoid CRT flyback transformer hazard
  • Carcass sent to Monitor Recycle


Mac Triage

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