Page MenuHomePhabricator

Add preview service to reconciliation API
Closed, ResolvedPublic

Description

the preview argument specifies how reconciliation services can provide "embeddable" HTML previews of their entities, which clients can display in their user interface. This entails two things

  • Adding the preview entry to the service manifest
  • Implementing service preview endpoint which takes the entity(file) {id} and returns a preview of the file with arguments for the width and height of the preview window which were provided in the preview query object.

Event Timeline

Change 754898 had a related patch set uploaded (by Eugene233; author: Eugene233):

[labs/tools/commons-recon-service@main] Add preview service to reconciliation API

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

Change 754898 merged by jenkins-bot:

[labs/tools/commons-recon-service@main] Add preview service to reconciliation API

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

Spinster subscribed.

To finish/test during current sprint (Jan 24-Feb 11).