Update:Remora Meeting Notepad/Archive Oct-Nov 2006

From MozillaWiki
Jump to: navigation, search

Remora Meeting Notepad Archive October-November 2006

This is an archive page for the Remora Meeting Notepad.


Nov 29

shaver:

  • what's a date we can tell localizers that they can start giving us content?
    • dynamic and static l10n complete by end of Friday, so the date for localizers will be Dec 5
    • we'll take the add-on summary out of the forum pages so that we don't have to figure out dynamic l10n for launch
  • need to figure out launch schedule to drive PR work, probably this week (the figuring, not the launching) -- what's our level of confidence?
    • alpha: early preview Dec 18th (public side only)
      • navigation complete, can click through everything
      • install interaction
      • basic forum conversation-create, etc.
      • l10n finalized
    • beta: feature complete Jan 15th
      • sandbox interactions (reviewing of sandboxed stuff, user sandbox activation, search and view restrictions)
      • public side feature complete
      • public l10n freeze
    • post launch:
      • labs support (like sandbox, but not quite sandbox?)
    • launch doesn't require localizations to be all caught up, but we should give them a fighting chance (meaning that we have them able to start localizing in the next 2 weeks)
  • if we have pages that need design assistance (sandboxed addons? Forums? Install interaction?) we should start queuing them up with design folks soon, so please speak up if you know of them, and I'll start getting cycles on it
    • file bugs against shaver, alpha-blocker
  • what are our stat/metrics needs? Our current tools choke hard under the load, but we can get help from people if we have some idea of what questions we'd like to answer and what latency-of-update we can tolerate.
    • what stats do we want? send thoughts to shaver or wiki

morgamic:

  • what's a date when we will have an alpha version of the final policy?
    • alpha-blocker
  • shouldn't we create a page where the policy is posted on the site?
    • yes, beta-blocker; shaver will do
  • when should we plan on finishing the dynamic l10n migration?
    • sancus: dynamic l10n of public pages should be done this week
  • what additional changes need to happen to the migration script so lars can work on it?
    • permissions/roles
    • dynamic l10n (lars has ideas on this... so he will speak)
    • version approval -> files approval
    • Anything else?
  • team availability, other projects? how much time will everyone have over the next month? when are we planning to not work? US vs. Canada holidays?
    • fligtar: next week part time, finals week after, then available full time from Dec 15 to Jan 15.

wil:

  • what should we do for RTL languages? bootstrap.php doesn't have the database
  • morgamic: could just language direction in bootstrap.php in the valid-languages
  • shaver: not a key thing right now, suspect that we'll have bigger problems than just the dir="" settings for making the site usable in RTL (CSS, etc.)

lars:

  • translations table seems weird
  • if we put an ID in the translations table and then put the partial foreign key corresponding to that ID in the parent table, we could join on it and retrieve the whole set of data + strings-for-locale in a single query
  • lars will write up the Lars Method on the localization page, we'll make a decision before fligtar gets to the dynamic-data-entry part of the admin site (by next meeting -- Dec 9th).
  • working on load testing, needs to get connected to VPN to run X app
  • will take a day once the VPN stuff is set up, should have it completed by Dec 10th.

upcoming:

  • wil: navigation survey
  • sancus: dynamic l10n completion, then install script
  • fligtar: working on sandboxizing the review/approval queue
  • shaver: travelling next week, will be working on policy stuff
  • wenzel: getting the forums working (posting comments, etc.) and doing English localization of the strings
  • morgamic: more detailed schedule and task lists for alpha and beta; also more ACL work

Pre-Thanksgiving-Weak-Meeting (Nov 22)

  • present: fligtar, fred, sancus, cameron

Roundtable

  • fligtar: Haven't done anything since summit. Will start on new review system database changes tonight or tomorrow and start tackling that new system from the dev cp side.
  • sancus: Haven't done much since summit, fiddling with strange utf8 encoding problem on linux8, plan to go over display pages for unworking things(previews unworking on display page atm) and small fixes. Also, add dynamic localization code to all public pages.
  • wenzel: Have worked on the review section; will commit soon. Ratings are just a text box for now. Afterwards, I have to localize the emails as noted in the summit meeting.

Summit meeting (Nov 16)

  • present: fligtar, shaver, wil, fred, morgamic, sancus
  • Need to make schema changes, because it's a Thursday:
    • add per-file flags: needs-code-review
    • move approval to file from version
    • remove localized string columns from the master tables
    • add column to reviews table for testing-in-sandbox notes
    • translations table changes:
      • id -> foreign_id
      • pk_column -> foreign_table
      • translated_column -> foreign_column
      • change _ to - in language table names
  • some desiderata came out of labs meeting, need to get more detail on requirements so we can figure out when/if the different bits would be worked on
  • rustico styling on the current mockups for the layout of the site
    • if we need more pages designed, we should say so and get designer attention on them
  • sandbox/public proposal was well-received by various folk, we'll go ahead with that
  • developer agreement bug 359110
    • confirm that add-on meets each major policy requirement (trademark use, disclosure of any personal data collected)
    • confirm that they are the authors
    • agree that they are responsible for the software in question
    • mozilla may remove at any time
  • account signup
    • COPPA?

Summit meeting (Nov 15)

  • present: fligtar, shaver, lars, wil, fred, morgamic, sancus
  • If we don't migrate add-ons which are only compatible with fx 1.0, then people can upload add-ons with the same em:ID and then users who might have had the old add-ons still installed but disabled (or who are still using fx 1.0) will be updated to the new one Cameron 22:28, 11 November 2006 (PST)
    • We'll migrate all add-ons over, but none of the versions that aren't maxVersion >= 1.5
  • File paths: use only the add-on file name, not the full prefix or "type" directory prefix.
    • Will require rewrites for the current site
  • Justin Fitzhugh suggested that we not use the RDNS network for extension serving, because we don't need the bandwidth help and it just makes things more complex (see bug on mirror-delay)
  • Email component doesn't localize messages; we'll use a gettext entry for the whole message.
  • Need to use ordinal parameters for gettext localization strings.
  • Going to use the browse page for an example of dynamic l10n and as a target for load testing.
  • We'll need to update the migration script to use translation tables for all localizable strings.
  • Need to remove the columns for the localized strings from their "parent" tables.
  • Need to make sure that we use consistent naming of tables in the translations table (Cake naming convention)
  • Need to translate platform name "All", though not other ones.
  • Wil wants rename columns in the Translations table to use hyphen instead of underscore to separate language from region, etc. Unanimous support in the crowd.
  • How would we determine which side of the "sandbox"-vs-"public" line?
    • Looking at reviews written by users?
    • Testing by established Mozilla QA community?
    • Any automated validation? (Like lint?)
    • Always kept up-to-date with most recent Firefox release?
    • No bullshit!
    • User review-rating threshold for re-review?
  • Author blessing for auto-update?
  • Different review-needed states:
    • Needs initial evaluation (is description right, is it not total nonsense?)
    • Needs review-of-review?
    • Needs code/security review?
    • Let anyone self-select to review "raw" submitted
    • Then have a Editor look over resulting reviews/ratings
    • We'd need a better reviewers' guide!

November 9 meeting

  • Present: Cameron, Clouserw, Fligtar, Lars, Morgamic, Sancus, Shaver, Wenzel.

Agenda

  • Firefox Summit
    • Next week, set up a Remora Sprint session, coding or dinner? No concrete plans yet. Talk to people about hosting different kinds of add-ons on the site.
  • l10n checkup
    • are we settled on the dynamic-l10n strategy?
    • Seems to be that we are, pending performance results.
    • performance: what assumptions about the translations table size. 100k rows? English will be in there as well.
    • Cameron asked about releases-with-l10n-issues: Talk with localization people about release issues, break if there's a lacking l10n string, fallback, etc.
  • Gettext
    • Seem to be stuck with gettext right now, difficult to fix the caching issues. clouserw has asked the php-i18n list...
    • Server will need to be restarted frequently.
    • See what happens under load testing, vague possibility of SQLite switch and stuff, shaver to investigate.
    • Localization community people want to help, maybe they can do things like the static l10n on pages to speed things up?
  • Test Coverage
    • Should we go over the tests and see if our coverage is OK?
      • No probably not, add tests for bugs as they come up. Add stub tests when you don't have time to write a test or aren't sure how as a reminder.
  • l10n questions
    • are things baked enough that someone else, perhaps from the l10n community, could work on an admin tool for managing the translations of the "site metadata" (category names, application names, etc.)?
    • should we ask for help doing static l10nification of the HTML pages? might be able to get some parallelization there
  • migration
    • do we migrate existing comments into the discussions?
      • NO
    • do we migate ratings?
      • Might be useful, but probably not. Look at it again later.
    • not migrating fx2 add-ons
      • might be some special cases where we actually do migrate them
      • Many add-ons won't be migrated to the new site, but some add-ons that aren't hosted on AMO might be hosted on it, etc. Will be some case-by-case decision making to be made!
  • Rating System
    • Determine if people's ratings count based on threshold systems?
    • Expose ratings data via AJAX interface, allowing people to do math and experiment?
    • Possible to not expose numerical ratings.
    • There's a wiki page on this, please add your 2 cents there (including sales tax)
    • start with basic 0-10 field and move more complex from there.

Roundtable

  • fligtar: Added beforeFilters to the scaffolding pages to check login and function as a makeshift admin interface. Added a method to the AmoComponent that will return the appropriate javascript install trigger for the addontype - should also probably be used in the public pages. Still working on the Review Queue - layout is pretty much done for the single page, working on the backend for it.
  • wenzel:
    • static l10n to real German
    • Forum integration
    • Tests
    • Now: Reviews
  • lars: got access to 2 grinder machines (requested 3). Java/grinder installed. Running tests started.
    • Going to have grinder go to the wiki page and get the test urls there.
    • Need to know about URLs on grinder page?
      • dynamic l10n page
  • sancus: Worked on the dictionaries controller, writing tests for models and localized the l10n homepage, had some fun fights with gettext. Should check in dictionaries category lists by end of the week.
  • morgamic: talked about load testing. Updated the app_controller and had some conflicts, going to fix those. Spent time on creating the list of things to make Remora shippable, on the schedule page. Talked to phone people about meeting numbers!
    • Hard to schedule things more than 2-3 weeks in advance.
  • shaver: Talked to l10n leads, figure out how quickly they can move. Working on EULA Policies with partners. Legal Review/Privacy Policy requirements for Add-ons. Fighting with Apple!

November 2 meeting

Meeting opened: 5:07 PM UTC (9:07 PST)

Present: Cameron, Clouserw, Fligtar, Lars, Morgamic, Sancus, Shaver, Wenzel.

Agenda

  • (was there a meeting last week?)
  • Mark had questions about the status of load-testing for vanilla stuff; where are we?
  • shaver and Mark talked about some of the Vanilla integration bits for Remora, see Remora_Vanilla_Integration
  • some discussion of dictionaries page
    • we'll want a custom controller here, aping what we currently do on v2 for the foreseeable future
    • "informal" dictionaries are not a priority at all, don't let them confuse you!
    • User:Cameron/Dictionary_thoughts
  • rustico turns out to be the design target for Remora, yay; it's motorbike time!
  • Gavin working on opensearch-to-sherlock converter for us
  • what are the gaps between v2 and remora-trunk?
    • approval queue?
    • preview-image upload
    • comments/ratings
    • RSS?
    • user manager?
    • ACLs & services (morgamic!)
    • hash computation at upload?
    • other-app support
  • Can we change the meeting time? DST Means it's at 3:30 AM for me now (used to be 1:30 AM which wasn't so much a problem.) How does 3pm PST work for everyone else? Cameron 08:30, 2 November 2006 (PST)

Yes we did have a meeting last week, just nobody took notes. Cameron shall take notes this week!

Load test stalled at Firefox 2

We have Vanialla integration stuff from mark

Loadtesting of vanilla will be important

Rustico is going to be the theme.

  • Lets get rid of the huge header!
  • Need some sub-nav

Need to get on top of stuff that's already in v1/v2 before we go crazy with cool stuff like better rating system, extra dictionaries functionality, etc.

Next meeting Wednesday 3PM PST

Canned responses are good, lets keep them.

Possibility for reviewers to list their favourite add-ons to review (eg. you deny something for a specific reason and want to be notified when it's uploaded again.) RSS or email notifications.

Some sort of favourite type of add-on to review RSS notification stuff - eg. whenever mac-only themes come up, add it to a rss feed for me.

Do we want developers and/or users to be able to see the approval queue? Not yet, there's a big can o' worms there.

Clouserw has modified the l10n model, hasn't got tests done yet.

No need to have descriptions of categories.. would be better to have it in the l10n stuff so it doesn't have to look in the extra table. In fact, what's the point of having anything in English describing anything at all?

We're probably going to drop all the columns that just contain English stuff (add-on description, summary, platform name, app name, etc.) and use the l10n stuff. This is going to require some pretty wide-sweeping changes to the site's views.

Also need to modify the migration script to import stuff into the correct place. We might need to split core layout translations and add-on metadata translations for performance reasons, otherwise that's going to be one mother of a table.

Discussion forums not going to be split for language atm, we don't know how much they're going to get used.

Currently updated descriptions appear before the new version.. decided that this bug requires too much database churn to be looked at now. Maybe later we can do something where all metadata is just associated with the version, and the site offers to duplicate it over when you upload a new version, or you can modify it.

Roundtable

Sancus: Worked on category page. Dictionaries coming up next. Probably just going to reproduce v2 functionality to save time.

Wenzel: New html helper to rewrite links with locale in url. RSS layout too! Not got much to do now, give me work.

Fligtar: Localised description for add-ons.. which now won't work because of Clouserw's . Approval queue mainpage, way to unpack and examine the insides of add-ons. Doing approval queue, then going back through additem to fix up all the l10n stuff.

Lars: Sat on hands waiting for load testing machines. Shaver says: brainstorm ideas on stat gathering for downloads, updates, etc.

Shaver: Post Firefox 2 rusticization almost wrapped up, few more patches coming in. Did a bug triage and cleaned it up a bit, there's still a lot of crap though. Working on partner/policy stuff, hoping to have time to hack on remora though.

Cameron: Patching v2, wrote some thoughts on dictionaries.

Morgamic: Adding groups model & controller to track groupings of users. PFS stuff.. should be done this morning. Going to make milestones more granular. Working on planning and looking specifically at admin tools. Could use scaffolding for part of it?

Meeting closed: 6:31PM UTC (10 AM PST)

October 26 meeting

Regrets: shaver, sancus (both at FSOSS)

  • shaver items:
    • thanks to everyone for their help with the Fx2/rustico push!
    • load-testing status?
    • l10n status?
    • vanilla status?
    • looking forward to being back on Remora!
    • do we have a sense of where we are in terms of parity with v1/v2?
    • I love you guys so much!
    • random thought: should we see if the mycroft guys want to work with us on the search-engine stuff for Remora?
  • sancus items:
    • committed link helper
      • Basically helper functions to build urls to any part of the site. I thought it made sense to have all links built by functions for consistency and to make it easy to change them.
    • browse/category page taking longer than expected because I had to create a page we have no mockup for(category list) and fixed some random cake problems(invalidFields, hi2u).
    • Most of that is worked out though and should be done today/tomorrow, fsoss stuff is slowing me down a *little*
    • Do we need a user display page that lists information about that user and their addons?
    • Need to write model tests so that the invalidFields problem doesn't happen again(read from the db, write to the db, delete written data with each model)

October 19 meeting

Present: shaver, morgamic, sancus, clouserw, fligtar, lars, cameron (late)

  • Vanilla user profile information
    • is user_icon the only user-editable vanilla field we have to put on the edit page?
      • no others known right now
    • What processing does vanilla do with such an icon, and how do we want to handle that in our software
      • mark: ?
    • Will we use the user icon on our side too? How?
      • in forums, maybe next to reviews and in user pages?
  • modified field in the Addons table will be updated every time totaldownloads changes, making it useless?
    • download data will be maintained by another script out-of-band
    • what other stats do we want to track for trending, etc.?
  • sancus: remove reviews content from display currently?
    • shaver: yeah, let's remove it for now
  • lars: work beyond the next 2 weeks?
    • blocking on URLs for testing of load
      • some provided by morgamic, still need vanilla ones
    • what machines to run grinder on? (need 3)
      • seneca machines? not sure about the network latency/consistency
        • network doesn't look suitable at the moment, we can revisit when it gets sorted
      • will do the testing against remora.stage, IT will switch DNS to point to prod for "real" test
  • vanilla caching
    • need to figure out how to invalidate caches on the netscaler
      • shaver: the apache-esque headers should work
  • translation stuff
    • need to refine the examples and doc as guide for Mark and others
  • vanilla layouts
    • can we use cake views/layouts outside of cake?
      • shaver: can probably do it, not sure if it's worth it
  • ACLs:
    • do we want to do ACLs everywhere?
      • probably just on the stuff we know needs protection, not the usual views
        • explicitly list actions that are "public" for default deny?
        • var $publicActions; for those
  • association splitting
    • moved lesser-used associations to _full variants, call bindFully to get them in place for the next find
  • morgamic updated schedule to reflect time used
    • is this valuable? people move between tasks a bunch
      • probably good to
  • sancus: home page stuff done, but new tests are killing the web server
    • category page likewise
    • travelling Tuesday, at symposium Thu/Fri
  • mark (part played by morgamic): finishing the setting up of vanilla, working on l10n and caching next
  • clouserw: next week busy with mozilla.com, won't have cycles for l10n in the coming week
  • fligtar:
  • wenzel (part played by morgamic): working on edit-user, a bit stuck on l10n stuff, working on
  • morgamic: ACL stuff was painful, going to check in for wider review, then onto with load testing
  • shaver: Fx2 launch/static page work, some optimization stuff being done in the background, out at symposium on Thurs/Fri of next week

October 12 meeting

  • Microsummaries as add-on type?
    • We already answered that, kind of up in the air.
  • New search plugin format
    • In fx2 they are no longer using .src file, they are using .xml files.
  • Resolving the latest migration problem
    • Solution #2, cull bad data because it sucks.
  • Load testing
    • Set up URIs for Lars
    • Talk to Justin about setting up machines (multiple)
    • Stage the tests
    • Schedule window
    • Execute
    • Mark
      • Milestone of getting forum up so we can abuse it (by next Friday)
      • Add vanilla db, code, etc., get it up on stage
      • Will talk with Fred about session retrieval
      • Do you want user editing to be centralized or will vanilla stuff be edited from the forum interface?
    • Try to have at least one heavily translated page to test l10n load capability
  • ACL talk -- see Update:Remora_Permissions
  • Template/nav, look and feel update?
    • morgamic to work on crappyNav
  • l10n -- where/how to localize dynamic data
    • Wil to work on proof of concept, review by Monday
  • 2.0 release work?
    • Shaver, etc. has most of it covered, will use the HTML work for Remora to put up necessary pages -- may include some engr work, not sure how much.. ? (shaver please update if wrong)
  • Schedule
  • Roundtable
  • Tests
    • Mock models -- should they actually have access to the test datbase? If they do have access, wtf?
    • Why can't we see the session data?

October 5 meeting

Meeting opened: 4:09 PM UTC/GMT (9:09 AM PDT)

Present: Cameron, Clouserw, Lars, Morgamic, Sancus, Shaver, Wenzel

Schedule.

Have to get the html stuff done pronto so that it can be localised. devCP stuff isn't so important as it won't be localised at launch.


Stuff that's in the database like category names, descriptions, etc.

Localisers in the ACL so they can edit stuff through the devCP

Add-on descriptions can be the responsibility of the developer - the people they get to localise their add-on, they can also get to localise a description and summary.

Functionary milestones

15th october - l10n milestones

more milestones for user auth, search, devCP, ratings, reviews etc.

string freeze 2 weeks or so before launch.

need to finalise l10n url structure today or tomorrow

probably going to use cake to do this rather than mod_rewrite

6 pages for launch

featured extensions (20-50)

dictionaries

search engine plugins

bookmarks extensions

nobox is going to provide templates for all of these

need to get updated screenshots, blurb, summary for all those extensions

install interaction work correctly - want to have static pages on addons.mozilla.org rather than crapping around like the google stuff

fx2 between 17th and 24th

dictionaries page needs to be localised

not worried about TB because the product team isn't yet clear on how they want the installation experience to work.

1.3 for linux and 1.5 for windows? Fligtar wrote a nice essay on it.

Want to make this difficult to do because of the problems with approving them at different times.

Add approval state to files asap

cake created/modified fields for HABTM relationships

Roundtable

Shaver: Static pages for Fx2 launch. Hope to finish up search result stuff

Wenzel: Implemented search. User registration, login, logout, etc.

Lars: Tweaked migration script as stuff changed. Spent time working out grinder.

Sancus: Image controller. Category html.

Clouserw: Mozilla.com

Cameron: Sweet FA. Going to miss the next meeting due to 4wding, hiking and holidaying.

Morgamic: Scheduling with shaver, planning etc. Services today and tomorrow. Header/footer navigation etc. Going to sit down with Fligtar and talk about devcp

Going to spend more time on keeping everyone up to date with what's complete and what's not, what we need to do and how we're going with target feature milestones.

Meeting closed: 4:53 PM UTC/GMT (9:53 AM PDT)

Related Links:

free samples