Difference between revisions of "User:Elizabeth/scratch.3"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
== Notes for cell phone documentation ==
+
Creating a wiki table to track online sales
* could add reset codes for samsung
 
* figure out how to link brand pages, ex: [[Nokia]], [[Motorola]], [[Samsung]] [[LG]]. incorporate different testing procedures for verizon, t-mobile, AT&T
 
* add initial tested by sticker and record service provider and model number
 
* Save batteries from newer phones
 
* To recycle batteries either keep them in the phone or tape the connector
 
;THIS FLOW CHART CAN BE FOUND ON THE WIKI NOW at [http://wiki.freegeek.org/index.php/Cell_Phone_Testing Cell Phone Testing]
 
  
= Cell Phone Testing Flow Chart =
+
* tracking gizmos from A.T. to online sales and results
 +
* Gizmo
 +
* Quantity
 +
* What area it came from
 +
* Was it tested
 +
* Date given
 +
* Date posted on eBay
 +
* Date sold
 +
* Amount sold for
 +
* Didn't sell
 +
* Gizmo sent to _____
  
<graphviz>
+
[[http://en.wikipedia.org/wiki/Template:Table Wiki Template Table]]
  digraph D {
 
  
#  size="7,10"
+
[[Table
 
+
|type=class="wikitable sortable"
  start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
|title=Example Table Two
  busted        [label="Is the phone visibly broken?", fontsize="11"]
+
|hdrs=Year!!Comments
  recycle      [label="Recycle it" fontsize="11", shape="box", style="bold"]
+
|row1=2001{{!!}}Started research
  recycle2      [label="Remove battery.", shape="box", fontsize="11", style="bold"]
+
|row2=2002{{!!}}Published findings]]
  charger      [label="Match it with a charger", fontsize="11"]
 
  charging      [label="Does it charge when you plug it in?", fontsize="11"]
 
  battery      [label="Try up to 3 batteries. Does it charge?", fontsize="11", shape="box"]
 
  sim          [label="Unplug it and replace the SIM card with blank testing SIM\n(note: Verizon does not usually take SIM cards, move on)", fontsize="11"]
 
  poweron      [label="Turn the phone on", fontsize="11"]
 
  reset        [label="Can you find a master reset and master clear option?\n(Usually in the Settings/Tools Folder)", fontsize="11"]
 
  instr          [label="Look on the wiki for instructions.\nCheck the Nokia, LG, Samsung or Motorola page.\n Did you find a clear option?" fontsize="11"]
 
  google        [label="Google it!\nNo luck? Ask your instructor", fontsize="11", shape="box", style="bold"]
 
  check        [label="Do it!\nNote: Passwords to most phones are either, 0000, 000000, 1234, or 123456\nCheck to make sure all data is erased from:\ncall log, messages, address book, calendar, and photos.\n Is the data errased?" fontsize="11"]
 
  buttons    [label="Test all buttons.\nDo they all work?" fontsize="11"]
 
  camera    [label="Test camera.\nDoes it work?" fontsize="11"]
 
  remove    [label="Remove the testing SIM\nif applicable", fontsize="11"]
 
  sticker    [label="Fill out 'Tested By' sticker" fontsize="11"]
 
  store      [label="Put phone in Store Box with charger" fontsize="11", shape="box"]
 
 
 
 
 
  start      -> busted
 
  busted      -> recycle [label="YES"]
 
  busted      -> charger [label="NO"]
 
  charger    -> charging
 
  charging    -> battery [label="NO"]
 
  battery    -> recycle [label="NO"]
 
  charging    -> sim [label="YES"]
 
  battery    -> sim [label="YES"]
 
  sim        -> poweron
 
  poweron    -> buttons
 
  buttons    -> camera [label="YES"]
 
  buttons    -> recycle2 [label="NO"]
 
  camera      -> reset [label="YES"]
 
  camera      -> recycle2 [label="NO"]
 
  reset      -> instr [label="NO"]
 
  instr        -> google [label="NO"]
 
  instr        -> check [label="YES"]
 
  reset      -> check [label="YES"]
 
  check      -> remove [label="YES"]
 
  check      -> google [label="NO"]
 
  remove      -> sticker
 
  sticker    -> store
 
  recycle2    -> recycle
 

Revision as of 11:54, 7 May 2010

Creating a wiki table to track online sales

  • tracking gizmos from A.T. to online sales and results
  • Gizmo
  • Quantity
  • What area it came from
  • Was it tested
  • Date given
  • Date posted on eBay
  • Date sold
  • Amount sold for
  • Didn't sell
  • Gizmo sent to _____

[Wiki Template Table]

[[Table |type=class="wikitable sortable" |title=Example Table Two |hdrs=Year!!Comments |row1=2001Template:!!Started research |row2=2002Template:!!Published findings]]