-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
0cb80dc
to
ad7ad3a
Compare
const parts = baseDir.split("/"); | ||
const relParts = relativePath.split("/"); | ||
|
||
let upCount = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✂️
apps/api/package.json
Outdated
@@ -64,6 +65,7 @@ | |||
"drizzle-orm": "0.31.2", | |||
"drizzle-typebox": "0.1.1", | |||
"faker": "link:@types/@faker-js/faker", | |||
"jsdom": "^24.1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"jsdom": "^24.1.1", | |
"jsdom": "24.1.1", |
ad7ad3a
to
f9d18ac
Compare
{course.isScorm ? ( | ||
<iframe | ||
title="Playing" | ||
src="https://api.lms.localhost/api/scorm/dd284185-2e3b-4a06-8736-403a421a32a5/content?path=Playing/Playing.html" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG 🍻
Jira issue(s)
https://selleolabs.atlassian.net/browse/LC-481
Overview
Notes