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

Wip GDPR, i18n and translations #98

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Wip GDPR, i18n and translations #98

merged 1 commit into from
Oct 4, 2021

Conversation

txels
Copy link
Contributor

@txels txels commented Jun 1, 2021

The beginnings of #88 - adds an initial model and migrations.
In order to implement views, we need to think where will we ask for these types of consent.

This is completely up for discussion...

@txels txels requested a review from darccio June 1, 2021 15:40
class Consent(models.Model):
user = models.ForeignKey(User)
"""
Record the explicit consent of a User to a purpose
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No sé si estic barrejant GDPR i consentiment informat o en el fons són variants del mateix.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El consentiment és conseqüència del GDPR. Jo ho veig bé.

@txels txels merged commit a3ff82e into master Oct 4, 2021
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.

2 participants