Skip to content

Commit

Permalink
docs: try new inline code doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jul 22, 2021
1 parent c0fd9bc commit 90893b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openedx_events/learning/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
)
from openedx_events.tooling import OpenEdxPublicSignal

# ..event_type: org.openedx.learning.student.registration.completed.v1
# ..event_name: STUDENT_REGISTRATION_COMPLETED
# ..event_description: emitted when the user registration process is completed.
# ..event_data: UserData
# ..event_use_cases:
# ..event_creation_date: None
# ..event_tickets: not sure about this one
STUDENT_REGISTRATION_COMPLETED = OpenEdxPublicSignal(
event_type="org.openedx.learning.student.registration.completed.v1",
data={
Expand Down

0 comments on commit 90893b4

Please sign in to comment.