Skip to content

feat(lti13): Make tool name & description configurable - #103

Merged
consideRatio merged 2 commits into
jupyterhub:mainfrom
yuvipanda:configurable
Jun 3, 2022
Merged

feat(lti13): Make tool name & description configurable#103
consideRatio merged 2 commits into
jupyterhub:mainfrom
yuvipanda:configurable

Conversation

@yuvipanda

Copy link
Copy Markdown
Collaborator

This used to display information about the JupyterHub
in the LMS

This used to display information about the JupyterHub
in the LMS
@yuvipanda
yuvipanda requested a review from jgwerner June 3, 2022 12:50
@yuvipanda
yuvipanda requested a review from consideRatio June 3, 2022 12:50
help="""
Name of tool provided to the LMS when installed via the config URL.

This is primarily used for display purposes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a person inspecting this code without using it, this is a very important point answering a question that I've had :)

self.log.debug(f"Target link url is: {target_link_url}")
keys = {
"title": "JupyterHub",
"title": self.authenticator.tool_name,

@consideRatio consideRatio Jun 3, 2022

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@consideRatio consideRatio changed the title Make tool name & description configurable LTI13: Make tool name & description configurable Jun 3, 2022
@consideRatio
consideRatio merged commit 3711e17 into jupyterhub:main Jun 3, 2022
@consideRatio

Copy link
Copy Markdown
Member

Nice thanks @yuvipanda!!

@martinclaus martinclaus changed the title LTI13: Make tool name & description configurable feat(lti13): Make tool name & description configurable Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants