From 6642abd4d3ab83f4e309317106e281641650f789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus-Peter=20H=C3=BCbner?= Date: Thu, 21 Apr 2022 01:42:16 +0200 Subject: [PATCH] rework PR comments --- .../TechnicalRequirements/UC_Introduction_of_Gradido-ID.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docu/Concepts/TechnicalRequirements/UC_Introduction_of_Gradido-ID.md b/docu/Concepts/TechnicalRequirements/UC_Introduction_of_Gradido-ID.md index 5626c93b8..e3c0ac2d7 100644 --- a/docu/Concepts/TechnicalRequirements/UC_Introduction_of_Gradido-ID.md +++ b/docu/Concepts/TechnicalRequirements/UC_Introduction_of_Gradido-ID.md @@ -43,7 +43,7 @@ A new entity `UserContacts `is introduced to store several contacts of different | --------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | id | int | the technical key of a contact entity | | type | int | Defines the type of contact entry as enum: Email, Phone, etc | -| userID | int | Defines the foreign key to the `Users` table | +| usersID | int | Defines the foreign key to the `Users` table | | email | String | defines the address of a contact entry of type Email | | phone | String | defines the address of a contact entry of type Phone | | contactChannels | String | define the contact channel as comma separated list for which this entry is confirmed by the user e.g. main contact (default), infomail, contracting, advertisings, ... | @@ -135,7 +135,6 @@ A new mapping logic will be necessary to allow using unmigrated APIs like GDT-se * alias -> email * alias -> userID - #### GDT-Access To use the GDT-servers api the used identifier for GDT has to be switch from email to userID.