Difference between revisions of "User:Tonyr/MacTriage/Current"

From FreekiWiki
Jump to navigation Jump to search
(first shot at new triage flow)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
My Mac Triage process development sandbox.  Current work (evolving version) goes here.  Every once in a while I'll take a snapshot and put it in some kind of version tree.  Is there anything like a version control system for wiki pages around here?
 
My Mac Triage process development sandbox.  Current work (evolving version) goes here.  Every once in a while I'll take a snapshot and put it in some kind of version tree.  Is there anything like a version control system for wiki pages around here?
  
This page was copied to [[Mac_Process_Flowcharts]] on or about 23May07]].
 
  
 
==Overview==
 
==Overview==
Line 9: Line 8:
 
     Start          [label="Start\nHere" shape=box]  
 
     Start          [label="Start\nHere" shape=box]  
 
     QiMacSlot      [label="Is it a\nSlotLoad iMac?"]
 
     QiMacSlot      [label="Is it a\nSlotLoad iMac?"]
 +
    QeMac          [label="Is it an eMac?"]
 +
    QLCDiMac        [label="Is it a\nLCD FlatScreen iMac?"]
 
     QTower          [label="Is it a\nG3/G4/G5 Tower?"]
 
     QTower          [label="Is it a\nG3/G4/G5 Tower?"]
     QLaptop        [label="Is it a Laptop?"]
+
     QLaptop        [label="Is it a\nLaptop/Notebook?"]
 +
    QCube          [label="Is it a Cube?"]
 
     QG34Laptop      [label="Is it a G3/G4 Laptop?"]
 
     QG34Laptop      [label="Is it a G3/G4 Laptop?"]
     iMacBuildShelf  [label="iMac Build Shelf" shape=box]
+
     QOldApple      [label="Does it seem to\nbe a computer box?"]
 +
    MacWhseShelf    [label="Mac Warehouse Shelf" shape=box]
 +
    MacMiscShelf    [label="Mac Miscellaneous Shelf" shape=box]
 
     TARDIS          [label="TARDIS" shape=box]
 
     TARDIS          [label="TARDIS" shape=box]
     RemoveParts    [label="Remove Parts" shape=box]
+
    TakeApart      [label="TakeApart/Recycle" shape=box]
     Recycle        [label="Recycle" shape=box]
+
     RemoveParts    [label="Remove Components\*" shape=box]
 +
     Reject          [label="Reject" shape=box]
 
   
 
   
 
     Start          -> QiMacSlot
 
     Start          -> QiMacSlot
 
     QiMacSlot      -> QTower [label="No"]
 
     QiMacSlot      -> QTower [label="No"]
 
     QiMacSlot      -> RemoveParts [label="Yes"]
 
     QiMacSlot      -> RemoveParts [label="Yes"]
     QTower          -> QLaptop [label="No"]
+
     QTower          -> QeMac [label="No"]
     QTower          -> RemoveParts [label="Yes"]  
+
     QTower          -> RemoveParts [label="Yes"]
     QLaptop        -> RemoveParts [label="No"]
+
    QeMac          -> QLCDiMac [label="No"]
 +
    QeMac          -> MacWhseShelf [label="Yes"]
 +
    QLCDiMac        -> QCube [label="No"]
 +
    QLCDiMac        -> TARDIS [label="Yes"]
 +
    QCube          -> QLaptop [label="No"]
 +
    QCube          -> TARDIS [label="Yes"]
 +
     QLaptop        -> QOldApple [label="No"]
 
     QLaptop        -> QG34Laptop [label="Yes"]
 
     QLaptop        -> QG34Laptop [label="Yes"]
     QG34Laptop      -> RemoveParts [label="No"]
+
     QG34Laptop      -> TakeApart [label="No"]
 
     QG34Laptop      -> TARDIS [label="Yes"]
 
     QG34Laptop      -> TARDIS [label="Yes"]
     RemoveParts    -> iMacBuildShelf    
+
    QOldApple      -> Reject [label="Yes"]
 +
    QOldApple      -> MacMiscShelf [label="No"]
 +
     RemoveParts    -> MacWhseShelf    
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
 +
==Notes==
 +
* iMac/G3/G4/G5 removeable parts are Hard Drive, Memory, and Battery
 +
* Laptop TakeApart is done at the Triage Station; remove battery, display, hard drive

Latest revision as of 23:26, 8 October 2007

My Mac Triage process development sandbox. Current work (evolving version) goes here. Every once in a while I'll take a snapshot and put it in some kind of version tree. Is there anything like a version control system for wiki pages around here?


Overview

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

Notes

  • iMac/G3/G4/G5 removeable parts are Hard Drive, Memory, and Battery
  • Laptop TakeApart is done at the Triage Station; remove battery, display, hard drive