Skip to content

Commit 17157ca

Browse files
docs: list filters in corresponding arch subdomain
1 parent de53680 commit 17157ca

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/reference/architecture-subdomains.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Here we list useful information about Open edX architecture subdomains and their
2323
- `Subdomains from OEP-41`_
2424
- `Message Content Data Guidelines`_
2525

26+
.. note:: When creating new filters in a new subdomain, please list the subdomain in this document and in :doc:`filters`.
27+
2628
.. _Events Naming and Versioning: https://github.com/openedx/openedx-events/blob/main/docs/decisions/0002-events-naming-and-versioning.rst#L1
2729
.. _edX Domain Driven Design documentation: https://openedx.atlassian.net/wiki/spaces/AC/pages/213910332/Domain-Driven+Design
2830
.. _`Subdomains from OEP-41`: https://docs.openedx.org/projects/openedx-proposals/en/latest/architectural-decisions/oep-0041-arch-async-server-event-messaging.html#subdomain-from-domain-driven-design

docs/reference/filters.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,14 @@ This is the list of Open edX Filters found in this repository.
66
.. note::
77
Filters can be created in other projects and plugins as well, but these default filters are guaranteed to exist.
88

9+
Learning Subdomain
10+
------------------
11+
912
.. automodule:: openedx_filters.learning.filters
1013
:members:
14+
15+
Course Authoring Subdomain
16+
--------------------------
17+
18+
.. automodule:: openedx_filters.course_authoring.filters
19+
:members:

0 commit comments

Comments
 (0)