gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: DD45: explain changes to DB


From: gnunet
Subject: [taler-docs] branch master updated: DD45: explain changes to DB
Date: Mon, 31 Jul 2023 08:28:26 +0200

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 12544b75 DD45: explain changes to DB
12544b75 is described below

commit 12544b755247c068b8d0c66ce2b530f77f32916a
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Jul 31 08:28:23 2023 +0200

    DD45: explain changes to DB
---
 design-documents/045-kyc-inheritance.rst | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/design-documents/045-kyc-inheritance.rst 
b/design-documents/045-kyc-inheritance.rst
index 747c02e5..51b3219d 100644
--- a/design-documents/045-kyc-inheritance.rst
+++ b/design-documents/045-kyc-inheritance.rst
@@ -57,6 +57,15 @@ number of attestations that a (KYC'ed) reserve can provide 
for other reserves.
    MAXIMUM_ATTESTATIONS = [number]
 
 
+The database schema needs to be ajdusted to incorporate
+
+* a boolean field ``inherited`` in the table ``kyc_attributes`` to indicate the
+  inheritance status
+
+* a integer field ``attestations`` in the table ``reserves`` to count the
+  number of attestations performed by a reserve.
+
+
 On the exchange we propose the following new endpoint:
 
 
@@ -165,12 +174,12 @@ Discussion / Q&A
 
 The proposed solution makes the principle of subsidiarty for age-restrictions
 (i.e parents are responsible for setting the age-restriction) explicit in the
-code. However, the proposed solution does not exclude the possibility for other
-ways to set age-restriction in the wallet.  For example, parents who do _not_
-have a Taler wallet, must still be able to assist their children with the 
-settings of age-restriction during the withdraw process.
-
+code.
 
 It also simplifies the KYC process for many situations for customers: Families
 members and partners benefit from it.
 
+However, the proposed solution still allows for other ways to set
+age-restriction in the wallet.  For example, parents who do **not** have a
+Taler wallet, are still able to assist their children with the settings of
+age-restriction during the withdraw process.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]