-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: add new program certificate events #253
feat: add new program certificate events #253
Conversation
860add2
to
5219e7d
Compare
...event_bus/avro/tests/schemas/org+openedx+learning+program+certificate+revoked+v1_schema.avsc
Show resolved
Hide resolved
...event_bus/avro/tests/schemas/org+openedx+learning+program+certificate+awarded+v1_schema.avsc
Show resolved
Hide resolved
|
Thanks @robrap. Appreciate the tip. I'm going to wait for some additional feedback so folks can follow any additional updates/commits. Question: Would a review from arch-bom satisfy the group tagged on the PR ( |
|
@mariajgrimaldi and I are requested review automatically for being the only members of the maintainers group. We try to be quick to address this reviews, but sometimes we aren't. This particular PR I just reviewed and It looks good and all outstanding comments have been addressed so I'll leave the approval for when the Linting check passes. |
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.
The definitions and naming look good to me. The Avro part I can't verify but it looks reasonable.
Thanks for the info and looking over the changes @felipemontoya! |
GitHub Issue: openedx#250 Internal 2U ticket: APER-2625 This PR adds new `OpenEdxPublicSignal` events triggered by program certificate generation and revocation. - Adds a `PROGRAM_CERTIFICATE_AWARDED` event - Adds a `PROGRAM_CERTIFICATE_REVOKED` event - Adds new `ProgramCertificateData` and `ProgramData` data classes to support the new events
02ec9dd
to
a61fefb
Compare
I squashed the commits and all checks have passed. This should be ready to merge whenever someone with permission has time. Thanks in advance! |
Description:
Internal 2U ticket: APER-2625
This PR adds new
OpenEdxPublicSignal
events triggered by program certificate generation and revocation.PROGRAM_CERTIFICATE_AWARDED
eventPROGRAM_CERTIFICATE_REVOKED
eventProgramCertificateData
andProgramData
data classes to support the new eventsISSUE: #250
Reviewers:
Merge checklist:
Post merge:
finished.
Author concerns: None at this time.