-
Notifications
You must be signed in to change notification settings - Fork 721
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
EQM: Section re-ordering moved to side panel, remove from section editor #12432
EQM: Section re-ordering moved to side panel, remove from section editor #12432
Conversation
Build Artifacts
|
|
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.
I've tested out the problems that Radina ran into, and can't reproduce them. Code changes look okay (I did add one small non-blocking comment)
@@ -117,7 +117,7 @@ export const QuizQuestion = { | |||
export const QuizSection = { | |||
section_id: { | |||
type: String, | |||
default: () => String(performance.now()), | |||
default: () => Math.random().toString(36).substring(7), |
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.
non-blocking, this is not super easy to read
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.
Thanks - I added a comment. It's a snippet I've used before to get a random-enough string. Do you think that helps?
791cafc
into
learningequality:release-v0.17.x
Summary
Putting this draft up for feedback - will aim to fix issues around SectionEditor in this PR tomorrow.
2024-07-09.16-30-27.mp4
References
…
Reviewer guidance
…
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)