Page MenuHomePhabricator

List all unillustrated articles
Closed, InvalidPublic

Description

Narrative

  • As a mobile reader (familiar with editing on my device)
    • When I am reading an article with no images
    • I want to see any image(s) that could be used to illustrate the article,
    • so that I can both gain a better understanding of the topic, as well as contribute to helping others who read the article in the future.

Acceptance Criteria

  • Given I have made a request with a valid page title, "Frog", I expect to have a list of images from the ImageMatchingAlgorithm

Example Spec

Request

https://api.wikimedia.org/image_recommendation/v1/wikipedia/en/unillustrated_articles

Response

{
  [
    "1979 Prize of Moscow News",
    "Klepto Holmes",
    "Ukutule",
    . . . 
  ]
}

Open Questions

Subtasks