RFC 079: Showcase recently digitised works on the Collections landing page
Purpose
Context
type WorkItem = {
url: string;
title: string;
image: {
contentUrl: string;
width: number;
height: number;
alt?: string;
};
labels: { text: string }[];
partOf?: string;
contributor?: string;
date?: string;
};Requirements
Integrate the digitised date in the Work model and the catalogue pipeline.
METS file - digitised or born-digital
Work model
Other works with a DigitalLocation
works-source/works-denormalised data.items
data.itemsworks-indexed mapping
works-indexed mappingCatalogue-api
Use existing /works endpoint
Last updated