Skip to content

Commit

Permalink
docs: add use case in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Dec 12, 2024
1 parent f099864 commit 362768f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/real-life-use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ Webfilters, as mentioned in `openedx-webhooks`_ is a type of webhook that allows

More details on `Open edX Webhooks - Webfilters`_.

Schedules Filtering
*******************

When a automatic email message is scheduled to be sent to students, a filter is executed to modify the schedule. This functionality allows you to define specific criteria to determine which students will receive the email. For example, filters can check whether students have opted to receive newsletters, assess their progress in the course, evaluate their activity, or consider other relevant conditions.

More details on `Schedule Filtering`_.

Other Use Cases
***************

Expand Down Expand Up @@ -106,3 +113,4 @@ Here are some additional use cases that can be implemented using Open edX Filter
.. _IDV Integration with new Vendors: https://openedx.atlassian.net/wiki/spaces/OEPM/pages/4307386369/Proposal+Add+Extensibility+Mechanisms+to+IDV+to+Enable+Integration+of+New+IDV+Vendor+Persona
.. _Render Alternative Course About: https://github.com/lektorium-tutor/lektorium_main/blob/master/lektorium_main/tilda/pipeline.py#L15-L94
.. _Hide Course About from Users Without Memberships: https://github.com/academic-innovation/mogc-partnerships/blob/main/mogc_partnerships/pipeline.py#L53-L66
.. _Schedule Filtering: https://github.com/fccn/nau-openedx-extensions/pull/56

0 comments on commit 362768f

Please sign in to comment.