XPEHO / YAKI

Working localization declaration app
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Refactor / RGPD - Change terms and policies according our add of the new statistic feature #1439

Open NyraSama opened 4 months ago

NyraSama commented 4 months ago

Context

We have recently introduced a feature in our application that allows for the export of user statistics. This export includes personally identifiable information (PII) such as names and last names. To ensure compliance with data protection regulations and to maintain transparency with our users, we need to implement several measures:

ToDo

Expected Results

All new users will be informed about the data export policy and its purpose during registration. Users will provide explicit consent to data export by accepting the conditions through the registration checkbox.

User data in the database will be automatically deleted/anonymized after three months, ensuring compliance with the retention policy. The data deletion process will be secure and irreversible, maintaining user privacy. Upon explicit request from the user, the data must be able to be anonymized or deleted instantly and provide proof of it which can be then transferred back to the user.

The back-end will efficiently handle the new data retention and export policies, ensuring that all processes run smoothly and securely.

By implementing these changes, we will enhance transparency with our users, comply with data protection regulations, and maintain a high level of trust and integrity in our application.