feat(assets): add reassociate, disassociate, and delete actions#305
feat(assets): add reassociate, disassociate, and delete actions#305TylerAdamMartinez wants to merge 4 commits into
Conversation
Preview DeploymentPreview URL: https://preview-feature-tam-bdms-922-auejgdbofq-uc.a.run.app Note: This preview uses the staging API endpoints. |
|
@lizalino, this PR also allows the user to delete the underlying asset. I noticed that a DELETE asset endpoint exists while working on the backend for this task. If you want me to remove that feature, just let me know. Also, the ability to see a list of all unassociated assets and reassign them, if the user wishes, will be in a future PR. |
|
@TylerAdamMartinez Just a heads up I tried the delete asset - and it worked as expected. I saw in the Slack activity-log my upload action, but I didn't see the delete action in the activity-log when I deleted the asset. It looks like the I think that would be an easy fix in order to track any delete actions in the log (if delete is kept). |
Create this PR to resolve this issue: PR#742 |
Why
This PR addresses the following problem/context:
How
Implementation summary - the following was changed/added/removed:
Notes
Any special considerations, workarounds, or follow-up work to note?