Page MenuHomePhabricator

Show ‘Thank you for your edit’ sometimes in post-edit confirmation
Open, Needs TriagePublicFeature

Description

Feature summary (what you would like to be able to do and where):
I read https://www.mediawiki.org/wiki/Post-edit_feedback recently and discovered that initially there have been plans to show ‘Thank you for your edit’ in post-edit confirmation (or it was even shown during some A/B test?). I thought that it would be cool to bring it back, but as an easter egg instead of something that gets shown every time, since you wouldn’t want the interface to say ‘thanks’ every time you do something. I know Echo sends notifications on 1, 10, 100, 1000 and so on edit, but they become rarer and rarer for editors, whereas this feature could be something that gets shown once in a while more frequently.

Legoktm mentioned on Discord that people weren’t thrilled about the interface saying ‘thank you’ to vandals. To avoid this becoming a problem, maybe something like this can be implemented:

  1. The easter egg could be shown only to registered users (mw.config.get( 'wgUserName' ) !== null).
  2. The easter egg has a 1% (or less if needed?) chance of getting shown to people.
  3. It can only be shown after someone already made an edit and was shown a regular post-edit confirmation, if that is simple enough to track.

Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
This doesn’t have much ‘use case’, but is more of a nice message that should only be noticeable by some during their regular nightly editing binge (we’ve all been there).

Event Timeline

Thanks for filing :) In general I'm always in favor of thanking people.

Dug around a bit and found https://diff.wikimedia.org/2012/09/24/giving-new-wikipedians-feedback-post-edit/:

We compared the edit count of contributors by condition over the first 2 weeks of activity and found an increase in mean edit count in the two experimental conditions of about 23.5% compared to the control. The difference was marginally significant in the confirmation condition and very close to significance (p=0.052) in the gratitude condition.

And also https://meta.wikimedia.org/wiki/Research:Post-edit_feedback/PEF-1

I feel like there was more discussion somewhere besides the main Meta-Wiki research talk page, I'll have to dig for it later...