-
Notifications
You must be signed in to change notification settings - Fork 2
Question navigation #281
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
Question navigation #281
Conversation
|
/kbss-bot label |
6247c3f to
969e348
Compare
969e348 to
ce55862
Compare
|
/kbss-bot summarize |
SummarizePRAgent Report 🤖🔍 PR Overview
🧐 Diff Summary
⚡️ Change Impact
✅ Final Verdict (Experimental)
|
| Command | Description |
|---|---|
/kbss-bot label |
Label the current PR |
/kbss-bot summarize |
Generates a concise summary of the current PR changes |
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.
Pull Request Overview
This PR adds support for reading startingQuestionId and startingQuestionOrigin from the URL query parameters and makes them available in the component, and bumps the @kbss-cvut/s-forms dependency to a beta version.
- Introduce
_getStartingQuestionIdand_getStartingQuestionOriginmethods to parse query parameters. - Include
startingQuestionIdandstartingQuestionOriginin the render context. - Update
@kbss-cvut/s-formsdependency to0.8.1-beta-a8896e2.0.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/components/record/RecordForm.jsx | Added methods to read and pass startingQuestionId and startingQuestionOrigin from the URL |
| package.json | Upgraded @kbss-cvut/s-forms dependency to a specific beta version |
Comments suppressed due to low confidence (1)
src/components/record/RecordForm.jsx:120
- Add tests to cover the new startingQuestionId and startingQuestionOrigin query parameter integration to ensure that RecordForm correctly reads and passes these values.
startingQuestionId: this._getStartingQuestionId(),
Resolve partially #138
Works as expected
