Page MenuHomePhabricator

Expose page issues in MCS endpoints
Closed, ResolvedPublic

Description

Currently page issues are scrubbed from the content in MCS. In the mobile web site we render a link "Page issues" which allows users to see this information like so:

Screen Shot 2016-08-23 at 1.46.10 PM.png (337×927 px, 33 KB)

Instead of scrubbing it I'd like to suggest we add a property "issues" to the lead data so that this can be rendered optionally if wanted. We can give this some structure like so to minimise the weight of the response:

issues: [

{ text: "content of mbox-text-span" }

]

Related Objects

Event Timeline

Change 309191 had a related patch set uploaded (by Jdlrobson):
Extract page issues and promote to a readable data structure

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

This change similar to hatnotes should be uncontroversial since apps like MobileFrontend hide them via css so doesn't need to be part of the new mobile content service endpoint.

Change 309191 merged by jenkins-bot:
Extract page issues and promote to a readable data structure

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

Jdlrobson claimed this task.