Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Curation workflow gap #163

@mih

Description

@mih

Use case: See if any records where submitted by anyone and accept them.

Approach: Loop over all inboxes, fetch all records, submit to collection via curator access.

Following this approach has one of two problems, either one requires using schema information rather than API information.

The issue is that in the end records need to be submitted to the right endpoint (type). But either I need to read the schema to infer the list of (inbox) endpoints to query from and submit to, or I need to query a generic endpoint and need to infer the type from the record.

What is the best/desired workflow here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions