-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/aut 1647 add xinclude loading on sleep #154
Feature/aut 1647 add xinclude loading on sleep #154
Conversation
Front-end summary Node 18
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #154 +/- ##
=========================================
Coverage 0.00% 0.00%
Complexity 65 65
=========================================
Files 6 6
Lines 205 205
=========================================
Misses 205 205 ☔ View full report in Codecov by Sentry. |
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.
The code looks ok. In the end, we should consider move the xincludeloader
to a shared place so that we can reuse it.
Please add the PCI version bump and a migration script. Also, please compile the PCI and add the bundles.
views/js/pciCreator/ims/textReaderInteraction/creator/js/xincludeLoader.js
Outdated
Show resolved
Hide resolved
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.
It works ok, but:
|
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.
Good job, concise and neat!
Review Checklist
- New code is covered by tests (if applicable)
- Tests are running successfully (old and new ones) on my local machine (if applicable)
- New code respects code style rules
- New code respects best practices
-
New code is not subject to concurrency issues (if applicable) - Feature is working correctly on my local machine (if applicable)
- Acceptance criteria are respected
- Pull request title and description are meaningful
- Pull request's target is not
master
- Commits are following conventional commits
- Commits messages are meaningful
- Commits are atomic
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.
Wait, there is an issue as spotted by @viktar-dzmitryieu-tao.
Actually, the feature does:
- the shared stimulus is inlined inside the PCI…
- user can modify the content and save it
- the PCI can be exported and imported in another platform: the shared stimulus being inlined, the content is present but the shared stimulus is not defined as such
- any change made later to the shared stimulus is not reflected… because it is inlined
Finally, there is a problem because the connection with the shared stimulus is lost at some point
Thanks for noticing this two problems. They are not directly related to changes in the PR so I will put a comment under my task for QA team to check those and create new bug tickets for them. |
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.
Approved as this code works well and considering that the spotted issues will be addressed in some way
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.
Fine for me too, as long as the reported defects are addressed with a later task 😉
Version
There are 0 BREAKING CHANGE, 2 features, 4 fixes |
Ticket: https://oat-sa.atlassian.net/browse/AUT-1647
What's Changed
Dependencies PRs
How to test
Screenshare.-.2024-02-29.10_08_29.AM.mp4