Page MenuHomePhabricator

CU 2.0: Add form sub-title to indicate who all are under investigation
Closed, ResolvedPublic2 Estimated Story Points

Description

Goal

User story: As a user, I would like to maintain context of knowing which users are currently under an investigation as I proceed through the various investigation steps.

Mock

image.png (368×1 px, 43 KB)

Acceptance criteria
  • There is a subtext under the page title of Special:Investigate that says: Current investigation for users a, b and c
  • The text appears once the user has submitted the original input form. The initial text contains only usernames and IPs entered initially in the input form.
  • As the user drills down into the data by clicking the "Show all users on this IP" and "Show all IPs for this user" buttons, the subtext expands to include the username or IP that was drilled into.

Event Timeline

Niharika triaged this task as Medium priority.Feb 28 2020, 9:44 PM
Niharika created this task.

This information can be retrieved from the token easily.

Niharika set the point value for this task to 2.Mar 5 2020, 7:22 PM

Change 579454 had a related patch set uploaded (by Tchanders; owner: Dmaza):
[mediawiki/extensions/CheckUser@master] Add page links and subtitle to Special:Investigate

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

Change 579454 merged by jenkins-bot:
[mediawiki/extensions/CheckUser@master] Add page links and subtitle to Special:Investigate

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

dom_walden subscribed.
  • There is a subtext under the page title of Special:Investigate that says: Current investigation for users a, b and c

Looks like:

subtitle.png (216×464 px, 13 KB)

  • The text appears once the user has submitted the original input form. The initial text contains only usernames and IPs entered initially in the input form.

True.

  • As the user drills down into the data by clicking the "Show all users on this IP" and "Show all IPs for this user" buttons, the subtext expands to include the username or IP that was drilled into.

Not implemented yet (I guess).

Also, when I filter out a username or IP, it remains in the sub-title.