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
Occasionally, users want to delete voxelytics workflow reports to avoid sharing secret information.
We should have a look how such a functionality would fit in.
The text was updated successfully, but these errors were encountered:
I’d say a delete route makes sense. Delete by hash. Only allowed for superusers. Use hard DELETE in postgres. This needs to cascade to all voxelytics tables.
If the _voxelytics_workflowHash is referenced in the jobs tables, set it to NULL there.
Add a button in frontend in workflow view, with confirm modal.
an isDeleted boolean would not work well, because the hash would stay reserved. I think a hard delete is ok.
Occasionally, users want to delete voxelytics workflow reports to avoid sharing secret information.
We should have a look how such a functionality would fit in.
The text was updated successfully, but these errors were encountered: