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

feat: LC-481 scorm student view #292

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

typeWolffo
Copy link
Member

Jira issue(s)

https://selleolabs.atlassian.net/browse/LC-481

Overview

  • added scorm lesson view

Notes

  • scorm iframe url is is temporarily hardcoded just for demo purposes

@typeWolffo typeWolffo force-pushed the jw_feat_lc-481_scorm_student_view branch from 0cb80dc to ad7ad3a Compare December 16, 2024 16:24
const parts = baseDir.split("/");
const relParts = relativePath.split("/");

let upCount = 0;
Copy link
Member Author

Choose a reason for hiding this comment

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

✂️

@@ -64,6 +65,7 @@
"drizzle-orm": "0.31.2",
"drizzle-typebox": "0.1.1",
"faker": "link:@types/@faker-js/faker",
"jsdom": "^24.1.1",
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
"jsdom": "^24.1.1",
"jsdom": "24.1.1",

@typeWolffo typeWolffo force-pushed the jw_feat_lc-481_scorm_student_view branch from ad7ad3a to f9d18ac Compare December 16, 2024 16:34
@typeWolffo typeWolffo marked this pull request as ready for review December 16, 2024 16:34
@typeWolffo typeWolffo self-assigned this Dec 16, 2024
@typeWolffo typeWolffo added the review me 👀 PR is ready to be reviewed label Dec 16, 2024
{course.isScorm ? (
<iframe
title="Playing"
src="https://api.lms.localhost/api/scorm/dd284185-2e3b-4a06-8736-403a421a32a5/content?path=Playing/Playing.html"
Copy link
Member Author

Choose a reason for hiding this comment

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

iframe url is is temporarily hardcoded just for demo purposes

Copy link
Collaborator

@wielopolski wielopolski left a comment

Choose a reason for hiding this comment

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

LG 🍻

@typeWolffo typeWolffo merged commit 6645798 into main Dec 16, 2024
5 of 7 checks passed
@typeWolffo typeWolffo deleted the jw_feat_lc-481_scorm_student_view branch December 16, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me 👀 PR is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants