-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
16. Event definitions for ID Verification | ||
######################################### | ||
|
||
NOTE: This decision doc is still a work in progress. | ||
|
||
Status | ||
****** | ||
|
||
**Draft** 2024-08-19 | ||
|
||
Context | ||
******* | ||
|
||
IDV Change: | ||
=========== | ||
* We're changing it b/c software secure no longer supports IDV | ||
|
||
The IDV Vendor: | ||
=============== | ||
* Persona | ||
|
||
|
||
Decision | ||
******** | ||
|
||
Where these events will be produced/consumed: | ||
============================================= | ||
|
||
* `persona-integration` will produce these events. | ||
<!-- TODO: Is this line below correct? --> | ||
* NOTE: There is no plan to have the legacy backend in `edx-platform`, produce these events. | ||
<!-- This is based off the special exam decision doc, lmk if this is wrong --> | ||
* `edx-platform` will consume these events in order to handle all behavior as it pertains to the state of an ID Verification. | ||
|
||
Event Definitions: | ||
================== | ||
<!-- NOTE: do we have to do this? --> | ||
* We will define the events that as planned in `the ADR for events in persona_integration <insert url here>`_. | ||
|
||
Consequences | ||
************ | ||
|
||
* `persona_integration` will emit events via the event bus to send information without needing a response. | ||
* These events are dynamic, in that they can also be consumed by other services/applications as needed in the future. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters