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

Keep certain data #9

Closed
jaapjansma opened this issue May 30, 2022 · 5 comments
Closed

Keep certain data #9

jaapjansma opened this issue May 30, 2022 · 5 comments
Milestone

Comments

@jaapjansma
Copy link
Contributor

In my use case we want to delete all data but keep the following:

  • Link between the contact and an event (in my use case it is children who participated in a summer camp)
  • The gender
  • The age (at the moment the summer camp took place)
  • Anonymised/Pseudomized name of the contact

Regarding the gender and age we can store that in custom fields on the participant record as well. We can then use the anonymize contact (as proposed in #8). But we still need to move/keep the participant record.

@bjendres
Copy link
Member

Sounds good to me. Let's just keep this behaviour configurable, so we don't force it on anybody else.

@jaapjansma
Copy link
Contributor Author

I took a dive into the code and what is needed is a configuration and settings page. I will work on that first

@bjendres bjendres added this to the 1.2 milestone Dec 6, 2022
@bjendres
Copy link
Member

bjendres commented Dec 6, 2022

@jaapjansma what is the status of this? Is this already implemented with 1.1.0?

@jaapjansma
Copy link
Contributor Author

Yes you can see that the related Pull Request has been merged on May 31st. But I have my own version of this extension right now at https://lab.civicrm.org/partners/civicoop/snj/de.systopia.anonymiser

So I have lost track what is in this version and what not.

@bjendres
Copy link
Member

bjendres commented Dec 6, 2022

Thanks. I released a 1.1.1 now, but if you have more features it would be great if you could create some PRs whenever you have the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants