Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development: Add Artemis icon and description to LTI's dynamic registration info #9222

Merged

Conversation

maximiliansoelch
Copy link
Member

@maximiliansoelch maximiliansoelch commented Aug 16, 2024

Checklist

General

Server

  • Important: I implemented the changes with a very good performance and prevented too many (unnecessary) database calls.
  • I strictly followed the server coding and design guidelines.

Motivation and Context

Currently, there is no Artemis description or icon send during the dynamic registration of LTI.

The following screenshot shows a description placeholder and icon in Moodle:
image

Description

This PR adds an Artemis description and the URI to the Artemis Logo to the LTI's dynamic registration information.

The following screenshot shows a description for Artemis and the Artemis icon in Moodle:
image

Steps for Testing

Prerequisites:

  • Access to Moodle
  • Admin Access on a test server
  1. Log in to Artemis
  2. Navigate to LTI Configuration
    3. If the Moodle instance is already registered, you need to delete it first
  3. Copy dynamic registration url
  4. Login to Moodle
  5. Navigate to Site Administration, Plugins, External Tools, Manage tools
    6. If the Artemis Testserver is already registered in Moodle, you need to delete if first
  6. Paste in the copied registration url and click on the Add LTI Advantage button
  7. The Artemis Testserver should be registered and the icon as well as the description should be displayed

Testserver States

Note

These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.







Review Progress

Performance Review

  • I (as a reviewer) confirm that the client changes (in particular related to REST calls and UI responsiveness) are implemented with a very good performance
  • I (as a reviewer) confirm that the server changes (in particular related to database calls) are implemented with a very good performance

Code Review

  • Code Review 1
  • Code Review 2

Manual Tests

  • Test 1
  • Test 2

Test Coverage

Screenshots

Summary by CodeRabbit

  • New Features
    • Added support for a logo URI in client registration, enhancing visual identification in user interfaces.
    • Introduced a description field for tools, allowing for more detailed information about the registered application.

These improvements enhance the configurability and usability of the LTI 1.3 client registration, providing essential metadata for better integration.

Copy link

coderabbitai bot commented Aug 16, 2024

Walkthrough

The recent updates to the Lti13ClientRegistration class enhance its functionality by adding new properties for logo URI and tool description. These changes improve the configurability of LTI 1.3 client registrations, allowing for better metadata management essential for user interfaces and integrations. The constructor and methods have been updated accordingly to accommodate these new features.

Changes

Files Change Summary
src/main/java/de/tum/in/www1/artemis/domain/lti/Lti13ClientRegistration.java Introduced logoUri and description fields with appropriate getters and setters. Updated constructor to set logoUri.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Lti13ClientRegistration as Client
    participant Lti13ToolConfiguration as ToolConfig

    User->>Client: Create instance with serverUrl
    Client->>Client: setLogoUri(constructed URL)
    Client->>ToolConfig: setDescription("Tool description")
    ToolConfig-->>Client: return description
    Client-->>User: Return Client instance with logo and description
Loading

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@Strohgelaender Strohgelaender left a comment

Choose a reason for hiding this comment

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

code

Copy link
Contributor

@JohannesStoehr JohannesStoehr left a comment

Choose a reason for hiding this comment

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

Code looks good to me

Copy link

There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions.

@krusche krusche added this to the 7.5.1 milestone Aug 31, 2024
@krusche krusche changed the title Development: Add Artemis' icon and description to LTI's dynamic registration info Development: Add Artemis icon and description to LTI's dynamic registration info Aug 31, 2024
@krusche krusche merged commit 26f17fd into develop Aug 31, 2024
70 of 74 checks passed
@krusche krusche deleted the enhancement/lti/add-icon-and-description-dynamic-registration branch August 31, 2024 19:50
JohannesWt pushed a commit that referenced this pull request Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:LTI server Pull requests that update Java code. (Added Automatically!) small stale
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

5 participants