-
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: create event for discussion events #273
feat: create event for discussion events #273
Conversation
Thanks for the pull request, @Ian2012! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
9aad347
to
06b04dc
Compare
I'm still missing some events, I will let you know once this is ready |
I converted this PR to a draft for the time's sake |
06b04dc
to
434a194
Compare
36049ee
to
2109b79
Compare
d55735c
to
a9e78da
Compare
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 left a few comments for you to address! Thanks
f53fe8a
to
4ca430a
Compare
94c8275
to
ccfedce
Compare
ccfedce
to
fdd5b71
Compare
25fc4f6
to
f158ba2
Compare
f158ba2
to
e2fb8dc
Compare
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.
Last clarifying comments :)
e2fb8dc
to
18f188e
Compare
openedx_events/learning/signals.py
Outdated
} | ||
) | ||
|
||
# .. event_type: org.openedx.learning.forum.response.created.v1 |
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.
# .. event_type: org.openedx.learning.forum.response.created.v1 | |
# .. event_type: org.openedx.learning.forum.thread.response.created.v1 |
openedx_events/learning/signals.py
Outdated
} | ||
) | ||
|
||
# .. event_type: org.openedx.learning.forum.comment.created.v1 |
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.
# .. event_type: org.openedx.learning.forum.comment.created.v1 | |
# .. event_type: org.openedx.learning.forum.response.comment.created.v1 |
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.
Last few comments. Thanks!
ee43a70
to
ff05786
Compare
ff05786
to
a52ba64
Compare
@Ian2012 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Description: This PR creates signals for events related to forum threads and comments
Extracted from: https://docs.openedx.org/en/latest/developers/references/internal_data_formats/tracking_logs/student_event_types.html#edx-forum-thread-created
This PR is the base for openedx/edx-platform#33374