Skip to content
Snippets Groups Projects
Commit 425d5c20 authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Fix rendering of first ADR

parent abe7c101
No related branches found
No related tags found
No related merge requests found
...@@ -71,10 +71,11 @@ To better reflect the new repo usage, rename the repository to "openedx-lti-cons ...@@ -71,10 +71,11 @@ To better reflect the new repo usage, rename the repository to "openedx-lti-cons
change the folder structure. change the folder structure.
Here is the new proposed folder structure:: Here is the new proposed folder structure::
# Django plugabble app main folder # Django plugabble app main folder
lti_consumer/ lti_consumer/
# Python APIs - following `Inter App APIs`_ guidelines # Python APIs - following Inter App APIs guidelines
lti_consumer/api.py lti_consumer/api.py
# LTI specific logic (no storage) # LTI specific logic (no storage)
...@@ -90,8 +91,9 @@ Here is the new proposed folder structure:: ...@@ -90,8 +91,9 @@ Here is the new proposed folder structure::
lti_consumer/extensions/django.py # To easily enable LTI embeds anywhere in the platform lti_consumer/extensions/django.py # To easily enable LTI embeds anywhere in the platform
lti_consumer/extensions/course_tab.py # Inherit Django extension above and add helpers to use course context for a few use cases (forum tab, course embed) lti_consumer/extensions/course_tab.py # Inherit Django extension above and add helpers to use course context for a few use cases (forum tab, course embed)
(Here are the `Inter App APIs`_ guidelines.)
:: _`Inter App APIs`: https://github.com/edx/edx-platform/blob/master/docs/decisions/0002-inter-app-apis.rst .. _`Inter App APIs`: https://github.com/edx/edx-platform/blob/master/docs/decisions/0002-inter-app-apis.rst
Tech Debt Tech Debt
========= =========
...@@ -112,4 +114,4 @@ Consequences ...@@ -112,4 +114,4 @@ Consequences
* The LTI consumer will use Django models to store launch configuration (being a plugin, that's already possible). * The LTI consumer will use Django models to store launch configuration (being a plugin, that's already possible).
* Enables LTI integration throughout the platform, without limitations of XBlocks and even outside a course context. * Enables LTI integration throughout the platform, without limitations of XBlocks and even outside a course context.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment