Page MenuHomePhabricator

Refine Categories To Include Only "non-hidden" Categories
Closed, ResolvedPublic8 Estimated Story Points

Description

Context: Within the response for Wikimedia Enterprise APIs, we include all categories (meaning non-hidden and hidden categories) that are applied to a particular article. There are lots of lovely benefits that come from all categories but for the sake of this feature to replace the need for parsing categories off the wikitext, it has more than is on the DOM - thus too much.

What we need: For the response from APIs, just include categories that are not hidden. But store the hidden ones (if possible, we can use these for credibility signals!)

Changes: We need to gather if a category is hidden or not hidden via our ingestion of categories per article, omit the non-hidden. Also we should increase the limit of categories we have to the max (either Max or 500) so that we don't miss any categories in the cutoff.

Something like this:
Old call
New call

Event Timeline

Protsack.stephan renamed this task from Refine categories to include only "non-hidden" categories to Refine Categories To Include Only "non-hidden" Categories.Feb 23 2022, 10:57 AM
Protsack.stephan triaged this task as Medium priority.
Lena.Milenko changed the task status from Open to In Progress.May 2 2022, 2:08 PM
Lena.Milenko changed the task status from In Progress to Open.Jun 14 2022, 7:05 PM