Edited wiki page GSoC2011GUIOverhaul through web user interface.
diff --git a/GSoC2011GUIOverhaul.wiki b/GSoC2011GUIOverhaul.wiki
index eeaf5ff..5bd4375 100644
--- a/GSoC2011GUIOverhaul.wiki
+++ b/GSoC2011GUIOverhaul.wiki
@@ -22,9 +22,19 @@
 
 ----
 
-= Proposed timeline =
+= Iconic Dashboard Architecture =
 
-My proposed timline
+Iconic dashboard basically is a chunk of template, or a Django view that will be rendered as a partial HTML. Specifically, the view will be rendered as a collection of links that nested or linked to another page. Iconic dashboard consists of:
+ * Django view (app/soc/views/dashboard.py). Classes in this view are not supposed to be instantiated directly, where each class acts as a base class. To implement iconic dashboard at least one derived class must be created.
+ * Djano template (app/soc/templates/v2/soc/dashboard/*)
+
+Given use cases of GSoC program below on how to alter the dashboard will give you an understanding how the dashboard works.
+
+== Iconic Dashboard Use Case in Admin Dashboard (GSoC) ==
+
+
+== Iconic Dashboard Use Case in Participant Dashboard (GSoC) ==
+
 ----
 
 = Meetings and Agendas =