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

Store API IDs alongside LTI ones for users and courses #6880

Closed
marcospri opened this issue Nov 28, 2024 · 1 comment
Closed

Store API IDs alongside LTI ones for users and courses #6880

marcospri opened this issue Nov 28, 2024 · 1 comment
Assignees

Comments

@marcospri
Copy link
Member

LMS always have two separate IDs for the same course and user, one relevant for LTI (launches, grading APIs...) and one for the proprietary LMS API (groups, files integration).

Until now we have only stored the LTI ones in the DB and rely on custom launch parameters to obtain the API ones. This becomes a problem to interact with the API outside the context of a launch.

@marcospri
Copy link
Member Author

This is now done for courses (lms_course.lms_api_course_id) and users (lms_user.lms_api_user_id).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant