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

Implement functionality to Update/Delete contextual information in assets #95

Open
shivaypiece opened this issue Feb 23, 2024 · 8 comments
Labels
good first issue Good for newcomers in the OSP Community.

Comments

@shivaypiece
Copy link
Contributor

shivaypiece commented Feb 23, 2024

Users should be able to modify the tags, relevant links, etc., on each piece saved.

Tag / Website Creation

  1. . you first create the website or tag using with their creation endpoints (for example: (CreateNewTag(transferables, seededTag))

  2. 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

@shivaypiece shivaypiece added the good first issue Good for newcomers in the OSP Community. label Feb 23, 2024
@kmaity-9563
Copy link

hey @shivay-at-pieces is this issue still active? should work on it?

@shivaypiece
Copy link
Contributor Author

Yes the issue is active. feel free to contribute @kmaity-9563

@kmaity-9563
Copy link

hey @shivay-at-pieces, can you please review my PR

@shivaypiece
Copy link
Contributor Author

#110

@shivaypiece
Copy link
Contributor Author

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.

@kmaity-9563
Copy link

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?

@shivaypiece
Copy link
Contributor Author

Yes you can push that @kmaity-9563

@kmaity-9563
Copy link

done! @shivay-at-pieces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers in the OSP Community.
Projects
None yet
Development

No branches or pull requests

2 participants