Commit 5c1b48c
feat: add first batch of Open edX Filters
* Add PreEnrollmentFilter
* Add PreRegisterFilter
* Add PreLoginFilter
For more info: openedx/edx-platform#29449
Some events that were already on the platform were also added:
* Add COURSE_ENROLLMENT_CHANGED: sent after the enrollment update
* Add COURSE_ENROLLMENT_CREATED event after the user's enrollment creation
* Add COURSE_UNENROLLMENT_COMPLETED: sent after the user's unenrollment
For more info:
openedx/edx-platform#28266
openedx/edx-platform#286401 parent 3b42779 commit 5c1b48c
2 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
13 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | | - | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| |||
0 commit comments