Monday, 5 November 2018

Question about best practices for EULA/T&S storage

Hello fellas,I've got a question about terms of services. I'm working on an app that will be publicly released in some time for a beta and we are thinking about the terms of services.So basically, we are not sure how to store those terms of services (GDPR issues). How should we proceed?We were thinking about something like:Create a document on our MongoDB that will have this kind of schema:{ "_id": string, "version": string, "date": Date, "version": string, "path": string }Store this document on our server (the path property should point to its location)Do you think it is a good approach? Should we do it differently?

Submitted November 05, 2018 at 01:49PM by TimmyMdfck

No comments:

Post a Comment