-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually assign entries for voting (#1097)
* rename hasTokenCounter to hasVotingFeature under assessmentConfig * Added hasVotingFeatures to assessment config * Added hasVotingFeature to assessmentConfig * Added hasTokenCounter and hasVotingFeatures to assessments * hasTokenCounter and hasVotingFeatures to be updated to ones in assessment config when uploaded * Added hasTokenCounter and hasVotingFeatures to be shown when assessment is requested * Added hasTokenCounter into swaggers * Changed test cases to include hasVotingFeatures and hasTokenCounter * Added a way to change hasTokenCounter and hasVotingFeatures from the frontEnd * fixed format * fixed format * fixed alias format * added new function to delete voteSubmissions and call InsertVoting * Added ability to reassign voting * rename update_voting to reassign_voting for clarity * added test case for reassign_voting * rename reassignEntriesForVoting to assignEntriesForVoting * added isVotingPublished to AssessmentOverview and changed testCases to match * fixed format * Moved is_voting_published to be a function in assessments * Prevent deletions of submissions if voting has not been published * fix format * fix bug where submission is deleted regardless of reassigning_voting status * changed label for better clarity * Rename value for clarity and consistency --------- Co-authored-by: Richard Dominick <[email protected]>
- Loading branch information
1 parent
59fe997
commit 556f7ad
Showing
7 changed files
with
179 additions
and
8 deletions.
There are no files selected for viewing
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
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