0630

Differences between revisions 1 and 2
Revision 1 as of 2010-06-24 07:36:10
Size: 2042
Editor: eth0
Comment:
Revision 2 as of 2010-06-24 07:38:53
Size: 1825
Editor: eth0
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * You - chair  * EvanDandrea - chair
Line 8: Line 8:
 * EvanDandrea
Line 14: Line 13:
## list additional participants here
Line 18: Line 15:
{{{#!python
from random import shuffle
team = [
    'Keybuk',
    'barry',
    'cjwatson',
    'doko',
    'ev',
    'mvo',
    'surbhi',
    ]
order = team[:]
shuffle(order)
print ', '.join(order)
}}}
surbhi, barry, mvo, ev, doko, Keybuk, cjwatson

For minutes of previous meetings, please see FoundationsTeam.

Present

Lightning round order

surbhi, barry, mvo, ev, doko, Keybuk, cjwatson

Apologies

Agenda

  • Lightning Round
    • 2-4 sentences on current work/roadblocks
  • Outstanding actions from last meeting
  • Outstanding feature freeze exceptions
  • Farming out tasks that aren't being handled
  • Sponsorship queue

  • Any business from activity reports
  • Good news
  • AOB
  • Next week's chair

Outstanding actions from last meeting

Actions from this meeting

Chair for next meeting

Activity reports

Barry Warsaw

Colin Watson

Evan Dandrea

  • Imported the geonames database and wrote a small web application to host queries using cherrypy and sphinxsearch. Filed RT #39986 for space on a server for it.
  • Wrote some new widgets using cairo for the implementation of the 'Preparing to install Ubuntu' screen.
  • Implemented the basic greying out of a window functionality to be used on the keyboard page.

Matthias Klose

Michael Vogt

Scott James Remnant

Surbhi Palande

FoundationsTeam/Meetings/2010/0630 (last edited 2010-06-30 15:28:28 by p5B09E0B7)