Page MenuHomePhabricator

New Pages Feed: arrangement of metadata in feed
Closed, ResolvedPublic

Description

Now that we have added several new metadata items about each page in the New Pages Feed (AfC state, declined/submitted date, predicted class, predicted issues), the feed is looking more cluttered and difficult to read. This task is about cleaning up and re-arranging the new metadata.

@RHo made the mockups below. Here is the description:

* (AfC only) Move Submitted/Declined date below the Creation date
* (AfC only) When state is "Declined", don't need to list state separately, because that is captured by listing the "Declined date". If this logic is annoying, we could forego it and also show the state.
* (AfC only) State does not need the prefix "State:"
* "Predicted issues" renamed to "Potential issues"
* Copyvio gets listed with "Potential issues", separated with dot, and link icon to external service
* "Potential issues" aligned right for easier scanning.
* Only show text in Red when there are potential issues
* Align text underneath title left with title (remove margin-left:25px)
* Description text becomes left column in the CSS

image.png (782×856 px, 365 KB)

Event Timeline

(AfC only) When state is "Declined", don't need to list state separately, because that is captured by listing the "Declined date". If this logic is annoying, we could forego it and also show the state.

State can be unsubmitted, awaiting review, under review, or declined.

When it's awaiting review or under review, we show the date as "Submitted date:". Changing it to some to have distinct labels for those states would be completely unambiguous and would remove the need for "State: blah" in the UI.

Something like:

  • Submitted on:
  • Under review since:
  • Declined on:

Change 454907 had a related patch set uploaded (by Sbisson; owner: Sbisson):
[mediawiki/extensions/PageTriage@master] [wip] Rearrange page metadata

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

NPP before:

Screenshot from 2018-08-27 13-24-34.png (109×1 px, 25 KB)

NPP after:

Screenshot from 2018-08-27 13-24-43.png (128×1 px, 25 KB)

AFC before:

Screenshot from 2018-08-27 13-28-28.png (113×1 px, 26 KB)

AFC after:

Screenshot from 2018-08-27 13-28-37.png (127×1 px, 24 KB)

It looks like the "State" field disappeared in the AFC display, is that intended?

Stephane says it didn't disappear, the state is displayed as part of the submission/decline date if the state is anything other than "unsubmitted":

Screenshot from 2018-08-27 14-01-23.png (133×1 px, 26 KB)

Change 454907 merged by jenkins-bot:
[mediawiki/extensions/PageTriage@master] Rearrange page metadata

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

The latest screenshot showing states and potential issues on the left side (testwiki wmf.19):

Screen Shot 2018-08-28 at 4.22.45 PM.png (308×1 px, 81 KB)

Screen Shot 2018-08-28 at 4.23.08 PM.png (375×1 px, 115 KB)

@MMiller_WMF I marked with green exclamation points the specs that have not been implemented yet. There is still a noticeable bug with selecting a menu options - T202917: [betalabs] AfC - Sort order options not in sync with State options

Copyvio gets listed with "Potential issues", separated with dot, and link icon to external service

ORES scores are not present yet for copyvio marked results. Btw, there are no copyvio scores in testwiki.

"Potential issues" aligned right for easier scanning.

'Copyvio' is not marked in red.

Thank you for reviewing this, @Etonkovidova. I agree that we need to address the two issues Elena identified:

  • We need to be able to indicate when a page has both an ORES issue and a copyvio issue, as shown in the mockup.
  • Although I now think that the copyvio link shouldn't be red (because it's a link, and users know that links are blue), I do think it needs to be bold, like the ORES issues are.

Elena said she would file separate tasks for these two outstanding issues, and then will move this to Done.

Change 456299 had a related patch set uploaded (by Sbisson; owner: Sbisson):
[mediawiki/extensions/PageTriage@master] Make copyvio issue link bold

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

Thank you for reviewing this, @Etonkovidova. I agree that we need to address the two issues Elena identified:

  • We need to be able to indicate when a page has both an ORES issue and a copyvio issue, as shown in the mockup.

This is already the case. Please provide an example where it doesn't do it.

Screen Shot 2018-08-29 at 18.56.58.png (130×741 px, 36 KB)

  • Although I now think that the copyvio link shouldn't be red (because it's a link, and users know that links are blue), I do think it needs to be bold, like the ORES issues are.

I'll make it bold right away (patch is ready for review). No need for a new task for that.

Elena said she would file separate tasks for these two outstanding issues, and then will move this to Done.

Change 456299 merged by jenkins-bot:
[mediawiki/extensions/PageTriage@master] Make copyvio issue link bold

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

Copyvio is bold now - and, since it's a link it changes colors as a clicked ink vs unclicked link:

Screen Shot 2018-08-30 at 3.51.15 PM.png (228×1 px, 69 KB)

Screen Shot 2018-08-30 at 3.51.30 PM.png (135×1 px, 46 KB)

Etonkovidova updated the task description. (Show Details)