Skip to content
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

#1865 Scenario test integration #1874

Merged
merged 35 commits into from
Feb 16, 2023
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
4ce3d65
Merge from tasks
warrensearle Sep 27, 2022
436113d
Remove unused code
warrensearle Sep 27, 2022
b8ffe20
QT platform integration
warrensearle Oct 13, 2022
6e3544f
Include copy to clipboard button
warrensearle Oct 18, 2022
298dfb7
Merge main
warrensearle Oct 24, 2022
b802b10
Include diversity characteristics
warrensearle Oct 27, 2022
86e9b38
Merge branch 'main' into feature/qt-platform-integration
warrensearle Dec 30, 2022
40acc70
Merge branch 'main' into feature/qt-platform-integration
warrensearle Jan 18, 2023
bd13bcf
Fix vulnerability with json5 module
warrensearle Jan 18, 2023
3d836cc
Make new QT platform the default
warrensearle Jan 19, 2023
5542728
Hide sub navigation in full screen mode
warrensearle Jan 19, 2023
926102c
Restrict platform change to canApproveExercise
warrensearle Jan 19, 2023
f0d0fe3
Update usage of Table as page-size is now required
warrensearle Jan 19, 2023
62180fc
Set individual pass or fail
warrensearle Jan 23, 2023
da1d618
Enable status to be overidden at pass mark (-one)
warrensearle Jan 25, 2023
888a6ca
Include EMP Tie-breaker
warrensearle Jan 25, 2023
430cf5f
Data entry task
warrensearle Jan 26, 2023
3352205
Merge branch 'main' into feature/qt-platform-integration
warrensearle Jan 26, 2023
cf98d41
Data entry task
warrensearle Jan 27, 2023
ba812a0
#1865 Scenario test integration
warrensearle Jan 30, 2023
3e3e492
Merge branch 'main' into feature/qt-platform-integration
warrensearle Feb 7, 2023
cac364e
Update store and fix lint error
warrensearle Feb 7, 2023
64db481
Link to QT should go to the Edit page
warrensearle Feb 9, 2023
6a4bc2f
Merge branch 'main' into feature/qt-platform-integration
warrensearle Feb 13, 2023
0b2f50f
Added candidate names to finalised screen.
drieJAC Feb 13, 2023
2b476b1
Updated to use latest jac-kit.
drieJAC Feb 13, 2023
210b175
Removed formatNumber tests as filter has now been moved to the jac-kit.
drieJAC Feb 13, 2023
a65d155
Merge branch 'feature/qt-platform-integration' into feature/1865-scen…
warrensearle Feb 13, 2023
e4ff8dd
Remove broken formatNumber
warrensearle Feb 13, 2023
4809356
Fix lint warnings
warrensearle Feb 13, 2023
3bd2f5f
Merge branch 'main' into feature/qt-platform-integration
warrensearle Feb 13, 2023
0c0feaa
Update package-lock
warrensearle Feb 13, 2023
e742755
Fix duplicate filter
warrensearle Feb 13, 2023
251b2bf
Merge branch 'feature/qt-platform-integration' into feature/1865-scen…
warrensearle Feb 13, 2023
007ef1f
Merge branch 'main' into feature/1865-scenario-test-integration
warrensearle Feb 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/views/Exercise/Tasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
}
);
}
if (exercise.scenarioTestDate) {
if (exercise.scenarioTestDate) { // TODO: remove this when we have better support for scenarios
sideNavigation.push(
{
title: 'Scenario Responses',
Expand Down