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

From FreekiWiki
Jump to navigation Jump to search
(first shot at new triage flow)
(→‎Overview: some expansion)
Line 9: Line 9:
 
     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?"]
 +
    QOldApple      [label="Does it seem to\nbe a computer box?"]
 
     iMacBuildShelf  [label="iMac Build Shelf" shape=box]
 
     iMacBuildShelf  [label="iMac Build 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]
+
    Dismantle      [lable="Dismantle" shape=doublebox]
 +
     RemoveParts    [label="Remove Components\*" shape=box]
 +
    LaptopRecycle  [label="Laptop Recycle\*" shape=box]
 
     Recycle        [label="Recycle" shape=box]
 
     Recycle        [label="Recycle" shape=box]
 
   
 
   
Line 20: Line 27:
 
     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          -> iMacBuildShelf [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      -> LaptopRecycle [label="No"]
 
     QG34Laptop      -> TARDIS [label="Yes"]
 
     QG34Laptop      -> TARDIS [label="Yes"]
 +
    QOldApple      -> Dismantle [label="Yes"]
 +
    QOldApple      -> MacMiscShelf [label="No"]
 +
    Dismantle      -> Recycle
 
     RemoveParts    -> iMacBuildShelf     
 
     RemoveParts    -> iMacBuildShelf     
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
 +
==Notes==
 +
* iMac/G3/G4/G5 removeable parts are Hard Drive, Memory, and Battery
 +
* Laptop Recycle is done at the Triage Station

Revision as of 10:46, 14 August 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?

This page was copied to Mac_Process_Flowcharts on or about 23May07]].

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 Recycle is done at the Triage Station