Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Enquier opened this issue Sep 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Enquier
Copy link
Contributor

Enquier commented Sep 28, 2021

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)

@Enquier Enquier added the enhancement New feature or request label Sep 28, 2021
@HuiJun HuiJun added this to Execubots Oct 27, 2022
@HuiJun HuiJun moved this to 📋 Backlog in Execubots Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant