Skip to content

Allow arbitrary JSON to be added to artifact entries, and support search/filtering #175

@Enquier

Description

@Enquier

Right now you can commit an artifact blob to an element and have it added to the "_artifacts" of the element in question. It would be good to be able to add additional metadata about a particular blob/binary such-as:

"source": "magicdraw"

That way with filter on artifacts you could get an SVG that is produced by Tom Sawyer or another tool vs the one that was created by another tool.

Related is that the "/{extension}" artifact is non-deterministic in that it will return the first object with that extension that is found. For example if all your extensions were "tmp" it would return only the first one. A filter method would allow getting a specific binary based on the other metadata that was specified (like MimeType or "source" as per above)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions