data-dex icon indicating copy to clipboard operation
data-dex copied to clipboard

Record the terms of use and privacy policy acceptance in the backend API

Open newbreedofgeek opened this issue 2 years ago • 0 comments

As per GDPR, we may need to log the acknowledgement of a user's acceptance of a terms of use and privacy policy version. This is most likely only required if a user's public address can be linked to their identity (directly or indirectly). When we bring in the features of soulbound badges or profile pages with social media profile linking -- this is will require us to meet this criteria.

As part of this project, the following needs to be done.

  • The EU Data DEX API (aws) will have a route to log this. address > date of acceptance > terms of use version > privacy policy version
  • The terms of use and privacy policy should have "versions" shown in title clearly. this way in GIT we can trade back if needed.
  • In the Data DEX, before a creator "mints" or "lists" or a buyer "buys", we will call our API to store this

newbreedofgeek avatar Jul 17 '23 23:07 newbreedofgeek