You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: