-
Notifications
You must be signed in to change notification settings - Fork 53
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
Implement functionality to Update/Delete contextual information in assets #95
Comments
hey @shivay-at-pieces is this issue still active? should work on it? |
Yes the issue is active. feel free to contribute @kmaity-9563 |
hey @shivay-at-pieces, can you please review my PR |
Right now we haven't added UI capability to update Asset information like website/tags. So that's needs to be added to the UI for using the updateAsset endpoint. We would like to have UI elements which helps us to display the current related links / tags for the selected asset and then have an option to update them in the UI which will use the updateAsset endpoint. |
i have already created that, but commented out. should I push it? |
Yes you can push that @kmaity-9563 |
done! @shivay-at-pieces |
Users should be able to modify the tags, relevant links, etc., on each piece saved.
Tag / Website Creation
. you first create the website or tag using with their creation endpoints (for example:
(CreateNewTag(transferables, seededTag)
)then call the associate endpoint to associate it with an asset
assetApi.assetAssociateTag
or
assetApi.assetAssociateWebsite
—
If you want to add tags / website and add them to an asset, you call the associate endpoints.
Removing Tags/Website
Removing tags / websites you call the disassociate endpoint(s)
Updating/Modifying tags/Websites
Modifying tags / websites themselves you call
websiteApi.websiteUpdate
or
tagApi.tagUpdate
The text was updated successfully, but these errors were encountered: