Edited wiki page through web user interface.
diff --git a/MeetingAgendasNotes.wiki b/MeetingAgendasNotes.wiki
index 50966e1..5aef332 100644
--- a/MeetingAgendasNotes.wiki
+++ b/MeetingAgendasNotes.wiki
@@ -13,6 +13,41 @@
 
 <wiki:toc max_depth="2" />
 
+== 5 Jul 2010 Team Web Chat == 
+
+* Chaired by:* Sverre Rabbelier <br/>
+* Notes taken by:* Leo (Chong Liu)<br/>
+
+
+=== Meeting notes 28 Jun 2010 ===
+  * Blog posts: All students have posted their blogs in this week.
+  * Update on data seeder:
+    * The seeder is able to seed models without any references and the data providers work correctly.
+    * Error/progress reporting has been implemented on the backend but not on the web interface frontend.
+    * Mario and Felix think about integrating a client-side HTML templating engine in JavaScript to Melange in order to build HTML on the fly on the client side.
+    * Three options are being considered, i.e. pure, jQuery tempest plugin and DOJO DTL. Mario feels that the third option may be too much messing on the current architecture.
+    * Mario and Felix will further talk about the three options after the meeting, possibly on the list.
+  * Update on testing project:
+    * Leo found that Python coverage does not track the properties definition of models. So, doing model tests adds little testing coverage.
+    * He also found there are not a lot to do logic tests because most methods of other logical are inherited from base logic.
+    * He will focus on doing view tests now, especially on those with low coverage.
+    * He has not done a lot last week due to breakdown of his hard drive and he'll try to do more this week.
+  * Update on document editor project:
+    *  Pavel implemented views that show revision with given revision number and lists all the revisions for the given entity and uploaded them to his GAE instance, which looks good.
+    * He met two problems. The first one is to track different key/value pairs for the params dict. He solved it by using a debugger. The second one is to create configuration JSON for buttons and actions with  list framework. With the help of Daniel, Sverre and Mario and reading the JQGrid documentation, he has started to understand the lists and could even create some buttons and associate behaviour.
+    *  He will do his best to finish views in a couple of days to start implementing diffs before the midterm evaluation.
+  * Update on social features:
+    * Savitha started working on the Calendars/Events feature: she has created the event data model/logic/views (e.g. list events), and uploaded to her GAE instance http://melange-social.appspot.com/site/show/site.
+    * Two types of events are created, one is the local event_entity stored in Melange and the other is the one sent to Google Calendar. They are not synchronized until now and Savitha is working on it.
+    * The UI of the calendars is being discussed on the mailing list and not decided yet. Google Calendar UI is currently used.
+    * User Page has been mostly done. The new CSS designs will be uploaded by this wednesday.
+    * There are no restrictions for different user roles at present, e.g. everyone could create their User Pages and the go on to add events to the Calendar. Savitha is working on it and will get it done hopefully by this weekend.
+    * Savitha decided to get the Key for the JS API maps following Mario's advice.
+  * *Important notes:*
+    * Pavel and Felix found the params mechanism a bit hard to understand, especially combined with other things such as patterns and checking access etc. Felix thinks more documentation is needed. Sverre encourages students to add their findings to the params wiki page http://code.google.com/p/soc/wiki/SocParams .
+    * Sverre suggests Pavel and Mario together with him to create a wiki page for the list framework.
+    * Mario suggests Pavel to add link of JQGrid documentation that it's not yet linked, if any, inside the text of the ListsProtocol wiki page.
+
 == 28 Jun 2010 Team Conference Call == 
 
 * Chaired by:* Sverre Rabbelier <br/>