AMO:Meeting Notes/Archive Jan-Jun 2010

From MozillaWiki
Jump to: navigation, search

Contents

June 16, 2010

Development

  • Pushed /extensions, /themes, and /personas at 100% last night
  • Dropped database load by a little more than 50%
  • FirefoxCup got their updates on the site
  • 5.11.2 is freezing on Thursday. We won't know until freeze and I haven't talked to QA at all so don't quote me, but URL candiates for launch should include (many, thanks to sam keen):
    • /addon/$id/contribute/installed
    • /addon/$id/contribute/roadblock
    • /addon/$id/developers
    • /addon/$id/eula
    • /addon/$id/privacy
    • /addon/$id/versions
    • /search
    • /user/$id
  • 5.11.2 launches next tuesday @ 4pm. Be there or be square.

QA

Product

  • Working on Marketplace Product Plan
  • Will work on spec for new homepage for next week

Draft Goals

  • Launch Add-ons Marketplace Beta
    • Resources still a red flag, requires new developer tools and new sandbox process
  • Update Plugin/Blocklist process to protect users from bad software in a predictable way.
  • Continue to grow Personas to have X% of Fx 4 users using a Persona
  • Support add-ons developers through Fx 4 beta and release
    • New Add-on Compatibility Reporter
    • Documentation and resources for Fx 4 compatibility (XPCOM changes)

Developer Relations

Community

Marketing

  • Marketplace messaging and marketing plan
  • Moz Add-ons Workshop: 2 weeks to go

Other

June 9, 2010

