From 4725b959ae55a6b02c6b4af68c018129dd4bfeb8 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 12 May 2021 12:17:06 -0500 Subject: [PATCH] Update thoughts.adoc --- thoughts.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thoughts.adoc b/thoughts.adoc index eef39d6..8a6f161 100644 --- a/thoughts.adoc +++ b/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. - - -