Extension:GrowthExperiments

This page is a translated version of the page Extension:GrowthExperiments and the translation is 16% complete.
Outdated translations are marked like this.
MediaWiki扩展手册
GrowthExperiments
发行状态: 稳定版
实现 特殊页面
描述 包含由成长 團隊完成的實驗
作者 Stephane Bisson, Sergio Gimeno, Kosta Harlan, Roan Kattouw, Mew Ophaswongse, Gergő Tisza, Martin Urbanec
兼容性政策 快照跟随MediaWiki发布。 master分支不向后兼容。
PHP 7.2+
数据库更改
growthexperiments_link_recommendations
growthexperiments_link_submissions
growthexperiments_mentee_data
growthexperiments_mentor_mentee
growthexperiments_user_impact
许可协议 GNU通用公眾授權條款3.0或更新版本
下載
  • $wgGELinkRecommendationServiceWikiIdMasquerade
  • $wgGEImageRecommendationServiceWikiIdMasquerade
  • $wgGENewcomerTasksRemoteArticleOrigin
  • $wgGEHelpPanelSearchForeignAPI
  • $wgGEUserImpactMaxEdits
  • $wgGEStructuredMentorList
  • $wgGEImageRecommendationServiceAccessToken
  • $wgGEHelpPanelSuggestedEditsPreferredEditor
  • $wgGEMediaInfoRepos
  • $wgGENewcomerTasksStarterDifficultyEnabled
  • $wgGERestbaseUrl
  • $wgWelcomeSurveyAllowFreetextResponses
  • $wgGEUserImpactMaxThanks
  • $wgGENewcomerTasksLinkRecommendationsEnabled
  • $wgWelcomeSurveyPrivacyStatementUrl
  • $wgWelcomeSurveyReminderExpiry
  • $wgGENewcomerTasksImageRecommendationsEnabled
  • $wgGECampaigns
  • $wgGEApiQueryGrowthTasksLookaheadSize
  • $wgGEImageRecommendationServiceUrl
  • $wgGEUserImpactMaximumProcessTimeSeconds
  • $wgWelcomeSurveyExperimentalGroups
  • $wgGECommunityUpdatesEnabled
  • $wgGECampaignTopics
  • $wgGEMentorDashboardEnabledModules
  • $wgGELevelingUpManagerInvitationThresholds
  • $wgGEImageRecommendationServiceHttpProxy
  • $wgGETopicsMatchModeEnabled
  • $wgGELinkRecommendationFallbackOnDBMiss
  • $wgGELinkRecommendationsRefreshByIteratingThroughAllTitles
  • $wgGELinkRecommendationServiceTimeout
  • $wgGENewcomerTasksTaskTypeHandlers
  • $wgGELevelingUpKeepGoingNotificationSendAfterSeconds
  • $wgGELinkRecommendationServiceAccessToken
  • $wgGELinkRecommendationServiceUrl
  • $wgGELinkRecommendationsUseEventGate
  • $wgGEHelpPanelNewAccountEnableWithHomepage
  • $wgGEImageRecommendationServiceUseTitles
  • $wgGEUserImpactMaxArticlesToProcessForPageviews
  • $wgGEMentorshipNewAccountEnablePercentage
  • $wgGEPersonalizedPraiseNotificationsEnabled
  • $wgGEImageRecommendationApiHandler
  • $wgGELinkRecommendationsFrontendEnabled
  • $wgGERefreshUserImpactDataMaintenanceScriptEnabled
  • $wgGEMentorshipReassignMenteesBatchSize
  • $wgGELinkRecommendationMinimumTasksPerTopic
  • $wgGELevelingUpManagerTaskTypeCountThresholdMultiple
  • $wgGEHomepageSuggestedEditsEnabled
  • $wgGELevelingUpGetStartedNotificationSendAfterSeconds
  • $wgGENewcomerTasksRemoteApiUrl
  • $wgGENewcomerTasksSectionImageRecommendationsEnabled
  • $wgGEPersonalizedPraiseMaxReverts
  • $wgGEHelpPanelNewAccountEnablePercentage
  • $wgGEDeveloperSetup
  • $wgGEHomepageSuggestedEditsEnableTopics
  • $wgGEPersonalizedPraiseBackendEnabled
  • $wgGEHomepageDefaultVariant
help panel question, help module question, mentorship module question, newcomer task
  • setmentor
  • managementors
  • enrollasmentor
前往translatewiki.net翻譯GrowthExperiments扩展
Vagrant角色 growthexperiments
問題 开启的任务 · 报告错误

GrowthExperiments擴充功能是由維基媒體基金會網站使用並由成长 團隊完成實驗。 該擴充功能包含以下功能:

整合

GrowthExperiments與以下擴充功能整合:

Extension Soft/Hard dependency Description
CentralAuth Soft dependency to exclude locked users from the Mentor dashboard
CirrusSearch Soft dependency for various search features used during suggested tasks
CommunityConfiguration Hard dependency to allow administrators to customise the extension based on their needs
ConfirmEdit Soft dependency TBD
Echo Soft dependency for informing new users and mentors about various opportunities
EventBus Soft dependency to inform Add Image infrastructure about user decisions about recommendations
EventLogging Soft dependency to log user interaction for analysis purposes
Flow Soft dependency for messaging features ("ask help" dialog on the homepage and in the help panel) when the target page is a Flow page
GuidedTour Soft dependency to guide new users through the interface
MobileFrontend Soft dependency for showing a mobile-optimized version of various features
PageImages Soft dependency for getting the thumbnails showing in the "Surfacing structured tasks"-experiment
PageViewInfo Soft dependency for various interface elements trying to explain the user's current or potential impact, most notably the "impact" module on Special:Homepage
Thanks Soft dependency to compute the number of Thanks received in User impact data
TimedMediaHandler Soft dependency TBD
TextExtracts Soft dependency for getting an extract from an article when the descriptions from Wikibase (see above) or Wikibase itself are not available. Also for use in the "Surfacing structured tasks"-experiment
UniversalLanguageSelector Soft dependency for language selection in the post-registration survey
VisualEditor Hard dependency for a better editing experience when doing suggested tasks
Wikibase Soft dependency for getting the descriptions showing in the "Surfacing structured tasks"-experiment
WikimediaMessages Soft dependency to populate the list of topics in Suggested edits

The extension also uses some web APIs which are probably unavailable for non-Wikimedia wikis:

  • Page Content Service for displaying task card information such as a description and an image
  • Analytics Query Service for interface elements related to impact (this is abstracted away via the PageViewInfo extension on the server-side, but for client-side features that's not always possible)
  • Add Link for link recommendation tasks
  • Add Image for image recommendation tasks


安裝

To download GrowthExperiments:

git clone "https://gerrit.wikimedia.org/r/mediawiki/extensions/GrowthExperiments" extensions/GrowthExperiments

Read the developer setup documentation for further configuration required.

开发