Skip to content

Commit

Permalink
refactor: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored Nov 12, 2024
1 parent 983e7e5 commit 6f20178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/real-life-use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ More details on: `Real-Time Event Tracking`_.
Communication between Application Components
********************************************

Open edX Events can also be used to facilitate communication between different application components, allowing them to interact and synchronize their actions. Here are some examples of how Open edX Events can be used to coordinate between application components:
Open edX Events can also be used to facilitate communication between different application components running in the same process, allowing them to interact and synchronize their actions. Here are some examples of how Open edX Events can be used to coordinate between application components:

Automatic Content Tagging
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -81,7 +81,7 @@ More details on: `Update Search Indexes`_
External Certificate Generation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Open edX Events are sent after the certificate generation for a user when they complete a course, these events trigger the generation of corresponding certificates in an external system if the proper conditions are met.
Open edX Events are sent after the certificate generation for a user when they complete a course, these events trigger the generation of corresponding certificates in an external system if the proper conditions are met, allowing for seamless integrations with external certification services.

More details on: `External Certificate Generation`_.

Expand All @@ -102,7 +102,7 @@ More details on: `Forum Emails Notifier`_.
Webhooks Integration
~~~~~~~~~~~~~~~~~~~~

`Webhooks`_ trigger an HTTP POST request to a configurable URL when certain events happen in the Open edX platform, including information relevant to the event. When these events are sent, then the data is sent to services like Zapier or any other configured.
`Webhooks`_ trigger an HTTP POST request to a configurable URL when certain events happen in the Open edX platform, including information relevant to the event. When these events are sent, then the data is sent to services like Zapier or any other configured, allowing the sharing of data between different external services.

More details on:

Expand Down

0 comments on commit 6f20178

Please sign in to comment.