This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Description
Feature
Why is this feature being added?
GDPR and other user data-related concerns. Related to FE issue: OperationCode/operationcode_frontend#983
What should your feature do?
Store in the DB whether a user has agreed to :
- terms of use
- code of conduct
- privacy policy
Store the date that the user agreed to the above.
Allow the front-end to pass this data to back-end via API as part of user-signup process.