Paul Butcher

Results 14 issues of Paul Butcher

In https://github.com/wellcomecollection/catalogue-pipeline/blob/main/pipeline/relation_embedder/relation_embedder/src/main/scala/weco/pipeline/relation_embedder/RelationsService.scala#L42-L50 getRelationTree fetches each ancestor, based on individual collectionPath fragments. This becomes a flat list. In https://github.com/wellcomecollection/catalogue-api/blob/3954e6f625a4c6af5cea2e490257bc61e81feedb/common/display/src/main/scala/weco/catalogue/display_model/models/DisplayWork.scala#L198-L208 A flat list of ancestors is assumed to mean "parent, grandparent, great-grandparent"...

I have noticed a few warnings in builds, but in order to spot them, I have had to go hunting through all the output. Ideally, the buildkite pipeline should scan...

theme: platform sustainability

When working on https://github.com/wellcomecollection/platform/issues/5415, I noticed that the set of properties defined in MinimalRelatedWorkFields (https://github.com/wellcomecollection/wellcomecollection.org/blob/main/common/model/catalogue.ts) may not actually be minimal. Part of the inspiration for this ticket is that, as...

theme: platform sustainability

Currently, the lists on the concept pages all reuse existing search result components. As a result, the tracking source for the individual links is the same as that of a...