-
Notifications
You must be signed in to change notification settings - Fork 50
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
Feature TOS #319
base: next
Are you sure you want to change the base?
Feature TOS #319
Conversation
I have written a few corporate GDPR compliance reports and can confirm that "By continuing to use x you agree to y" is legally valid in the same way that HTML is a programming language. |
Then we might want to do an on-boarding process for existing members, e.g. a pop-up when non-TOS member tries to do a purchase. Spamming all members with accept-requests might not be what we want to do. |
That is the only correct way to do it. Although you can discuss if it is really necessary for this situation. You also have to consider that if you want to update the TOS, you need a way to inform all existing users that it has been updated. An update does not require active consent from users, as long as you are reasonably sure that they saw the message about the updated TOS. |
Is it too much to add a column in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM IANAL
Codecov Report
@@ Coverage Diff @@
## next #319 +/- ##
=======================================
Coverage 53.49% 53.49%
=======================================
Files 33 33
Lines 4544 4544
Branches 267 267
=======================================
Hits 2431 2431
Misses 2063 2063
Partials 50 50 |
Resolves #301.
Should be expanded/checked to strictly adhere to GDPR.
I'm unsure as to the phrase "By continuing to use x you agree to y" is strictly legal but we are in a predicament as our current 4463 members have not agreed to this TOS, so we need an onboarding procedure with a active choice (the active choice being the legal requirement afair).
In future, when #297 is finalised and merged, we can do a simple required-true checkbox at signup for this TOS, to ensure acceptance for all further members.