rework PR comments

This commit is contained in:
Claus-Peter Hübner 2022-04-21 01:42:16 +02:00
parent bcb584ba85
commit 6642abd4d3

View File

@ -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.