Skip to content

Commit

Permalink
docs: Approach #4 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kuipumu committed Feb 23, 2023
1 parent ad84d0a commit 80a2738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/decisions/0001-launch-complete-course.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ Workflow
1. A new view will receive the IDs of the requested content.
2. We will validate that the requested IDs are valid and that the user on the request
have an LTIPRofile instance.
3. If the user has no permission, then the view returns nothing, if the user
is not enrolled in the course, also no content should be rendered.
3. If the user has no permission, then the view returns nothing.
4. If the user has permission to load the view, we will call the render_xblock view
to render the requested XBlock to the user alongside a navigation menu with
the course outline. (This could be done by either injecting the XBlock using
Expand Down

0 comments on commit 80a2738

Please sign in to comment.