Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update thoughts.adoc
khazelton committed May 12, 2021
1 parent 1b23eff commit 4725b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thoughts.adoc
@@ -6,9 +6,9 @@
Each SoR record fires an event when it detects a person previously unknown to the SoR. The event label is something like
'noticedNewPerson' and the message will include the {Sorid} and an SoR-generated unique identifier for that person.

MVService: create subscriber to 'noticedNewPerson'; Its only function is to generate a new internal identifier, link it to the Sorid-assigned unique identifier and persist that info.
Create a Person Registry subscriber to 'noticedNewPerson'; Its only function is to generate a new internal registry identifier, link it to the Sorid-assigned unique identifier and persist that info.

If ID Match is implemented and detects the need to merge two existing identities, send a 'mergeableIdentitiesFound' that the person registry will pick up and process appropriately.
If ID Match is implemented and detects the need to merge two existing identities, send a 'mergeableIdentitiesFound' for the person registry to pick up and process appropriately.

- - -

0 comments on commit 4725b95

Please sign in to comment.