Development

  • 5.11.1 is code frozen
    • There are a couple bug fixes waiting until after fxcup lands (the open bugs)
  • fxcup launch in #remora @ 1600
    • Focus is all on fxcup, minimal other patches going out, no new URLs
  • 5.11.1 launch next tuesday
    • Want to push:
      • /themes
      • /personas/*
      • /user/$id
      • /extensions to 100%
    • Also would like memcache to stop sucking

QA

Product

  • Dev Tools spec & Marketplace
  • Discovery Pane update

Developer Relations

  • Finished Editor Guide.
  • Still working on spec for GSOC project.
  • On track to have nominations reviewed in under 7 days and updates in under 3 days by the end of the month.

Community

Marketing

  • messaging for marketplace- draft this week
  • competitive for marketplace- kicking of this week
  • Firefox Cup
  • BlogHer and PRI

Other

June 2, 2010

Development

  • 5.11 launch is on Thurs @ 4 (tentative)
  • dd is out for the month; code delays are expected
  • clouserw is at osbridge this week, thanks to jbalogh for picking up some triage and getting-things-done slack
  • if you're out of bugs in 5.11, start on 5.11.1
  • basta is rocking the new validator
  • Browser stats: http://people.mozilla.org/~jbalogh/stats.html

QA

  • Service unavailable errors on Personas pages
  • Redirects on NAMO
  • Bug 564550 - Omit nameless add-ons

Product

  • Working on Dev Tools, Marketplace, What are add-ons?, Discovery Pane, Delightful Add-ons
  • Jetpack 0.4 launched: Page Worker, Widgets, Simple Storage, Private Browsing, Unforgeable ID's, and Restartless Extensions

Developer Relations

  • Working on GSOC project wiki.
  • Working on Editor Guide wiki page.
  • More reviews.

Community

Marketing

  • London workshop- speaker prep
  • Marketplace draft messages
  • Product messages for new collateral (handouts)
  • Firefox Cup Promo: Webdev has it
  • Partners: PRI, BlogHer
  • RYFX posts

Other

May 26, 2010

Development

  • 5.11 is code getting-close-to-frozen; over 100 bugs fixed at this point
    • Firefox Cup has not landed yet; I expect it to hit today
    • A few nobody bugs left. I can assign if they stay open.
  • I think cron jobs are still off from the issues yesterday. This will affect stats, etc.
  • Special mention: QA is doing a good job of adding steps to reproduce a bug. Thanks.
.gitconfig tricks
[alias]
  p = "!git push $* && git url"
  edit-unmerged = "!f() { git ls-files --unmerged | cut -f2 | sort -u ; }; vim `f`"
  add-unmerged = "!f() { git ls-files --unmerged | cut -f2 | sort -u ; }; git add `f`"
  t = "!python manage.py test --noinput --logging-clear-handlers -s"
  # Shell commands always run from the git root.

QA

  • Service Unavailable errors on Persona pages
  • 32 Bugs in QA's queue
  • Redirects on PAMO

Product

  • Delightful Add-ons
  • Working on Dev Tools spec
  • fligtar afkish Thurs - Tues

Developer Relations

  • Done blogging about GSOC spec, and now working on spec wiki page. The student seems to be very eager to begin :)
  • Reporter buttons add-on.
  • Begin working on Editor Guide wiki page.
  • Admin reviews.

Community

Marketing

  • Marketplace initial messaging
  • BlogHer add-on partnership: engaging Briks
  • Moz Add-ons Workshop: ramp up promotion
  • Add-on Dev Challenge: start planning
  • Firefox Cup: localization almost done- in the hands of Webdev
  • Rock Your Firefox: 3 new posts

Other

May 19, 2010

Development

  • clouserw is afk
  • Welcome to basta; someone introduce him. :)
  • 5.10.4 went out yesterday. Much <3 to all who participated. It was smooth and fixed some critical issues:
    • Log in problems
    • Inability to download sandboxed add-ons
  • 5.11 is code freezing in less than a week and there are lots of open bugs! Please remember priorities while working on bugs.
    • The goals of 5.11 are many, but high level is still to get all the bugs assigned to mozwebqa closed and those pages live on zamboni.

QA

Product

Developer Relations

  • GSOC project spec:
  • Admin reviews.

Community

Marketing

  • Registration open for Moz Add-ons Workshop London 2010
  • Marketplace Goals
  • Add-ons Dev Challenge: start planning
  • Firefox Cup promo: localized for AMO
  • Partners: BlogHer, PRI - connect to AppCoast

Other

May 12, 2010

Development

  • 5.10.1, .2 launched
  • Ideas for bugzilla component changes (I think if you want to add one, you have to take one away):
    • Rename "Developer Pages" to "Developer Tools"
      • I prefer Developer Pages, as it encompasses Developer Hub and Developer Tools Fligtar 17:19, 12 May 2010 (UTC)
    • Add "Add-ons"
      • Merge "Add-on Security"
      • Merge "Search Plugins"
      • Merge "Dictionaries"
      • We had Add-ons before and it turned into a catch-all because it was the default selected and every bug in AMO has to do with "add-ons". Fligtar 17:19, 12 May 2010 (UTC)
    • Add "Personas"
      • Personas are just an add-on type, and earlier in this list it is proposed to get rid of components for other add-on types. I think Personas bugs should just go where they would normally go: details pages, browse pages, etc. Fligtar 17:19, 12 May 2010 (UTC)
      • Personas are often treated much different than other add-ons. This is why they suck...and deserve a separate component.--Jbalogh 20:03, 13 May 2010 (UTC)
    • Combine "Administration" and "Policy"
    • Get rid of "Facebook"
      • Where will the existing bugs move to? Fligtar 17:19, 12 May 2010 (UTC)
        • There are no Facebook bugs.
        • if the FB app is EOLed, there's no use not WONTFIXing those. --wenzel 19:34, 12 May 2010 (UTC)
          • I mean the bugs in the component that are already fixed. They have to live somewhere.
    • Can we move "Plugins" out of AMO?
      • There is Websites/plugins.mozilla.org now, so we could move them there. Talk to ozten about it. --wenzel
  • On commit messages

QA

Product

  • AMO Docket created
  • Electric Bandwagon mocks finished (bug, mock-ups)
  • starting on spec for Developer Tools rewrite
  • Early Marketplace designs (mock-ups; user: amo, password: bazaar10)

Developer Relations

  • Add-on Recommendation Helper. Spec.
  • Admin reviews.
  • Reviewing trusted add-ons.
  • (Having connectivity problems, not sure if I'll make it to the meeting)

Marketing

  • Thinking about New Categories on AMO
    • Games
    • Entertainment
    • Productivity
    • Shopping
    • Travel
    • Sports
  • Developer Challenge (like Extend Firefox) kicking off at teh London MAOW

May 5, 2010

Development

  • 5.10 launch tomorrow (bug 563435)
  • PayPal continues to be painful to use
  • Public Calendar for AMO schedule (ICS in bottom left)
  • If you don't have 5.10.1 bugs, work on 5.11 bugs. If you don't have those, clouserw has bugs for you. :)

QA

Product

Developer Relations

  • Meeting with Jetpack team regarding add-on reviews. Validator bug. Until the bug is fixed, all Jetpack add-ons should be admin-reviewed.
  • Meeting with Julie. Discussed add-on marketing and "Add-on Recommendation Extension" idea. I'll spec it out later this week.
  • Add-on packaging idea was approved for Google Summer of Code. Will post detailed spec on blog soon.

Marketing

  • n/a

April 28, 2010

Development

  • We are not code frozen, but we'd like to be by Thursday
  • Potch started this week, woo
  • Currently a webdev onsite
  • rabbitmq is setup
  • Put a commit url in the comment when you close a bug: http://gist.github.com/382311

QA

  • Thanks for fixing preview!
  • Test paypal accounts

Product

Developer Relations

  • On the way to MV. I may be able to dial in from the airport, but don't count on me attending - Jorge.
  • Mostly done with 5.10 bugs. Awaiting feedback from Nick and Justin for bug 547306 (policy text update).
  • Admin reviews.
  • Trusted add-on review and cleanup.

Marketing

  • London Add-ons Event: June 30 evening/ name S*M*A*S*H
  • Consumer event SF: early June
  • Rock Your Firefox: FoxyTunes, BarTab, April Collection
  • Personas: YashRaj Films- following up
  • Partner add-ons: PRI, BlogHer

Other

April 21, 2010

Development

  • Making good progress on 5.10, 84 closed bugs. Reminder of our 4 goals:
    • discovery pane operational
    • jetpack support in validator (done)
    • getting the homepage live
    • getting add-on details page live
  • 39 open dev bugs
  • we're a bit blocked on bug 560444 and apparently it's not an easy fix because RHEL sucks. I'll continue to get status updates. When this bug is fixed, the random 500 errors should be too.
    • Python 2.6.5 is installed, we just need oremj to update the virtualenvs.
  • QA & co have been great about testing the new pages and filing bugs. Thanks.
    • As a result, there are 11 nobody bugs. If you can, please fix them.
  • clouserw missing this meeting but in MV after noon

QA

Product

Developer Relations

  • Admin reviews. Nominations are down to less than 2 weeks, and most updates are still less than 5 days.
  • "Gmail" in German review. Found about 10 new add-ons that needed updates.
  • Working on 5.10 bugs.

Community

Marketing

  • Rock Your Firefox London Event: planning for June 30
  • Rock Your Firefox: 3 new posts this week
  • Recommended add-ons: new feature reco up/ new category by end of week
  • Personas: Yashraj engaged, WB still stewing about HP (ask Ryan for deets)

Other

Wednesday, April 14th, 2010

Development

  • Adding a cookie named 'darklaunch' will get you zamboni for every request. witness the flow chart
  • We kinda skipped adding priorities when assigning bugs in this milestone because they are all important! ;) Our goal is to get pages live, so all [need:livepages] needs to be done
  • next.amo is alive. Pretty pictures for management (and because I wanted to try out google drawing. Turns out you can't host the image automatically..lame)

AMO-workflow.png

QA

Product

Developer Relations

Community

Marketing

  • Rock Your Firefox London Event: planning for June 30
  • Rock Your Firefox: 3 new posts this week
  • Recommended add-ons: new feature reco up/ new category by end of week
  • Personas: Yashraj engaged, WB still stewing about HP (ask Ryan for deets)

Other

Wednesday, April 7th, 2010

Development

jbalogh
  • working on personas pages (category landing/listing mostly done)
  • landed extension category pages
  • fixing up buttons every now and then
  • New scheme for query awesomeness using queryset-transform: http://github.com/jbalogh/zamboni/commits/transform
    • Roll up all the translation lookups into one big query
    • Could do the same for versions, files, appversions to help the buttons
    • Con: big queries don't cache well
      • Solution: try a cache.multi_get first, then do a query, then cache.multi_set what we found.
dd
  • Working on Search Frontend Pages

QA

Product Marketing

  • Incubation update
  • Discovery Pane
  • collections, recommended specs


Real Product Marketing

  • coming up with copy for Discovery Pane
  • recommended add-ons
  • planning a big add-ons meetup for June in Europe
  • rock your firefox: seeking guest bloggers
  • Firefox Cup (marketing campaign to highlight ways to personalize your World Cup experience using Firefox) - will include a microsite that's hosted on AMO- contact Laura Mesa for development specs

Developer Relations

Community

Other Marketing

Other

  • clouserw and davedash have been practicing a duet for us and would like to perform it
  • 319 tests

Mar. 31, 2010

Development

QA

  • Thoughts on doing dry-runs of our deployments? (At least in terms of package installation.)

Product

  • A/B testing
  • Discovery Pane work continues
  • Starting on Collections and Dev Tools specs

Developer Relations

Community

Marketing

  • working on getting new add-ons recommendations this week
  • 3 new RYFX posts: Morning Coffee, March Collection, Screengrab
  • recruiting guest bloggers: reaching out to Mozilla community
  • AMO partners: working w/ Amazon Assist & Warner Bros. Harry Potter Personas

Other

Mar. 24, 2010

Development

QA

Product

Developer Relations

  • Working on XUL School. About 60% done. Expecting to be done by the end of March.
  • The review queues are showing incredible progress. Most nominations reviewed within 2 weeks and updates down to 3-4 days.

Community

Marketing

  • Rock Your Firefox: Fire.fm, Billeo, Text Area Cache
  • Q2 Goals
  • Recommended add-ons
  • Partner chats: NBA, WB, Stumble

Other

Mar. 17, 2010

Development

  • 5.8 is frozen; plan to go out next tuesday. 86 bugs closed!
  • Most important stuff to QA is: bug 549500, bug 550547, bug 546866, bug 543638, and anything with API in it
    • Don't forget to test L10n
    • Please read through the bugs today and if it's not clear how to test, ask
  • some /api/ links are going live. Details in bug 552612
  • 5.9 isn't planned yet, but everyone had carryover bugs so just work on those
  • dd: development branch would be nice for landing 5.9 bugs during the freeze - and only put showstopper fixes in master? eh?

QA

Product

  • Discovery Pane awaiting design work
  • Incubation blog post first draft done
  • Q2 Goals draft this week

Developer Relations

Marketing

  • Rock Your Firefox website launch to date: 5 featured add-ons, 1 intro post, and counting. Here are some stats on referrals from RYFX since we launched on 3/10:
    • Yoono: 1072 / 74,058 downloads (1%)
    • XSticky: 1172 / 2366 downloads (50%)
    • CLIP (Craigslist Image Prefetcher): 571 / 1432 downloads(40%)
    • Week of 3/15: RUWT?, St. Patrick's Day Personas, StumbleUpon
  • AMO Q2 marketing goals this week
  • New recommended add-ons this week

Other

Mar. 10, 2010

Today's meeting will start 15 minutes late.

Development

  • Bug update:
    • chowse: rocking designs. Please give feedback in bug 532685 if you have some. Otherwise, let's make a decision.
    • clouserw: L10n is done: whiny blog post. User profile stuff is time consuming because there isn't any code to steal yet. :)
    • craigcook: Search Results and buttons code should be done by the time we're having this meeting. The rest of the bugs should be done by tonight (weds).
    • davedash: Closed a bunch of bugs and dealing with new bugs in the API. Talk of using a library or Jinja to handle the XML. confusing stuff about λ
    • wenzel: finished with add-on details page, save the buttons. Continuing work on the rest of the bugs
    • jbalogh: Closed many bugs so far, working on buttons for his pages and wenzel as P1s.
    • mccammos: done with thank you notes today.
  • We're incrementing the API version in the next release. This is last call to add/change fields.
  • If you have new sql to run, please add it to zamboni's migrations instead of remora's. This also means it runs automatically on preview.

QA

5.8 testing is in progress.

Product

  • RYF launch!
  • Discovery Pane
  • Incubation blog post
  • Jetpacks on AMO

Developer Relations

  • Catching up with reviews.
  • Working on XUL School.
  • 5.8 bugs.
  • Get Canadian Visa!

Community

Marketing

  • rockyourfirefox.com is now live!
  • directing traffic to AMO & featured add-ons
  • Featuring
    • 3/10: Yoono & XSticky
    • 3/12: Craigslist Image Prefetcher

Other

  • One dandonkulous is equal to a triple-bango.


Mar. 3, 2010

Development

  • Craig's stuff is looking good
    • Front end of account settings is done
    • Design of buttons, category pages is done
  • clouserw is behind so has been neglecting harassing people. Do you miss me?
  • If you have some freetime, poke around the API and help QA (bug 549500)

QA

  • QA is having their work week.
  • With API/zamboni/redesign changes and new features going into 5.8,there might be scoping issues. Can we consider moving a new feature(Thank You note for contributors) or redesign changes( new buttons) to be moved to 5.9?
  • Any help with API testing will be highly appreciated.

Product

Developer Relations

  • Catching up with reviews.
  • Working on XUL School
  • MAOW in Lima went pretty well, need to rethink how to teach extension development in a short session.

Community

  • Nick going to Paris, London, Berlin on March 25-April 5. Let him know if there are add-on developers he should meet with.
    • Also accepting requests for gifts!

Marketing

  • we ordered shirts, stickers, banner, bag, and patches
  • Austin add-ons meet-up ready set go for 3/12
  • copy & PR lock-down in progress
  • TO DO: featured/category recommended & intro to add-ons video

Other

Feb. 24, 2010

Development

  • 5.7 went out last night, 5.8 codefreeze is 3/9
  • let clouserw know about concerns with the 5.8 schedule
  • Benchmarked the API (n=1000,c=150)
    • zamboni is around 3-4x faster than remora right now
    • zamboni slows down considerably (around 42%) with more complex add-ons (id: 5326 vs 1865)
  • Craig is up and running with templates
  • We've got 160 tests now
  • Notes (read your amo-developers email):
    • use: from amo.urlresolvers import reverse
    • use: from l10n import ugettext as _

QA

  • No update

Product

  • [bonus] whiteboard status means we get the bug for free as part of another bug

Developer Relations

Community

Marketing

  • Rock Your Firefox content, collateral, event all underway - 3/10 target for launch
  • Amazon Assist: would like to get this add-on ready for primetime promotion- ball is in their court

Other

Feb. 17, 2010

Development

  • 30 bugs closed, lots of good stuff: l10n detection, editor tools fixes, [z] core stuff, and some front-end [z] stuff
  • missed our freeze date due to zamboni bugs. We're now aiming for Thurs, the 18th
    • SAMO isn't going to be complete. /addon/, /search/, and /list/ are going to be done, the rest (/collections/, /stats/, and a couple other small ones) will be split into another bug.
    • Stats front-end will be finished up in 5.8. CSV output will be completed in 5.7.
    • We'll load test those ^^ pages on weds. and if all goes well we'll be prepared to flip the live site to using them - our first public pages!
  • Thanks to wenzel for sticking with remora and adding the "share via email" stuff. <3
  • The clearleft stuff is either done or really close to done. New designs look good, thanks fligtar.
  • Craig will be helping us with implementing the templates which will help us get back on schedule

QA

Product

Developer Relations

Community

  • Summit Attendees

Marketing

  • Finalizing the RYF site
  • Selecting consumer-friendly add-ons for launch
  • Planning to launch and promote RYF heavily at SXSW
  • Jetpack Ambassadors: post-program support w/ conference placement
  • Personas: talking to World Cup Soccer folks today

Other

Feb. 10, 2010

NEW ROOM NUMBER: 366

Development

  • 5.7 appears to be on track. Wil will (that's right) reconnect with people today.... and wil will reconnect to the conference call.
  • If you're working on [z] make sure you are doing `git submodule update --init`

QA

No update

Product

Developer Relations

  • MAOW in Lima, Perú scheduled for the 27th.
  • Investigate malware in add-ons.
    • 2 infected add-ons identified.
    • Turns out one of them (the most serious case due to exposure time) was just a false positive. Blog post.
    • Planning possible improvements to the AMO system. No proposal yet.
  • Jetpack Ambassadors Program.
  • Performing scheduled trusted add-on review.

Community

Marketing

Other

Feb. 3, 2010

Development

  • We shouldn't rely on a contributions platform where email & meetings are the best API docs.
  • 5.6 push issues
    • bug 543920 - API search broken until 6am because it wasn't svn upped
    • push bug was verified with API search broken
    • sphinx issues
    • bug 543920 - add-on icons not working/mixed up
  • dd's rants
    • Have a runbook for what things need pushing
    • Push earlier if we have minimal downtime
    • Do sphinx upgrades during the day

QA

  • Some way to tag regression-prone fixes?
  • Testing Zamboni

Product

Developer Relations

  • Review queues are stable at around 100 updates and 300 nominations. New editor applications almost every week.
  • Reviewed most Facebook Dislike add-ons looking for adware, spyware and code duplication. Only one add-on was disabled due to copied code. The rest were OK.
  • Coordinating MAOW in Lima, Perú.
  • Performing scheduled trusted add-on review.

Community

Marketing

  • Jetpack Ambassadors: business cards, presentation trainining, agnenda for next week
  • Rock Your Firefox: writing copy
  • AMO: reviewing categories, selecting category/feature recommended

Other

Jan. 27, 2010

Development

  • 5.6 is code frozen. On track for launch on 2/2.
    • 68 bugs closed by 13 people. Thanks everyone
    • major front end changes in editor tools
  • clouserw is out on 2/2. Depending on how things work out, I'll be able to get everything ready on 2/1. Otherwise, jbalogh will run the build.py script. User:Clouserw/AMO:Remora_Prod
  • [z] is on preview, check it out!
  • If you're filing a zamboni bug, make sure [z] is in the whiteboard
  • If you have a bug that doesn't need QA, add [qa-] in the whiteboard
  • 5.7 (freeze: feb 16):
    • services.amo on [z], including JSON output (davedash)
    • stats backend on [z] (mccammos)
    • flesh out admin tools on [z] (jbalogh)
    • browse/category pages on [z] (jbalogh)
    • gift sharing on remora (mccammos)
    • user profiles on [z] (wenzel/clouserw)
  • License: BSD?

QA

  • We have around 10 bugs in our queue for 5.6.
  • Editor tools reskin-scope of testing

Product

Developer Relations

Community

Marketing

  • Firefox Gear shall henceforth be known as Rock Your Firefox

Other

zamboni.jpg

Jan. 20, 2010

Development

  • 5.5 is done
  • 5.6 is underway. I'm going to bug people about it today
  • zamboni

QA

  • 50+ bugs still open;5.6 includes fixes for buttons and sorting which are prone to regression.Consider moving the launch date to 2/9 to let QA do a thorough job of testing.
  • Presentation on the Hudson setup

Product

Developer Relations

Community

  • Extend Firefox prizes wrapped up completely

Marketing

  • Firefox Gear name
  • Julie starts tomorrow
  • Featured personas rotation on AMO

Other

Jan. 13, 2010

Nickhurting.jpg

Development

  • krupa keeps reopening our bugs
  • 5.5 launched uneventfully. Thanks everyone
  • 5.6 freeze is 1/26. I'll start bugging people next week
  • zamboni
    • over 40 tests now
    • dd has the user/group stuff done. land plz.
    • clouserw has selenium integration 95% done. Waiting on user/group branch.
    • jbalogh has moved us to trunk and setup multidb stuff

QA

  • Sign off from dev on our release test plan
  • Help charting out different testcases for beta channel
  • 19 button bugs-can we target them in 5.6?

Product

  • ZPP update
  • Zamboni design update [c,cl,pm]
  • Google Docs shared folder
  • upload bug?

Developer Relations

  • Queue reviewing is back on track. Many new editor applications.
  • Updating AMO Editor wiki and other related wiki pages.
  • Working on admin reviews. Mass admin-review unflagging.

Community

Marketing

  • Firefox Gear naming survey results were mixed.
  • Current front runners:
    • Add-on All-stars
    • All-star Add-ons
    • Add-ons Hall of Fame
    • Add-on Jamboree

Other

Jan. 6, 2010

Welcome to 2010

Development

  • 5.5 is code frozen. Launch on 5/12.
  • 5.6 bugs TBD today, Radar for AMO+Q1 is almost done
  • What happened in 5.5?
    • 60+ bugs closed; lots of fixes for long-open bugs. Bugs assigned to 13 people were fixed. You're all awesome.
    • global and specific l10n dashboards
    • Gearman setup and being used
    • Hudson setup and being used
    • Thumbs up for using highcharts on AMO. Expect to see this replacing timeplot in Q1.
    • Editor tools redesigned
    • All bugs triaged, bug count hovering around 500
    • If you haven't installed zamboni yet, check out the docs. We can help if you need a hand getting started or with github workflow.
    • Zamboni updates:
      • Deployment: Implemented, easy with virtualenv+pip
      • Testing: Implemented with great coverage
      • Translations: Implemented
      • L10n: Extraction scripts done. Syncing between PHP and Python not started.
      • URLs: recognizes locale and app
      • Scaffolding: Implemented on a half dozen models

QA

https://wiki.mozilla.org/QA/Execution/Web_Testing/AMO/Current_Release/5.5

Product

Developer Relations

Community

Marketing

  • Some of the top Firefox Gear naming suggestions (add "Firefox" as appropriate)
    • Add-ons Underground
    • Add-on Showcase
    • Add-on Spotlight
    • Museum of Modern Add-ons
    • Add-on Garden
    • Add-ons Illustrated
    • Add-on Vault
    • Add-on Wednesdays
    • The Add-on Minute
    • Add-on FIRE SALE!@!

Other