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

point out existing (possibly) duplicate published artifacts on import #100

Open
carboxylman opened this issue Nov 22, 2021 · 1 comment
Open
Assignees
Labels
enhancement New feature or request priority: medium medium priority

Comments

@carboxylman
Copy link
Contributor

If user inputs a URL of an existing, published artifact, user should be warned and given a link to see if their goal is already met. This can be a false negative if user is reusing said URL for an artifact of different type, but those cases should be rare.

@carboxylman carboxylman added enhancement New feature or request priority: medium medium priority labels Nov 22, 2021
@carboxylman carboxylman self-assigned this Nov 22, 2021
@carboxylman
Copy link
Contributor Author

carboxylman commented Feb 9, 2022

My thinking on this is that the backend POST /artifacts that accepts an import URL (etc) will expand to include another parameter, force. If the URL is already imported and published, we will warn in this case and point to the existing artifact, and frontend can set force=1 if the user says, yes I really want to import. Straightforward, I think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium medium priority
Projects
None yet
Development

No branches or pull requests

2 participants