Service - Contact Method Email: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


= DynamoDB tables =
= DynamoDB tables =
== [[Standard Config Table Per Service]] ==
=== Configuration tags ===
* ...
== Emails ==
=== Fields ===
; userId
: (partition key)
; uniqueId
: (sort key)
: eg a UUID generated when creating the email record, or sent by [[Service - User Contact Manager]]
; email
: string
; contactTag
: string name created by user to publicly identify this email contact
; enabled
: true|false


= Working documents =
= Working documents =

Revision as of 02:18, 29 November 2020

Overview

Manages email contact methods for users, details are not part of the public transparency followed across the majority of the project in order to protect against emails being scraped.

Repository

https://bitbucket.org/stb_working/contact-method-email/src/master/

DynamoDB tables

Standard Config Table Per Service

Configuration tags

  • ...

Emails

Fields

userId
(partition key)
uniqueId
(sort key)
eg a UUID generated when creating the email record, or sent by Service - User Contact Manager
email
string
contactTag
string name created by user to publicly identify this email contact
enabled
true|false

Working documents

Contact Method Email