webdevcody / webdevcody/code-racer
[FEATURE]: The right to be forgotten
Open
@FlorjanKlancar is already working on this.
Since Jul 17, 2023.
- Dominant language
- TypeScript
- Stars
- 697
- Forks
- 594
- PR merge metrics
- No merged PRs in 30d
Description
Feature Summary
Related: #246
Simple. Data privacy laws require that any PII (Personal Identifiable Data) can be deleted at the request of the user.
- A "delete profile" CTA is provided to the user on his profile and or settings page
- When this CTA is triggered, all PII data related to this user and profile HAS to be deleted from the system. If user ids are necessary due to references, ids themselves are permissible to remain, but everything that relates to the person HAS to be deleted
- A privacy policy outlining the PII data we store, how it is used, kept safe and how it can be deleted is provided to the user via a link in the footer.
Code of Conduct
- I agree to follow this project's Code of Conduct
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.