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

Admins can act on erasure requests #15

Merged
merged 9 commits into from
Mar 12, 2021
Merged

Conversation

askvortsov1
Copy link
Member

I left out the actual notification and anonymization/deletion implementation as this was getting quite big, that would be good for a separate PR.

Only the user who made the request can cancel it. They will be notified via email to create a paper record.
If a user requests, cancels, and immediately requests again, the second request confirmation email won't be sent, as the ID will be the same, so NotificationSyncer will think it's the same notification. By logging the timestamp, we avoid this.
@askvortsov1 askvortsov1 changed the base branch from master to as/erasure-frontend March 11, 2021 23:51
@askvortsov1
Copy link
Member Author

StyleCI would be good

Base automatically changed from as/erasure-frontend to master March 12, 2021 18:49
@imorland
Copy link
Member

Looks like StyleCI has messed up, I think a rebase should fix this?

@imorland imorland merged commit 246f249 into master Mar 12, 2021
@imorland imorland deleted the as/admins-can-act-on-erasure branch March 12, 2021 19:03
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

Successfully merging this pull request may close these issues.

Admin/moderator can see and approve incoming deletion/anonymization requests
2 participants