Page MenuHomePhabricator

Sgs (Sergio Gimeno)
Software Engineer, WMF

Today

  • No visible events.

Tomorrow

  • No visible events.

Thursday

  • No visible events.

User Details

User Since
Oct 4 2021, 3:13 PM (254 w, 18 h)
Availability
Available
LDAP User
Sergio Gimeno
MediaWiki User
SGimeno (WMF) [ Global Accounts ]

I'm working with the Growth team on features that keep growing the number of Wikipedia contributors.

Recent Activity

Jun 23 2026

Sgs added a comment to T426742: Remove client side analytics logging from Special:Homepage and modules.

Both eventlogging_HomepageModule and mediawiki.product_metrics.homepage_module_interaction are now removed from stream config and all producer code has been removed from GrowthExperiments. There's still one change cleanup: remove deprecated stream fixture pending review but not producing any traffic.

Jun 23 2026, 2:36 PM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs moved T424205: Post-publish account creation nudge for temp accounts from Code Review to QA on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 23 2026, 2:29 PM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs added a comment to T424205: Post-publish account creation nudge for temp accounts.

This should be testable in any wiki using the JS SDK override mechanism: mw.testKitchen.overrideExperimentGroup( 'we-1-8-tempuser-post-edit', 'treatment'). In this experiment, the query param mpo won't work, as there are two page loads involved and a redirect to Special:CentralLogin and we haven't spent the time to pass the parameter along these. The cookie mechanism used by mw.testKitchen.overrideExperimentGroup should be enough though since there's no cross-domain traversal.

Jun 23 2026, 2:29 PM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs added a comment to T429110: Temp Accounts A/B Test: Post-Publish Account Creation bottom sheet.

Summary report:

Jun 23 2026, 1:50 PM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), User-Michael, OKR-Work, Product Safety and Integrity, MediaWiki-User-login-and-signup, Temporary accounts

Jun 22 2026

Sgs moved T428220: Scale Mobile Account Menu to All WMF Wikis from Incoming to Doing on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 22 2026, 10:28 AM · User-notice-archive, MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Growth-Team (FY2026-27 Q1 Sprint 1), OKR-Work (WE1 FY2025-26), MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs moved T426742: Remove client side analytics logging from Special:Homepage and modules from Blocked / Needs Work to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 22 2026, 10:28 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments

Jun 19 2026

Sgs moved T409170: Run MigrateMentorStatusAway migration script from Blocked / Needs Work to QA on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 19 2026, 12:15 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship
Sgs moved T409170: Run MigrateMentorStatusAway migration script from Doing to Blocked / Needs Work on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 19 2026, 10:43 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship
Sgs added a comment to T409170: Run MigrateMentorStatusAway migration script.

I run the script in normal mode (P94280, P94281), the execution went well until viwiki which has a couple of mentors to migrate and returned the error:

Jun 19 2026, 10:42 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship

Jun 18 2026

Sgs moved T409170: Run MigrateMentorStatusAway migration script from Blocked / Needs Work to Doing on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 18 2026, 4:00 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship
Sgs moved T409170: Run MigrateMentorStatusAway migration script from Doing to Blocked / Needs Work on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 18 2026, 11:36 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship
Sgs added a comment to T409170: Run MigrateMentorStatusAway migration script.

@Sgs and I discussed this during our 1:1. The problem was that the script was returning LoggedUpdateOutcome::COMPLETE even on dry-run, meaning it got logged as finished in updatelog. I removed all records of its execution again (logs are available at P94199). I also uploaded a patch that changes the script's behavior to always return SIMULATED on dry-runs.

I run the script again in dry-mode (logs P94276) and it did run for all wikis this time, none was marked as already logged. Thank you for helping with this operation. The hang suspicion was also my bad, looking at non-terminating tail -f, so nothing to worry on script termination.

Jun 18 2026, 11:36 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship

Jun 17 2026

Sgs moved T426742: Remove client side analytics logging from Special:Homepage and modules from Doing to Blocked / Needs Work on the Growth-Team (FY2025-26 Q4 Sprint 5) board.

The only remaining change to deploy is waiting on wmf.7 to progress to all wikis so no more data is collected through the HomepageModule stream. At that point we won't have access anymore to fine grained homepage module interaction data, eg: render mode, browser family, client IP. Which was one of the points of performing this task. Fwiw I have taken a snapshot of the last three months of browser families and render modes, may be relevant for T264992:

Jun 17 2026, 3:56 PM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs moved T424205: Post-publish account creation nudge for temp accounts from Doing to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 17 2026, 11:27 AM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs updated the task description for T424205: Post-publish account creation nudge for temp accounts.
Jun 17 2026, 11:11 AM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup

Jun 16 2026

Sgs moved T424205: Post-publish account creation nudge for temp accounts from QA to Doing on the Growth-Team (FY2025-26 Q4 Sprint 5) board.
Jun 16 2026, 5:07 PM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs updated subscribers of T424205: Post-publish account creation nudge for temp accounts.

During Growth team's demo session two problems were surfaced:

Jun 16 2026, 4:57 PM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs moved T424205: Post-publish account creation nudge for temp accounts from Code Review to QA on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 16 2026, 10:33 AM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs added a comment to T424205: Post-publish account creation nudge for temp accounts.

This can now be tested in testwiki wmf.7 auto-creating a temporary account through an anonymous edit. The experiment group can be overridden using mw.testKitchen.overrideExperimentGroup('we-1-8-tempuser-post-edit', 'treatment'). Steps for happy path:

Jun 16 2026, 10:33 AM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup

Jun 15 2026

Sgs added a comment to T409170: Run MigrateMentorStatusAway migration script.

I run the script again today with dry-mode and the output (P94151) was unexpected in two ways:

Jun 15 2026, 4:55 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship
Sgs added a comment to T429110: Temp Accounts A/B Test: Post-Publish Account Creation bottom sheet.

Following discussion from T424205: Post-publish account creation nudge for temp accounts, it seems supporting an NCS edge-unique setup we require some extra work:

Jun 15 2026, 3:35 PM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), User-Michael, OKR-Work, Product Safety and Integrity, MediaWiki-User-login-and-signup, Temporary accounts
Sgs added a comment to T424595: Scale updated logged-out edit warning on mobile to all wikis.

Was it deployed?

Yes, this was deployed last Wednesday 10 to group0 and group1 and it promoted to group2 on Thursday.

Jun 15 2026, 12:48 PM · User-notice-archive, MW-1.47-notes (1.47.0-wmf.9; 2026-06-30), Growth-Team (FY2025-26 Q4 Sprint 4), Patch-For-Review, OKR-Work (WE1 FY2025-26)

Jun 12 2026

Sgs moved T426742: Remove client side analytics logging from Special:Homepage and modules from Incoming to Doing on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 12 2026, 11:58 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs moved T426742: Remove client side analytics logging from Special:Homepage and modules from Estimated tasks backlog to FY2025-26 Q4 Sprint 4 on the Growth-Team board.
Jun 12 2026, 11:58 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs claimed T426742: Remove client side analytics logging from Special:Homepage and modules.
Jun 12 2026, 11:58 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs created T429017: Delete orphan EventLogging topic `eventlogging_HomepageModulet`.
Jun 12 2026, 11:40 AM · Data-Platform-SRE (2026-08-07 - 2026-08-28), Data-Engineering
Sgs updated subscribers of T426742: Remove client side analytics logging from Special:Homepage and modules.

A lookup in codesearch for eventlogging_HomepageModule shows 4 results in non-Growth owned repositories, Wikipedia Android App and repos/data-engineering/metrics-platform. I'm not very familiar with these, the android app code that holds the stream config seems to come from a test kitchen package and repos/data-engineering/metrics-platform is an archived project (?) Could someone from Wikimedia Apps and Experiment Platform confirm how we should proceed with these. Is it ok to remove all occurrences of eventlogging_HomepageModule in those repos? cc @Dbrant @phuedx

Jun 12 2026, 10:55 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments

Jun 11 2026

Sgs moved T424205: Post-publish account creation nudge for temp accounts from Doing to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 11 2026, 11:18 AM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs moved T409170: Run MigrateMentorStatusAway migration script from Incoming to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 11 2026, 11:18 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship
Sgs moved T409170: Run MigrateMentorStatusAway migration script from Estimated tasks backlog to FY2025-26 Q4 Sprint 4 on the Growth-Team board.
Jun 11 2026, 11:18 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.46-notes (1.46.0-wmf.3; 2025-11-19), GrowthExperiments-Mentorship

Jun 10 2026

Sgs closed T426193: Message/Field: message icons are not aligned with the message content, a subtask of T419401: Add live username validation to mobile account creation form, as Resolved.
Jun 10 2026, 4:10 PM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs closed T426193: Message/Field: message icons are not aligned with the message content as Resolved.

@ekrem could you elaborate what is the test: with the --line-height-medium styling disabled via devtools trying to validate?

mb, it was supposed to demonstrate the situation «before the fix» (or «if the fix wasn't present»)

Jun 10 2026, 4:10 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs moved T426193: Message/Field: message icons are not aligned with the message content from Incoming to QA on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 10 2026, 12:01 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs added a comment to T426193: Message/Field: message icons are not aligned with the message content.

@ekrem could you elaborate what is the test: with the --line-height-medium styling disabled via devtools trying to validate?

Jun 10 2026, 12:01 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex

Jun 8 2026

Sgs added a comment to T424205: Post-publish account creation nudge for temp accounts.

A simple way to make the experience for both groups not alter the response would be to stop sending the thank-you-edit notification for temporary users. Can we stop sending these, not just the one for the first edit but all, 1, 10, 100... cc @AAlhazwani-WMF @KStoller-WMF

Jun 8 2026, 4:34 PM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs added a comment to T424205: Post-publish account creation nudge for temp accounts.

The main challenge here is: we need to run this as an edge-unique experiment, so that the subject id does not change when the user id does change (temp->named account).

Agreed.

But at the same time we have to vary server-side behavior (not send the notification).

I'm assuming that your looking at setting up the experiment as an NCS experiment as the actions that you're experimenting on are rare enough to warrant going above the traffic allocation cap. However, as you know, you can't vary server-side behaviour with an NCS experiment.

Jun 8 2026, 3:35 PM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup

Jun 5 2026

Sgs updated subscribers of T424205: Post-publish account creation nudge for temp accounts.

I started working on this and have some questions:

Jun 5 2026, 3:18 PM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs added a comment to T424595: Scale updated logged-out edit warning on mobile to all wikis.

The instrumentation cleanup in WikimediaEvents has already been merged and I have turned off the experiment in test-kitchen's dashboard. The only remaining bit of this task is the consolidation of the language for the call to actions, CtaDrawer: change sign up translation which is waiting to the 18th of June when the Account Creation Reading List CTA experiment finalizes, T420238.

Jun 5 2026, 11:11 AM · User-notice-archive, MW-1.47-notes (1.47.0-wmf.9; 2026-06-30), Growth-Team (FY2025-26 Q4 Sprint 4), Patch-For-Review, OKR-Work (WE1 FY2025-26)
Sgs moved T424205: Post-publish account creation nudge for temp accounts from Incoming to Doing on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 5 2026, 11:02 AM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup
Sgs claimed T424205: Post-publish account creation nudge for temp accounts.
Jun 5 2026, 11:01 AM · MW-1.47-notes (1.47.0-wmf.8; 2026-06-23), OKR-Work, Growth-Team (FY2025-26 Q4 Sprint 5), Growth Team Maintenance, Product Safety and Integrity, Temporary accounts, MediaWiki-User-login-and-signup

Jun 3 2026

Sgs moved T424646: Prepare V2 experiment for improved mobile account creation form (builds on V1) from Code Review to QA on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 3 2026, 2:58 PM · Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.47-notes (1.47.0-wmf.5; 2026-06-02), User-Michael, OKR-Work, MediaWiki-CreateAccount-page, MediaWiki-User-login-and-signup
Sgs added a comment to T424646: Prepare V2 experiment for improved mobile account creation form (builds on V1).

This is now testable in Beta cluster, it is particularly tricky to test end-to-end because of the lack of entry-point links to the Create account page on mobile/Minerva.

Jun 3 2026, 2:58 PM · Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.47-notes (1.47.0-wmf.5; 2026-06-02), User-Michael, OKR-Work, MediaWiki-CreateAccount-page, MediaWiki-User-login-and-signup
Sgs moved T426193: Message/Field: message icons are not aligned with the message content from Blocked / Needs Work to Incoming on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 3 2026, 2:41 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs moved T424595: Scale updated logged-out edit warning on mobile to all wikis from Code Review to QA on the Growth-Team (FY2025-26 Q4 Sprint 4) board.
Jun 3 2026, 2:16 PM · User-notice-archive, MW-1.47-notes (1.47.0-wmf.9; 2026-06-30), Growth-Team (FY2025-26 Q4 Sprint 4), Patch-For-Review, OKR-Work (WE1 FY2025-26)
Sgs added a comment to T290916: Consider providing Vue Router in MW for use by Vue-using MW extensions/skins.

The state of need may have changed over time and I have been having recent discussions with engineers from Moderator-Tools-Team about how handy would come to have vue router available in core for the development of Extension:PersonalDashboard. Also in recent design explorations by the Growth-Team we're hitting the "wizard" features with multi-step flows that @egardner is mentioning, for example in T425768: [Spike] WelcomeSurvey redesign exploration. So the current status quo is there are already 2 extensions using it, (Extension:DonationInterface, Extension:ContentTranslation as mentioned by Jdlrobson). And two potential adopters: GrowthExperiments & PersonalDashboard.

Jun 3 2026, 12:00 PM · MediaWiki-Core-Router, MediaWiki-General, Design-Systems-team-20200324-20220422

Jun 2 2026

Sgs moved T424595: Scale updated logged-out edit warning on mobile to all wikis from Doing to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 3) board.
Jun 2 2026, 3:50 PM · User-notice-archive, MW-1.47-notes (1.47.0-wmf.9; 2026-06-30), Growth-Team (FY2025-26 Q4 Sprint 4), Patch-For-Review, OKR-Work (WE1 FY2025-26)

Jun 1 2026

Sgs raised the priority of T426742: Remove client side analytics logging from Special:Homepage and modules from Medium to Needs Triage.
Jun 1 2026, 3:36 PM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments

May 22 2026

Sgs moved T424646: Prepare V2 experiment for improved mobile account creation form (builds on V1) from Incoming to Doing on the Growth-Team (FY2025-26 Q4 Sprint 3) board.
May 22 2026, 10:51 AM · Growth-Team (FY2025-26 Q4 Sprint 5), MW-1.47-notes (1.47.0-wmf.5; 2026-06-02), User-Michael, OKR-Work, MediaWiki-CreateAccount-page, MediaWiki-User-login-and-signup

May 20 2026

Sgs moved T426193: Message/Field: message icons are not aligned with the message content from Doing to Blocked / Needs Work on the Growth-Team (FY2025-26 Q4 Sprint 3) board.

This is not testable until a new Codex release is created. I'm on the process of getting the right provisioning to do so, until then moving to blocked.

May 20 2026, 4:55 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs moved T414020: Impact Module: Investigate using Wikimedia Analytics API from Doing to QA on the Growth-Team (FY2025-26 Q4 Sprint 3) board.
May 20 2026, 4:52 PM · Growth-Team (FY2025-26 Q4 Sprint 3), Growth Team Maintenance, GrowthExperiments-ImpactModule
Sgs added a comment to T414020: Impact Module: Investigate using Wikimedia Analytics API.

So I guess the workaround would be like:

  • Find the pages edited by the user in the last 60 days, and the edit dates.
  • For each page, call /pageviews/ starting at the date of the user's edit to get the pageviews count.
  • Compute the page ranking locally.

Does that sound about right?

This sounds like it would work. There's an important question to clarify, what is the meaning of locally here, but that's probably a separate conversation. If we need to do an ad-hoc data aggregation for honoring the since you edited premise, we'd probably want to cache it somewhere, be it DB table like currently happens or in some client/device storage. Otoh if product/design would be fine loosening the premise to something like pageviews in the last 60 days in an article you've edited sometime in the last 60 days we could avoid having custom aggregations for this module. cc @KStoller-WMF

May 20 2026, 4:51 PM · Growth-Team (FY2025-26 Q4 Sprint 3), Growth Team Maintenance, GrowthExperiments-ImpactModule
Sgs moved T414020: Impact Module: Investigate using Wikimedia Analytics API from Blocked / Needs Work to Doing on the Growth-Team (FY2025-26 Q4 Sprint 3) board.
May 20 2026, 11:58 AM · Growth-Team (FY2025-26 Q4 Sprint 3), Growth Team Maintenance, GrowthExperiments-ImpactModule
Sgs moved T424595: Scale updated logged-out edit warning on mobile to all wikis from Doing to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 3) board.
May 20 2026, 11:58 AM · User-notice-archive, MW-1.47-notes (1.47.0-wmf.9; 2026-06-30), Growth-Team (FY2025-26 Q4 Sprint 4), Patch-For-Review, OKR-Work (WE1 FY2025-26)
Sgs added a comment to T424595: Scale updated logged-out edit warning on mobile to all wikis.

Just for double-check, this is the interface that's still showing Sign up instead of Create account:

Screenshot 2026-05-20 at 11.57.03.png (802×1,826 px, 200 KB)

May 20 2026, 10:04 AM · User-notice-archive, MW-1.47-notes (1.47.0-wmf.9; 2026-06-30), Growth-Team (FY2025-26 Q4 Sprint 4), Patch-For-Review, OKR-Work (WE1 FY2025-26)
Sgs moved T424595: Scale updated logged-out edit warning on mobile to all wikis from Incoming to Doing on the Growth-Team (FY2025-26 Q4 Sprint 3) board.
May 20 2026, 9:38 AM · User-notice-archive, MW-1.47-notes (1.47.0-wmf.9; 2026-06-30), Growth-Team (FY2025-26 Q4 Sprint 4), Patch-For-Review, OKR-Work (WE1 FY2025-26)

May 19 2026

Sgs updated the task description for T426742: Remove client side analytics logging from Special:Homepage and modules.
May 19 2026, 11:40 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs moved T426742: Remove client side analytics logging from Special:Homepage and modules from Inbox to Needs Estimation on the Growth-Team board.
May 19 2026, 11:38 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs renamed T426742: Remove client side analytics logging from Special:Homepage and modules from Remove client side analytics logging from Special:Homepage to Remove client side analytics logging from Special:Homepage and modules.
May 19 2026, 11:16 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs created T426742: Remove client side analytics logging from Special:Homepage and modules.
May 19 2026, 10:57 AM · Growth-Team (FY2026-27 Q1 Sprint 1), MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Experimentation Lab Radar, Growth Team Maintenance, GrowthExperiments
Sgs moved T419395: Add username policy popover to mobile account creation form from Code Review to QA on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 19 2026, 8:56 AM · Growth-Team (FY2025-26 Q4 Sprint 4), MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page

May 18 2026

Sgs moved T426193: Message/Field: message icons are not aligned with the message content from Code Review to QA on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 18 2026, 1:58 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs claimed T419395: Add username policy popover to mobile account creation form.
May 18 2026, 10:24 AM · Growth-Team (FY2025-26 Q4 Sprint 4), MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page

May 15 2026

Sgs moved T421518: Investigate unexpectedly low CTR totals in Logged-Out Warning Message experiment from Doing to QA on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 15 2026, 11:58 AM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Growth-Team (FY2025-26 Q4 Sprint 2), MobileFrontend (MobileFrontend (Editor)), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs added a comment to T421518: Investigate unexpectedly low CTR totals in Logged-Out Warning Message experiment.

With all the validation issues fixed I was able to run some manual analysis with the reworked CTR instrumentation. The new added metrics and queries can be reviewed in [[ https://gitlab.wikimedia.org/sgimeno/experiment-analytics-configs/-/commit/447df61105300655954712a972183bfdcf0b903b | [DNM] Logged-out anon warning: add re-worked CTRs ]]. I used a query checker template with the following metrics and look at a day snapshot of today, (start 2026-05-14, end 2026-05-15); these where the results:

May 15 2026, 11:58 AM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Growth-Team (FY2025-26 Q4 Sprint 2), MobileFrontend (MobileFrontend (Editor)), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page

May 14 2026

Sgs moved T421518: Investigate unexpectedly low CTR totals in Logged-Out Warning Message experiment from Blocked / Needs Work to Doing on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 14 2026, 3:22 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Growth-Team (FY2025-26 Q4 Sprint 2), MobileFrontend (MobileFrontend (Editor)), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs moved T414020: Impact Module: Investigate using Wikimedia Analytics API from Doing to Blocked / Needs Work on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 14 2026, 3:22 PM · Growth-Team (FY2025-26 Q4 Sprint 3), Growth Team Maintenance, GrowthExperiments-ImpactModule
Sgs added a comment to T414020: Impact Module: Investigate using Wikimedia Analytics API.

Impact module displays page views based on edit history on the target wiki. All AQS endpoints that could be relevant to use in Growth's impact module lack some sort of filtering or parameters in the request spec to fit the current module outcome. The next section elaborates on this highlighting the problems on each endpoint

May 14 2026, 3:18 PM · Growth-Team (FY2025-26 Q4 Sprint 3), Growth Team Maintenance, GrowthExperiments-ImpactModule
Sgs moved T426193: Message/Field: message icons are not aligned with the message content from Incoming to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 14 2026, 11:08 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs moved T426193: Message/Field: message icons are not aligned with the message content from Inbox to FY2025-26 Q4 Sprint 2 on the Growth-Team board.
May 14 2026, 11:08 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs claimed T426193: Message/Field: message icons are not aligned with the message content.
May 14 2026, 11:08 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs added a subtask for T419401: Add live username validation to mobile account creation form: T426193: Message/Field: message icons are not aligned with the message content.
May 14 2026, 11:08 AM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs added a parent task for T426193: Message/Field: message icons are not aligned with the message content: T419401: Add live username validation to mobile account creation form.
May 14 2026, 11:08 AM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs closed T425604: mediawiki.product_metrics.contributors.experiments - '.action_context' should be string as Resolved.

I can confirm in logstasg these have stopped after 1.47.0-wmf.2 train release.

May 14 2026, 11:07 AM · Essential-Work, Unplanned-Sprint-Work, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Growth-Team (FY2025-26 Q4 Sprint 2), GrowthExperiments, Wikimedia-production-error

May 13 2026

Sgs updated the task description for T426193: Message/Field: message icons are not aligned with the message content.
May 13 2026, 1:27 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs updated the task description for T426193: Message/Field: message icons are not aligned with the message content.
May 13 2026, 1:26 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs updated the task description for T426193: Message/Field: message icons are not aligned with the message content.
May 13 2026, 1:23 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs created T426193: Message/Field: message icons are not aligned with the message content.
May 13 2026, 1:21 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Growth-Team (FY2025-26 Q4 Sprint 4), Codex
Sgs moved T419401: Add live username validation to mobile account creation form from Blocked / Needs Work to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 13 2026, 11:02 AM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs added a comment to T419401: Add live username validation to mobile account creation form.

@Sgs i tested things on a real device - a iphone 13 mini running ios/safari 24.6.2 and this is what i've found

❌ AC4 - Taken state (warning)

May 13 2026, 10:58 AM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page

May 12 2026

Sgs moved T424048: Special:Homepage suggested edit panel uses non-standard thumbnail size from Code Review to QA on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 12 2026, 8:43 AM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), GrowthExperiments-Homepage

May 11 2026

Sgs added a comment to T415261: Prepare upgrade to justinrainbow/json-schema to 6.x in CommunityConfiguration.

Ok, so I looked into this, and I think in practice the actual changes are almost only related to tests?

The upgrade changes what the API returns in the additionalData field if there is a validation issue. However, crucially, I could not find any users of that field! (code search, none of the other uses seem to refer to the CommunityConfiguration api.)
That makes somewhat sense, as that field introduced as "intentionally undocumented" in Introduce ValidationStatus.

Still, it would be great if someone could verify that it is indeed unused.

May 11 2026, 2:58 PM · MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Growth-Team, Essential-Work, User-Michael, Patch-For-Review, MediaWiki-extensions-CommunityConfiguration, PHP 8.5 support
Sgs moved T419401: Add live username validation to mobile account creation form from QA to Design Review on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 11 2026, 1:11 PM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs added a comment to T419401: Add live username validation to mobile account creation form.

This can be tested in all wikis including testwiki. Needs to use the experiment override param: Special:CreateAccount&mpo=we-1-8-account-creation-form-v2%3Atreatment

May 11 2026, 1:10 PM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs closed T422953: Add account creation rate metrics (registered and temporary) to Metrics Catalog, a subtask of T409236: [EPIC] Account Creation Experiments (WE1.8 FY 25-26), as Resolved.
May 11 2026, 12:55 PM · OKR-Work (WE1 FY2025-26), MediaWiki-User-login-and-signup, Epic, MediaWiki-CreateAccount-page, Growth-Team
Sgs closed T422953: Add account creation rate metrics (registered and temporary) to Metrics Catalog as Resolved.
May 11 2026, 12:55 PM · Growth-Team (FY2025-26 Q4 Sprint 2), OKR-Work (WE1 FY2025-26), MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs moved T424048: Special:Homepage suggested edit panel uses non-standard thumbnail size from Incoming to Code Review on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 11 2026, 11:22 AM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), GrowthExperiments-Homepage
Sgs moved T424048: Special:Homepage suggested edit panel uses non-standard thumbnail size from Needs Refinement to FY2025-26 Q4 Sprint 2 on the Growth-Team board.
May 11 2026, 11:22 AM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), GrowthExperiments-Homepage
Sgs moved T424048: Special:Homepage suggested edit panel uses non-standard thumbnail size from Inbox to Needs Refinement on the Growth-Team board.
May 11 2026, 11:22 AM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), GrowthExperiments-Homepage
Sgs claimed T424048: Special:Homepage suggested edit panel uses non-standard thumbnail size.

The requests are being blocked because of the thumbnail size not matching any standard size in

May 11 2026, 11:21 AM · Growth-Team (FY2025-26 Q4 Sprint 3), MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), GrowthExperiments-Homepage
Sgs moved T425603: Error: Unknown task type revise-tone from Inbox to Needs Discussion on the Growth-Team board.
May 11 2026, 10:54 AM · GrowthExperiments, Revise-Tone-Structured-Task, Growth-Team, Wikimedia-production-error
Sgs added a comment to T425603: Error: Unknown task type revise-tone.

This seems to be happening since the beginning of the experiment, which started on March 31 and the relevant code hit enwiki on April 2nd (see last 90 days). This happens if for some yet unknown reason GrowthExperiments considers the user to be in the treatment group in FeatureManager.php#63 and to be in the control group or unenrolled in TaskTypesAbFilter.js#87. Given these are very few hits across ~300K subjects in the experiment from an analysis pov it doesn't seem relevant. The bad think is that users are getting a broken task card which fails to load the image and description and won't trigger a revise tone task flow.

May 11 2026, 10:53 AM · GrowthExperiments, Revise-Tone-Structured-Task, Growth-Team, Wikimedia-production-error
Sgs moved T414020: Impact Module: Investigate using Wikimedia Analytics API from Incoming to Doing on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 11 2026, 9:48 AM · Growth-Team (FY2025-26 Q4 Sprint 3), Growth Team Maintenance, GrowthExperiments-ImpactModule
Sgs moved T422082: "Get started here" incorrectly points to central notice banner from Code Review to Blocked / Needs Work on the Growth-Team (FY2025-26 Q4 Sprint 2) board.
May 11 2026, 9:46 AM · Growth-Team, MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), MediaWiki-extensions-CentralNotice, Patch-For-Review, GrowthExperiments-Homepage
Sgs moved T421518: Investigate unexpectedly low CTR totals in Logged-Out Warning Message experiment from Doing to Blocked / Needs Work on the Growth-Team (FY2025-26 Q4 Sprint 2) board.

Waiting on T425604: mediawiki.product_metrics.contributors.experiments - '.action_context' should be string to analyze data.

May 11 2026, 9:22 AM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Growth-Team (FY2025-26 Q4 Sprint 2), MobileFrontend (MobileFrontend (Editor)), OKR-Work, MediaWiki-User-login-and-signup, MediaWiki-CreateAccount-page
Sgs claimed T425604: mediawiki.product_metrics.contributors.experiments - '.action_context' should be string.
May 11 2026, 9:19 AM · Essential-Work, Unplanned-Sprint-Work, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Growth-Team (FY2025-26 Q4 Sprint 2), GrowthExperiments, Wikimedia-production-error
Sgs closed T425425: mediawiki.product_metrics.contributors.experiments should NOT have additional properties as Resolved.
May 11 2026, 9:18 AM · MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), GrowthExperiments, Growth-Team (FY2025-26 Q4 Sprint 2), Wikimedia-production-error

May 8 2026

Sgs added a subtask for T425725: Explore newcomer progression ideas during Contributor Sprinthackular 2026: T425768: [Spike] WelcomeSurvey redesign exploration.
May 8 2026, 1:13 PM · Moderator-Tools-Team, PersonalDashboard, Growth-Team
Sgs added a parent task for T425768: [Spike] WelcomeSurvey redesign exploration: T425725: Explore newcomer progression ideas during Contributor Sprinthackular 2026.
May 8 2026, 1:13 PM · Patch-For-Review, GrowthExperiments, Growth-Team
Sgs updated the task description for T425768: [Spike] WelcomeSurvey redesign exploration.
May 8 2026, 11:44 AM · Patch-For-Review, GrowthExperiments, Growth-Team
Sgs updated the task description for T425768: [Spike] WelcomeSurvey redesign exploration.
May 8 2026, 11:43 AM · Patch-For-Review, GrowthExperiments, Growth-Team