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

Feature: Delete profile #95

Open
5 tasks
opatut opened this issue Sep 12, 2021 · 1 comment
Open
5 tasks

Feature: Delete profile #95

opatut opened this issue Sep 12, 2021 · 1 comment

Comments

@opatut
Copy link
Member

opatut commented Sep 12, 2021

  • Remove all tracks properly
  • Delete uploaded files (see also Delete files when deleting a track #94)
  • Delete processed files
  • Unassociate comments (set author to null?)
  • Delete authorization codes, tokens, ...
@opatut opatut self-assigned this Sep 12, 2021
@opatut
Copy link
Member Author

opatut commented Dec 3, 2021

Tracks and events are deleted automatically through the foreign key constraints. Auth codes and tokens are gone.

Comments are deleted, too, due to foreign key constraint. We should change that to SET NULL.

File deletion should happen through #94.

@opatut opatut removed their assignment Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant