From 8616451708815828bf2f665305c30d66d1642eab Mon Sep 17 00:00:00 2001 From: stremovsky Date: Fri, 3 Jan 2020 16:10:17 +0200 Subject: [PATCH] fix texts --- README.md | 10 +++++----- create-test-user.sh | 8 ++++---- ui/site/user-apps.html | 4 ++-- ui/site/user-audit.html | 4 ++-- ui/site/user-data-processing.html | 22 +++++++++++----------- ui/site/user-profile.html | 8 ++++---- 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index bf930db..0091f42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Paranoid Guy Data Bunker -**Data Bunker is an information tokenization and storage service build to comply with GDPR and CCPA privacy requirements.** +**Data Bunker is a personally identifiable information (PII) storage service build to comply with GDPR and CCPA privacy requirements.** Project **demo** is available at: [https://demo.paranoidguy.com/](https://demo.paranoidguy.com/) . Please add a **star** if you like our project. Also join project **slack** [channel](https://join.slack.com/t/paranoidguy/shared_invite/enQtODc2OTE1NjYyODM1LTI0MmM2ZmYwZDI0MzExMjJmOGQyMTY4Y2UzOTQ0ZDIwOTZjMmRkZDZkY2I3MzE1OWE3ZWVmNTY4MjIwMzNhZTQ) to get updates. @@ -155,15 +155,15 @@ you can query the Data Bunker service to receive personal information, saving au When creating application, I suppose you do not want to mix your customer data with data from other applications. In addition to personal information record, Data Bunker provides you a way to store your app user information in a -specific type of record for that. So, you can retreave only your app' user personal information. For example you -can store user shipping information is additional app table. +specific type of record for that. So, you can retrieve only your app' user personal information. For example you +can store user shipping information in an additional app table. ![picture](images/create-user-app-record.png) ## Audit of all operations with personal records Data Bunker saves audit events on all API operation. For example, new personal record added or changed; personal information -record retreaved, etc... +record retrieved, etc... By providing Audit of events, in relation to personal data, provides response to GDRP Article 15 requirement: *Right of access by the data subject*. @@ -190,7 +190,7 @@ simply store this information in logs. This information, according to GDPR is co information and must be secured and controlled. So, you can not save user ip or browser information in logs now. Insead, Data Bunker will generate you a special token to -save in logs. Data Bunker provides you an API to retreave this info out of Data Bunker without additional password +save in logs. Data Bunker provides you an API to retrieve this info out of Data Bunker without additional password for a limited time as in GDPR. For example one month. ![picture](images/create-user-session-flow.png) diff --git a/create-test-user.sh b/create-test-user.sh index 25ba19e..7d99741 100755 --- a/create-test-user.sh +++ b/create-test-user.sh @@ -6,19 +6,19 @@ if [ -z $XTOKEN ]; then exit fi -RESULT=`curl -s http://localhost:3000/v1/consent/email/test@paranoidguy.com/xxx-test-xxx -XPOST \ +RESULT=`curl -s http://localhost:3000/v1/consent/email/test@paranoidguy.com/contract-approval -XPOST \ -H "X-Bunker-Token: $XTOKEN"` echo "Create anonymous consent by email 1: $RESULT" -RESULT=`curl -s http://localhost:3000/v1/consent/email/test@paranoidguy.com/xxx-test-xxx -XPOST \ +RESULT=`curl -s http://localhost:3000/v1/consent/email/test@paranoidguy.com/contract-approval -XPOST \ -H "X-Bunker-Token: $XTOKEN"` echo "Create anonymous consent by email 2: $RESULT" -RESULT=`curl -s http://localhost:3000/v1/consent/phone/4444/xxx-test-xxx -XPOST \ +RESULT=`curl -s http://localhost:3000/v1/consent/phone/4444/contract-approval -XPOST \ -H "X-Bunker-Token: $XTOKEN"` echo "Create anonymous consent by phone 1: $RESULT" -RESULT=`curl -s http://localhost:3000/v1/consent/phone/4444/xxx-test-xxx -XPOST \ +RESULT=`curl -s http://localhost:3000/v1/consent/phone/4444/contract-approval -XPOST \ -H "X-Bunker-Token: $XTOKEN" -H "Content-Type: application/json"` echo "Create anonymous consent by phone 2: $RESULT" diff --git a/ui/site/user-apps.html b/ui/site/user-apps.html index 574fbfe..58eec8e 100644 --- a/ui/site/user-apps.html +++ b/ui/site/user-apps.html @@ -41,8 +41,8 @@ @@ -81,10 +81,10 @@ } xhr.send(); function confirmWithdrawal(brief) { - var heading = "Confirm consent cancellation"; + var heading = "Confirm Consent Withdrawal"; var question = "Are you sure?"; var cancelButtonTxt = "Close popup"; - var okButtonTxt = "Cancel!"; + var okButtonTxt = "Withdraw"; var confirmModal = $('