-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/equal merit tie breakers (#1261)
* Bug Fix - wrong version of jac-kit being used * resolve some npm warnings that appear during compilation * Bug Fix - view QT - if there are no applications the page would not load Now the page loads and displays a warning message on-screen * WIP * don't allow EM tie-breakers to be created for an exercise if it has no QTs * Bug Fix - if you create a Tie-breaker it is saved as a QT * EM tie-breakers - don't allow start or end date to be outside of the Equal Marit Second Stage date-range for the exercise. * simplified some logic * do not allow a tie-breaker to be opened while they are open QTs * EM tie-breakers - Create New - stopped passing this.isTieBreakers prop across as it set in router anyway * WIP * simplified some boolean logic * new Equal Merit Tie-breaker reports * show a warning message if tie-breaker test can't be opened yet due to open QTs * Bug Fix - when viewing a tie-breaker where the Open Tests button was (correctly) disabled, the button would become enabled if you refreshed the page. * when creating a tie-breaker test, default the start and end date to the Equal Merit Second Stage start and end date (for the exercise) * specified which versions of vue loader to use * WIP * allow tie-breakers to be created even if there are no QTs for the exercise * When creating a tie-breaker force it to be a Scenario type of test * tidy-up * Tie-breaker - when creating tests, only consider EMP candidates * typo * when creating a tie-breaker show the Scenario option and choose it automatically. * Update package lock * Router.js fix * Router.js fix * Revert part "Router.js fix" This reverts part of commit 854326c. * EM Tie-Breaker - allow tests to be setup after the EM date-range Co-authored-by: Darrel Anthony <darrel.anthony@newsco-software.co.uk> Co-authored-by: Warren Searle <warren@precise-minds.co.uk> Co-authored-by: Adam Lewis <adam@anlewis.co>
- Loading branch information
1 parent
a057cc1
commit 8bc9644
Showing
20 changed files
with
569 additions
and
240 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.