Webdev:Meetings:2011-02-01: Difference between revisions
m (→ozten) |
m (→chowse) |
||
(21 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
= Open Items = | = Open Items = | ||
* [https://spreadsheets.google.com/ccc?key=0Agf0FGHoPL05dEI3SU9WSm82ZzQ4dks1V1ozUTJMcVE&hl=en&authkey=CMbnsd0L#gid=0 new flux gantt] | |||
* [https://spreadsheets.google.com/ccc?key=0AhiX365xacl1dHRQRTFqVnBmWUg1RFFXV0pubUlBc0E&hl=en&authkey=CLDo6IIP UX schedule] | |||
* AMO | |||
* Support | |||
* Tools | |||
** [https://wiki.mozilla.org/Socorro:Releases Socorro Releases] | |||
* Flux | |||
= Roundtable = | = Roundtable = | ||
Line 10: | Line 17: | ||
== chowse == | == chowse == | ||
== dd == | == dd == | ||
* Interviews phone and otherwise | * Interviews phone and otherwise | ||
Line 23: | Line 31: | ||
== erik == | == erik == | ||
* Superhero training (CPR, not flight :-() | |||
* Redirect following for wiki includes | |||
* Designed new (email, for the moment) notifications system for SUMO—and hopefully others: we plan to liberate it. Supports anonymous and registered subscriptions, de-duplication of emails, referential integrity of various sorts, and a straightforward, extensible API. | |||
* Working almost full-time on notifications implementation & project management. | |||
* [https://github.com/jsocol/kitsune/blob/notifications-623641/apps/notifications/utils.py#L1 peekable() and merge()], 2 things that should be in itertools but aren't. They let you look one notch ahead in an iterator and merge together a single ordered iterator from several ordered iterators. | |||
* The Princess Bride | |||
== gkoberger == | == gkoberger == | ||
* Editor tools | * Editor tools | ||
Line 64: | Line 79: | ||
== jsocol == | == jsocol == | ||
* [http://hire.jobvite.com/CompanyJobs/Careers.aspx?c=qpX9Vfwa&cs=9Kt9Vfw1&page=Job%20Description&j=o7fBVfwC A job description] | |||
** Tell your friends. Tell your kids, tell your wife, and tell your husband. | |||
* [https://github.com/jsocol/bleach Bleach] is basically "1.0" ready. | * [https://github.com/jsocol/bleach Bleach] is basically "1.0" ready. | ||
* I think [https://github.com/jsocol/django-waffle Waffle] is neat. I have some tests I want to do on SUMO once we have metrics in place. | * I think [https://github.com/jsocol/django-waffle Waffle] is neat. I have some tests I want to do on SUMO once we have metrics in place. | ||
Line 72: | Line 89: | ||
== kumar == | == kumar == | ||
* AMO | |||
** Migrating editor tools to Zamboni | |||
** mobile support for AMO | |||
** does anyone know of code for a ''chainable'' raw sql query set in django? If not I will be writing that. | |||
* trick question, right? | |||
== lars == | == lars == | ||
== laura == | == laura == | ||
Line 89: | Line 112: | ||
== lorchard == | == lorchard == | ||
* doing | |||
** {{bug|628793}} - gfx drivers blocklist on staging | |||
** {{bug|592431}} & {{bug|630359}} - poking at an initial set of about:home snippets | |||
** [https://github.com/fwenzel/mdn/commits/master?author=lmorchard Plugging away on MDN Demo Room] | |||
** I made [https://github.com/lmorchard/fireriver a Firefox addon that turns Live Bookmarks into a feed reader] | |||
* romcom | |||
** anything without hugh grant | |||
== malexis == | == malexis == | ||
*Flux dev gantt | *Flux dev gantt | ||
Line 98: | Line 129: | ||
== morgamic == | == morgamic == | ||
* hiring | |||
* helping flux and mozilla.com | |||
* forgetting sarah marshall | |||
== ozten == | == ozten == | ||
* Finishing up a Playdoh based microsite | * Finishing up a Playdoh based microsite | ||
Line 106: | Line 141: | ||
== paulc == | == paulc == | ||
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=OPEN+product%3Asupport+milestone%3A2.4.3 SUMO 2.4.3], handled that milestone a bit, triaging bugs, focused on [http://support.mozilla.com/en-US/army-of-awesome Army of Awesome] | |||
* Working with Erik on SUMO 2.5, new notifications API, lots of fun, peer discussions while API develops | |||
* Heading to Europe in March, working remotely | |||
* Movie: A walk to remember | |||
== paulosman == | == paulosman == | ||
== potch == | == potch == | ||
Line 130: | Line 170: | ||
== rsnyder == | == rsnyder == | ||
* Socorro: documentation, 1.7.7 | |||
* Input: 3.1, refactoring discussions | |||
* Flux group stuff | |||
* In Mountain View next week | |||
* Romantic Comedy: When Harry Met Sally | |||
== wenzel == | == wenzel == | ||
* Getting Flux projects scoped and scheduled | |||
* Working on Firefox Input 3.1, getting all other 3.x milestones lined up | |||
* Made Bouncer use product_details, to make Releng happy | |||
* Working on playdoh. Check out the [http://mozilla.github.com/playdoh/ docs]! | |||
* ''Juno'' is probably my favorite. | |||
== wil == | == wil == | ||
* So much bug mail | * So much bug mail |
Latest revision as of 18:06, 15 February 2011
Open Items
- new flux gantt
- UX schedule
- AMO
- Support
- Tools
- Flux
Roundtable
andy
- AMO 5.12.8 and .9
- Switching to new paypal embedded payments for contributions
- Would like to get the version check / update script fast enough
- Haven't stayed awake through a romantic comedy in years.
chowse
dd
- Interviews phone and otherwise
- Creating /:locale/:channel urls for Input
- XSS ack-ery
- Charts for a release dashboard on Input
- AMO Editor activity log
- 5.12.7 bugs for AMO
- I know highcharts... for a while.
- wrote: http://davedash.com/2011/01/28/interviews-with-fibonacci/
- Punch Drunk Love
erik
- Superhero training (CPR, not flight :-()
- Redirect following for wiki includes
- Designed new (email, for the moment) notifications system for SUMO—and hopefully others: we plan to liberate it. Supports anonymous and registered subscriptions, de-duplication of emails, referential integrity of various sorts, and a straightforward, extensible API.
- Working almost full-time on notifications implementation & project management.
- peekable() and merge(), 2 things that should be in itertools but aren't. They let you look one notch ahead in an iterator and merge together a single ordered iterator from several ordered iterators.
- The Princess Bride
gkoberger
- Editor tools
- Devhub fixes
- Romantic comedy? Uhhhh
lcrouch
- MDN 0.9.2 maintenance pushes
- MDN 0.9.3
- add adding fixing some localization features
- MDN 1.0
- working with Jay and Raymond to develop bug workflow
- installed kitsune and moved MDN apps into it to prepare for MDN 1.0
- Romantic Comedy
- Zombieland Zom-Rom-Com
jbalogh
- Taking AMO mobile
- Grimly accepting hbase
- I can't get enough Legally Blonde
jgrlicky
- Wrapping up Mobile AMO designs
- Full speed ahead on Mobile SUMO designs
- Firefox 4 Demo site Mobile prototype
jlongster
- Successful 1.1 release of mozilla.com
- Lots of bug fixes and better tracking
- Upcoming 1.2 release next week
- Lots more bugfixes
- Discussing HTML5 work
- Publishing Firefox 4 beta pages, gearing up for release
- Porting over the last few mailchimp dependencies to Reponsys
- Continually discussing improvements to workflow
- The Social Network was funny, I laughed at the end
jsocol
- A job description
- Tell your friends. Tell your kids, tell your wife, and tell your husband.
- Bleach is basically "1.0" ready.
- I think Waffle is neat. I have some tests I want to do on SUMO once we have metrics in place.
- SUMO visual and under-the-hood updates.
- Interviewing.
- In MV next week for MDN powwow.
- The RomCom genre starts and ends with When Harry Met Sally.
kumar
- AMO
- Migrating editor tools to Zamboni
- mobile support for AMO
- does anyone know of code for a chainable raw sql query set in django? If not I will be writing that.
- trick question, right?
lars
laura
- Since last time we met, we moved Socorro to PHX (and blogged about it :) )
- Scoped out requirements for Socorro releases for the rest of the quarter, including:
- Duplicate crash detection
- Explosive crash monitoring
- PostCrash email improvements
- Triage (large, ongoing)
- Interviews, writing job descriptions. Two jobs on Webtools team, please refer your friends and family:
- Upcoming talks:
- SXSW: PHP and Big Data APIs Workshop
- AOL: How to scale, how to use data, how to be Open
- I agree with jsocol about When Harry Met Sally.
lorchard
- doing
- bug 628793 - gfx drivers blocklist on staging
- bug 592431 & bug 630359 - poking at an initial set of about:home snippets
- Plugging away on MDN Demo Room
- I made a Firefox addon that turns Live Bookmarks into a feed reader
- romcom
- anything without hugh grant
malexis
- Flux dev gantt
- Web dev radar upkeep
- Join Mozilla
- Interview moz.com PM candidate
- Planning new Q1 engagement projects
- 500 Days of Summer was pretty good.
morgamic
- hiring
- helping flux and mozilla.com
- forgetting sarah marshall
ozten
- Finishing up a Playdoh based microsite
- Dekicompat on MDN demo room
- Contributing to Playdoh
Scott Pilgrim vs the World
paulc
- SUMO 2.4.3, handled that milestone a bit, triaging bugs, focused on Army of Awesome
- Working with Erik on SUMO 2.5, new notifications API, lots of fun, peer discussions while API develops
- Heading to Europe in March, working remotely
- Movie: A walk to remember
paulosman
potch
- AMO 5.12.8
- Mobile site!
- getting to pull out all the stops is a lot of fun
- Discussing/planning the redesign- exciting stuff
- Mobile site!
- Firefox 4 First-Run page!
- django-moz-header!
- Sharing code++
- Download Stats site
- shhhh.....
- Last week of Doozer
Does Galaxy Quest count as a romantic comedy? If not, Knocked Up was pretty good.
rhelmer
ricky
- SUMO 2.4.3, 2.5
- Almost done with re-theming.
- The Support Forum is the last app left and should be complete this week.
- Lots of UI refactorings, small tweaks,...
- Almost done with re-theming.
rsnyder
- Socorro: documentation, 1.7.7
- Input: 3.1, refactoring discussions
- Flux group stuff
- In Mountain View next week
- Romantic Comedy: When Harry Met Sally
wenzel
- Getting Flux projects scoped and scheduled
- Working on Firefox Input 3.1, getting all other 3.x milestones lined up
- Made Bouncer use product_details, to make Releng happy
- Working on playdoh. Check out the docs!
- Juno is probably my favorite.
wil
- So much bug mail
- Did AMO Q1 calendar
- figuring out priorities and assignments
- don't watch romantic comedies