<!-- Please fill out one of the sections below based on the type of issue you're creating --> # Feature ## Why is this feature being added? <!-- What problem is it solving? What value does it add? --> GDPR and other user data-related concerns. Related to FE issue: https://github.com/OperationCode/operationcode_frontend/issues/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.
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 :
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.