-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add thread response transformers
- Loading branch information
Showing
27 changed files
with
843 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
event_routing_backends/processors/tests/fixtures/current/edx.forum.response.created.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "edx.forum.response.created", | ||
"timestamp": "2023-07-19T10:09:04.464412+00:00", | ||
"data": { | ||
"discussion": { | ||
"id": "64b7b2bee68f35003369092d" | ||
}, | ||
"commentable_id": "7d6d6f11-537b-47c6-8575-ad3e315c0e06", | ||
"options": { | ||
"followed": false | ||
}, | ||
"from_mfe_sidebar": false, | ||
"truncated": false, | ||
"body": "<p>Response 1</p>", | ||
"id": "64b7b640e68f350033690932", | ||
"url": "http://apps.local.overhang.io:2002/", | ||
"user_forums_roles": [ | ||
"Student" | ||
], | ||
"user_course_roles": [] | ||
}, | ||
"context": { | ||
"session": "9be7677aefad3235abeb0241f2bea142", | ||
"user_id": 18, | ||
"username": "response", | ||
"ip": "172.18.0.1", | ||
"host": "local.overhang.io:8000", | ||
"agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/114.0", | ||
"path": "/api/discussion/v1/comments/", | ||
"referer": "http://apps.local.overhang.io:2002/", | ||
"accept_language": "en-US,en;q=0.5", | ||
"client_id": null, | ||
"course_id": "course-v1:testX+XAPI101+2019_T2", | ||
"org_id": "testX", | ||
"enterprise_uuid": "" | ||
} | ||
} |
Oops, something went wrong.