Personal Data Requests
This is an information page for the various components of personal data requests we manage.
If you are looking for information about working the Operations components of personal data requests, please see Working Personal Data Requests.
If you are looking for information about managing the components described on this page, please see workflows.
Form
Introduced via support-team-meta#1329
The Personal Data Request form (formerly Account Deletion form) is a simple HTMl form generated via GitLab Pages that is used for personal data requests.
The source code for it is located here.
Form submission processor
Introduced via support-team-meta#1329
When the form is submitted, the Account Deletion Processor is what processes those request.
Issue processor
Introduced via support-team-meta#1329
This runs every hour to process the issues in the tracker.
It handles the assignment of issues to those who will work them and the tagging of the issues.
Triage policies
Introduced via support-team-meta#1329
Utilizing the GitLab Triage Gem, the triage policies are a group of conditions and actions that are enacted upon issues within the Account Deletion and Other Requests project.
The source code for it is located here
9196a840
)