Skip to content

Commit

Permalink
fix: add missing section lost in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Nov 26, 2024
1 parent 32c314d commit 7281673
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/concepts/openedx-events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ How do Open edX Events work?

Open edX Events are implemented by a class called `OpenEdxPublicSignal`_, which inherits from `Django's Signals class` and adds behaviors specific to the Open edX ecosystem. Thanks to this design, ``OpenEdxPublicSignal`` leverages the functionality of Django signals, allowing developers to apply their existing knowledge of the Django framework.

Architectural Diagram
*********************

In this diagram, we illustrate the workflow of sending an Open edX Event:

.. image:: ../_images/openedx-events-workflow.png
:alt: Open edX Events workflow
:align: center

Components
~~~~~~~~~~

Expand Down

0 comments on commit 7281673

Please sign in to comment.