What problem does it solve?
Provide clear guidance for locating, inspecting, and updating Madoc TS activity stream endpoints and IIIF collection/manifest routing so developers can implement changes without breaking pagination, site scoping, or access rules.
Core Features & Use Cases
- Route discovery: Directs developers to the activity stream router and route handlers to add or modify OrderedCollection and OrderedCollectionPage endpoints.
- IIIF response assembly: Explains where query helpers build IIIF collection and manifest responses and how pagination and item lists are composed.
- Access control and pagination: Highlights site-scoped optional user access, admin overrides for unpublished items, and zero-based paging considerations.
- Use Case: Add a new activity stream filter parameter, fix off-by-one pagination in stream pages, or update manifest item resolution for site-scoped collections.
Quick Start
Use the activity-streams-iiif skill to inspect and update the activity stream router and IIIF routes under services/madoc-ts to correct pagination, access checks, or response shapes.