Page MenuHomePhabricator

Newcomer tasks: unactivated state of the mobile preview of the impact module should drive newcomer edits
Closed, ResolvedPublic

Description

This task is to update the content and visual design of the mobile preview of the impact module to encourage newcomers to start editing, . The mobile preview design was omitted from the parent task T223221 due to an oversight.

Current
image.png (358×820 px, 31 KB)
Proposed
image.png (554×816 px, 61 KB)

Redlined mocks on Figma https://www.figma.com/file/Pgo6fPGaDDiqXWGfMI8oiF/Growth-features?node-id=0%3A1

Design details:

  • The same heart graphic used in the intro overlay for newcomer tasks is used here.
  • The graphic and module header text is the same size and styling as the Suggested edits mobile preview.
  • Larger header text: "0 edits so far"
  • Smaller text: "Help extend free knowledge to the world by editing topics that matter most to you."
  • Footer text: "Once you start editing, you’ll see here how many people are viewing the articles you’ve edited."

Event Timeline

Change 666708 had a related patch set uploaded (by MewOphaswongse; owner: MewOphaswongse):
[mediawiki/extensions/GrowthExperiments@master] Update unactivated state of impact module's mobile summary view

https://gerrit.wikimedia.org/r/666708

Change 666708 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Update unactivated state of impact module's mobile summary view

https://gerrit.wikimedia.org/r/666708

Etonkovidova subscribed.

For Design review - the specs seem to be in place. However, please review the following

(1) the text is different between figma mockup and what is in the task description.

The text from the task description (that was implemented):

Help extend free knowledge to the world by editing topics that matter most to you.

vs the text in the mockup:

Participate in giving everyone access to the world's knowledge by editing topics that matter most to you.

(2) In the mockup the header "Your impact" has a bigger font size (16px) than the text "Participate in giving..." - 13px. The current header/text font sizes on mobile are of the same size; it's true for other modules not only for the Impact.

mockupimplemented
Screen Shot 2021-03-05 at 6.02.21 PM.png (331×466 px, 40 KB)
Screen Shot 2021-03-05 at 6.19.48 PM.png (362×403 px, 37 KB)

(3) The heart icon has much more contrast in the mockup - see the screenshots above.

Thanks @Etonkovidova - items (1) and (2) are the Figma being incorrect which I've now fixed, but (3) the heart illustration is because we used the original svg and shrunk it down to smaller size, so some line definitions are less distinct. Wondering if @mewoph it could be a simple minor improvement to add the following drop shadow filter to the image class .growthexperiments-homepage-module-impact-unactivated-mobile-summary-image?:

-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .2)); 
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .25));
Without drop-shadow filter:
image.png (482×698 px, 52 KB)
With drop-shadow filter:
image.png (476×690 px, 56 KB)

For Design review - the specs seem to be in place. However, please review the following

(1) the text is different between figma mockup and what is in the task description.

The text from the task description (that was implemented):

Help extend free knowledge to the world by editing topics that matter most to you.

vs the text in the mockup:

Participate in giving everyone access to the world's knowledge by editing topics that matter most to you.

(2) In the mockup the header "Your impact" has a bigger font size (16px) than the text "Participate in giving..." - 13px. The current header/text font sizes on mobile are of the same size; it's true for other modules not only for the Impact.

mockupimplemented
Screen Shot 2021-03-05 at 6.02.21 PM.png (331×466 px, 40 KB)
Screen Shot 2021-03-05 at 6.19.48 PM.png (362×403 px, 37 KB)

(3) The heart icon has much more contrast in the mockup - see the screenshots above.

Change 670314 had a related patch set uploaded (by MewOphaswongse; owner: MewOphaswongse):
[mediawiki/extensions/GrowthExperiments@master] Add drop shadow on heart image for mobile summary view of Impact module

https://gerrit.wikimedia.org/r/670314

Change 670314 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Add drop shadow on heart image for mobile summary view of Impact module

https://gerrit.wikimedia.org/r/670314

For @RHo quick review:
filter: drop-shadow(0 0 2px rgba(0,0,0,0.25)); is added.

betalabs (with drop-shadow)testwiki wmf.34
Screen Shot 2021-03-10 at 4.38.36 PM.png (368×409 px, 44 KB)
Screen Shot 2021-03-10 at 4.46.09 PM.png (359×412 px, 42 KB)
Screen Shot 2021-03-10 at 4.38.51 PM.png (431×422 px, 66 KB)
Screen Shot 2021-03-10 at 4.48.32 PM.png (444×427 px, 62 KB)

Note: there is no drop-shadow on Special:Homepage#/homepage/impact (when you click on the Impact module on mobile) - I guess the change is not needed there?

Screen Shot 2021-03-10 at 4.39.03 PM.png (388×414 px, 65 KB)

Brilliant, thanks @Etonkovidova and @mewoph, 👍🏻 LGTM

For @RHo quick review:
filter: drop-shadow(0 0 2px rgba(0,0,0,0.25)); is added.

betalabs (with drop-shadow)testwiki wmf.34
Screen Shot 2021-03-10 at 4.38.36 PM.png (368×409 px, 44 KB)
Screen Shot 2021-03-10 at 4.46.09 PM.png (359×412 px, 42 KB)
Screen Shot 2021-03-10 at 4.38.51 PM.png (431×422 px, 66 KB)
Screen Shot 2021-03-10 at 4.48.32 PM.png (444×427 px, 62 KB)

Note: there is no drop-shadow on Special:Homepage#/homepage/impact (when you click on the Impact module on mobile) - I guess the change is not needed there?

Screen Shot 2021-03-10 at 4.39.03 PM.png (388×414 px, 65 KB)