Added meeting notes for June 21st.
diff --git a/GSoC2010DataSeeder.wiki b/GSoC2010DataSeeder.wiki
index b882f2e..8a6d826 100644
--- a/GSoC2010DataSeeder.wiki
+++ b/GSoC2010DataSeeder.wiki
@@ -406,6 +406,35 @@
 
 = Meetings and Agendas =
 
+== Monday June 21, 2010 19:40 in UTC ==
+===Meeting Logs===
+    Meeting start: http://www.thousandparsec.net/~irc/logm/%23melange.2010-06-21.log.html#t2010-06-21T19:39:50
+
+    Meeting end: http://www.thousandparsec.net/~irc/logm/%23melange.2010-06-21.log.html#t2010-06-21T21:34:24
+
+===Meeting Notes===
+
+  Location: #melange on freenode
+
+  Chaired by: Mario Ferraro
+
+  Notes taken by: Felix Kerekes
+
+  * Data JSON
+    * Currently includes some redundant information (i.e. base properties are repeated in all child)
+    * Refactor to only include model-specific properties without the inherited properties (the latter can be found by looking at the parent). Complicates the client-side code a bit, but inheritance should be somehow handled anyway.
+  * Web interface
+    * First, read http://jsninja.com/Overview !!!
+    * Extend the base Melange JavaScript scripts
+      * Add a switch to http://code.google.com/p/soc/source/browse/app/soc/templates/soc/base.html#109
+      * Adda a new param to http://code.google.com/p/soc/source/browse/app/soc/views/helper/params.py#54
+      * Use http://code.google.com/p/soc/source/browse/app/soc/content/js/melange.tooltip-100204.js as a skeleton for melange.seeder-??????.js (lines 1-43 and 102)
+      * Template
+        * See http://code.google.com/p/soc/source/browse/app/soc/templates/soc/organization/home.html#20 for defining a melangeContext atribute
+        * See http://code.google.com/p/soc/source/browse/app/soc/content/js/templates/soc/organization/home-091027.js for a JS file connected to the template
+    * Work on unminimized files. Minimize only when deploying.
+
+
 == Tuesday June 1, 2010 09:00 in UTC ==
 ===Meeting Logs===
     Meeting start: http://www.thousandparsec.net/~irc/logm/%23melange.2010-06-01.log.html#t2010-06-01T09:17:38