Deadwood-ai / deadwood-api

Main FastAPI application for the deadwood backend
GNU General Public License v3.0
0 stars 0 forks source link

delete operation for users #95

Open cmosig opened 3 days ago

cmosig commented 3 days ago

Imo, users should have the option to delete their uploaded data. This is probably more complex as many things need to be removed in the backend.

One could think about not actually removing the data but only setting the user_ID to a dummy user (for this use case) and the visibility to private. Then we don't actually loose any data and could recover it if necessary.