Page MenuHomePhabricator

Deploy Safety Survey to EN, ES, FR, & PT wikis after March 21st - Production
Closed, ResolvedPublic

Description

User Story

Deploy the Community Safety Survey to EN, ES, FR, and PT wikis - estimated week of March 28th, 2022.

Technical information

EN.WIKI

'enwiki' =>[
	// T303736
	'name' => 'internal-gdi-safety-survey',
	'type' => 'internal',
	'layout' => 'single-answer',
	'question' => 'ext-quicksurveys-internal-gdi-safety-survey-question',
	'privacyPolicy' => 'ext-quicksurveys-internal-gdi-safety-survey-privacy-policy',
	'answers' => [
		'ext-quicksurveys-internal-gdi-safety-survey-answer-positive',
		'ext-quicksurveys-internal-gdi-safety-survey-answer-negative',
		'ext-quicksurveys-internal-gdi-safety-survey-answer-neutral',
	],
	'audience' => [
		// T303736
		'minEdits' => 5
	],
	'enabled' => true,
	'coverage' => 0.05, // T303736
	'platforms' => [
		'desktop' => [ 'stable' ],
		'mobile' => [ 'stable', 'beta' ],
	],
],

–
ES.WIKI

'eswiki' =>[
	// T303736
	'name' => 'internal-gdi-safety-survey',
	'type' => 'internal',
	'layout' => 'single-answer',
	'question' => 'ext-quicksurveys-internal-gdi-safety-survey-question',
	'privacyPolicy' => 'ext-quicksurveys-internal-gdi-safety-survey-privacy-policy',
	'answers' => [
		'ext-quicksurveys-internal-gdi-safety-survey-answer-positive',
		'ext-quicksurveys-internal-gdi-safety-survey-answer-negative',
		'ext-quicksurveys-internal-gdi-safety-survey-answer-neutral',
	],
	'audience' => [
		// T303736
		'minEdits' => 5
	],
	'enabled' => true,
	'coverage' => 0.1, // T303736
	'platforms' => [
		'desktop' => [ 'stable' ],
		'mobile' => [ 'stable', 'beta' ],
	],
],

–
FR.WIKI

'frwiki' =>[
	// T303736
	'name' => 'internal-gdi-safety-survey',
	'type' => 'internal',
	'layout' => 'single-answer',
	'question' => 'ext-quicksurveys-internal-gdi-safety-survey-question',
	'privacyPolicy' => 'ext-quicksurveys-internal-gdi-safety-survey-privacy-policy',
	'answers' => [
		'ext-quicksurveys-internal-gdi-safety-survey-answer-positive',
		'ext-quicksurveys-internal-gdi-safety-survey-answer-negative',
		'ext-quicksurveys-internal-gdi-safety-survey-answer-neutral',
	],
	'audience' => [
		// T303736
		'minEdits' => 5
	],
	'enabled' => true,
	'coverage' => 0.1, // T303736
	'platforms' => [
		'desktop' => [ 'stable' ],
		'mobile' => [ 'stable', 'beta' ],
	],
],

–
PT.WIKI

'ptwiki' =>[
	// T303736
	'name' => 'internal-gdi-safety-survey',
	'type' => 'internal',
	'layout' => 'single-answer',
	'question' => 'ext-quicksurveys-internal-gdi-safety-survey-question',
	'privacyPolicy' => 'ext-quicksurveys-internal-gdi-safety-survey-privacy-policy',
	'answers' => [
		'ext-quicksurveys-internal-gdi-safety-survey-answer-positive',
		'ext-quicksurveys-internal-gdi-safety-survey-answer-negative',
		'ext-quicksurveys-internal-gdi-safety-survey-answer-neutral',
	],
	'audience' => [
		// T303736
		'minEdits' => 5
	],
	'enabled' => true,
	'coverage' => 0.1, // T303736
	'platforms' => [
		'desktop' => [ 'stable' ],
		'mobile' => [ 'stable', 'beta' ],
	],
],

Confirming coverage
EN: 0.05 (5%)
ES: 0.1 (10%)
FR: 0.1 (10%)
PT: 0.1 (10%)
All wikis should target logged in editors with a minimum of 5 edits.

Confirming Final question wording
β€œIn the last 30 days, have you felt unsafe or uncomfortable contributing to {{SITENAME}} ({{SERVERNAME}})?”

Testing and QA steps

Confirmations before deployment:

  • T303769 - return {{SERVERNAME}} to original en question.
  • @TAndic confirms translations to Spanish, French, and Portuguese are inputted on translatewiki
  • TST confirms translations have been committed and are functional before deployment
  • T303740 - TST to decide whether we can get initiation (impressions) to collect editCountBucket before deploying survey - @eigyan or @TAndic to confirm before deployment
  • T303956 - Survey has been deployed to beta and QA is confirmed

Acceptance Criteria

  • Safety survey is deployed to EN, ES, FR, and PT Wikipedias, estimated week of March 28th, 2022, to run for a minimum of 1 week.

Event Timeline

TAndic renamed this task from Deploy Safety Survey to EN, ES, FR, & PT wikis to Deploy Safety Survey to EN, ES, FR, & PT wikis after March 21st.Mar 14 2022, 3:28 PM
ARamirez_WMF renamed this task from Deploy Safety Survey to EN, ES, FR, & PT wikis after March 21st to Deploy Safety Survey to EN, ES, FR, & PT wikis after March 21st - Production.Mar 16 2022, 2:06 PM