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

Allow to delete/archive voxelytics workflow reports #7973

Closed
fm3 opened this issue Aug 5, 2024 · 3 comments · Fixed by #8156
Closed

Allow to delete/archive voxelytics workflow reports #7973

fm3 opened this issue Aug 5, 2024 · 3 comments · Fixed by #8156

Comments

@fm3
Copy link
Member

fm3 commented Aug 5, 2024

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.

@Tobias314
Copy link
Contributor

+1

@Tobias314
Copy link
Contributor

@fm3
Copy link
Member Author

fm3 commented Oct 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants