Difference between revisions of "Mac"

From FreekiWiki
Jump to navigation Jump to search
(overview flowchart)
Line 5: Line 5:
  
 
There is a related PPS stub [http://wiki.freegeek.org/index.php?title=General_Priorities&action=edit&section=6 here]. This page should be considered a sandbox until a formal process definition is created.
 
There is a related PPS stub [http://wiki.freegeek.org/index.php?title=General_Priorities&action=edit&section=6 here]. This page should be considered a sandbox until a formal process definition is created.
 +
 +
Here is first cut at an overview
 +
==Overview==
 +
<graphviz>
 +
digraph macProcess {
 +
    Eval            [label="Eval" shape=octagon]
 +
    FGkeep          [label="Does FG want it?"]
 +
    MRkeep          [label="Does MacRenewal want it?"]
 +
    CRT            [label="Does it have a CRT?"]
 +
    Recycle        [lable="Recycle" shape=box]
 +
    SpecialRecycle  [label="Special recycle" shape=box]
 +
    MacPile        [label="Return to MacPile" shape=box]
 +
    MacRebuild      [label="Send to Mac Rebuild" shape=box]
 +
 +
    Eval        -> FGkeep
 +
    FGkeep      -> MRkeep [label="No"]
 +
    FGkeep      -> MacRebuild [label="Yes"]
 +
    MRkeep      -> CRT [label="No"]
 +
    MRkeep      -> MacPile [label="Yes"]
 +
    CRT        -> Recycle [label="No"]
 +
    CRT        -> SpecialRecycle [label="Yes"]
 +
}</graphviz>
 +
 +
 +
==MacRenewal Reject Criteria==
 +
*(Lorraine's rejection list goes here)

Revision as of 23:48, 30 December 2006

This page will contain information about the FreeGeek process for Apple Macintosh computers, including receiving, recycling, and build. 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.

There is a related PPS stub here. This page should be considered a sandbox until a formal process definition is created.

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.


MacRenewal Reject Criteria

  • (Lorraine's rejection list goes here)