-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MLPAB-2731: Add material and immaterial change confirmed events #122
Conversation
371d034
to
264cac3
Compare
"if": { | ||
"properties": { | ||
"actorType": { "const": "attorney" } | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is in preparation for tickets like this but happy to drop if we'd rather keep this targeted at donors and CPs for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like it might be simpler to always have actorUID
, even if we don't really need it
"description": "The UID of the actor that made the change", | ||
"pattern": "^([a-z0-9]{8}-)([a-z0-9]{4}-){3}([a-z0-9]{12})$" | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q for Sirius people: will marking this as a material change trigger some communication we could include the date of in here? Since we want to have "We contacted you on {{.Date}} with guidance about what to do next." displayed, it would be nice to have the sent date
a907fd2
to
f83e260
Compare
f83e260
to
2a5912f
Compare
Enables MLPAB-2731 and MLPAB-2732.