feat: new event to track LTI Launches via LTI Provider#36756
Conversation
|
Thanks for the pull request, @xitij2000! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. DetailsWhere can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
edac976 to
2389ed3
Compare
There was a problem hiding this comment.
- I tested this: Test this along with openedx/openedx-events#501 and open-craft/platform-plugin-lti-launch-monitor#1 and verified that the events are generated and consumed as expected.
- I read through the code
- I checked for accessibility issues
- Includes documentation
NOTE: This requires merging openedx/openedx-events#501 and updating requirements file before merging.
3dc6cfc to
cbd7bf1
Compare
cbd7bf1 to
36f51b8
Compare
|
@farhaanbukhsh Could you have a look at this PR. |
36f51b8 to
926e0dc
Compare
farhaanbukhsh
left a comment
There was a problem hiding this comment.
I have added a few questions about the code.
farhaanbukhsh
left a comment
There was a problem hiding this comment.
👍
- ✅ I tested this with the testing instructions
- ✅ I read through the code
- ❌ I checked for accessibility issues
- ❌ Includes documentation
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
|
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
|
2U Release Notice: This PR has been deployed to the edX production environment. |
…nedx#36756) * feat: add canvas integration support (#319) * feat: add canvas integration support (cherry picked from commit fdb818a) * feat: Send an LTI launch event for LTI Launches (cherry picked from commit 2389ed3) * temp: Upgrade openedx-events to unmerged version with LTI launch event (cherry picked from commit eea4c60) * fixup! feat: Send an LTI launch event for LTI Launches --------- Co-authored-by: Arslan Ashraf <34372316+arslanashraf7@users.noreply.github.com>
Description
Triggers the new
LTI_PROVIDER_LAUNCH_SUCCESSon successful launch as LTI provider.The new event is added in: openedx/openedx-events#501
Supporting information
NA
Testing instructions
The easiest is to use the automated tests.
Here are the steps for manual testing:
ENABLE_LTI_PROVIDER: truein features. You can do that with the following tutor snippethttp://local.openedx.io:8000/lti_provider/courses/course-v1:OpenedX+DemoX+DemoCourse/block-v1:OpenedX+DemoX+DemoCourse+type@sequential+block@4e1de5e13fc3422997fe246b40a43aa1Deadline
"None"
Other information
A client would like to track LTI launches and would like to hook into the launch pipeline.