-
Notifications
You must be signed in to change notification settings - Fork 172
Grading: Viewable Assessment Briefings #2783
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
Conversation
…-frontend into grading-briefing
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…demy#2769) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Enable Stepper for Typed Variant * Fix format * Modify CI tests, enabling Stepper tool for Typed Variant --------- Co-authored-by: Richard Dominick <34370238+RichDom2185@users.noreply.github.com>
…demy#2771) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Replace deprecated `ITreeNode` with `TreeNodeInfo` Done as per migration guide. * Upgrade BlueprintJS dependencies to v5 * Use public `IconName` type instead of internal API Fixes a compile error following the version upgrade. * Migrate to `Datetime2` package Resolves the issue with the deprecated `DateInput` component. Also made the necessary API changes for the migration. * Update prop name Fixes the breaking change introduced by the Blueprint v5 upgrade. * Update test snapshots * Reran `yarn install` post-merge * Update snapshots post-merge * Update SCSS namespace * Fix popover styles Update the target classes to match the new components. * Revert Env Vizualiser snapshot change * Fix TreeNode comparison to compare id instead of object reference --------- Co-authored-by: sayomaki <sayomayomaki@gmail.com>
…rceacademy-frontend into grading-briefing
Pull Request Test Coverage Report for Build 7984433971Details
💛 - Coveralls |
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 for the PR @InfinityTwo! The changes for the new query response format are pretty straightforward & we can maybe include an image for the PR, but otherwise, LGTM.
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.
LGTM 👍
Description
We've added a tab to view the briefings (long summary) inside the assessment for grading that resolves #2310
Note
grading
due to a new query response format from the backend API.GradingAnswers
(previously known asGrading
) andGradingQuery
, but I have tested it as much as possible.Type of change
How to test
Checklist