Resolve "Test submission for scripts"
All threads resolved!
All threads resolved!
Changes
- Refactored the way submissions are stored. Now instead of having a
SubmitSubmission
There is aTestSubmission
andCoreSubmission
both of which extend from anAbstractSubmitSubmission
. ThesubmissionId
in Core for a submission is the same as thecoreSubmissionId
inCoreSubmission
. - Teachers and Head TAs can now make a test submission for their script train and versions.
Examples
Closes #12 (closed)
Edited by Danae Savvidi
Merge request reports
Activity
added difficultymedium priomed typefeature-request labels
assigned to @dsavvidi
added 56 commits
-
57f830b5...5a173860 - 55 commits from branch
development
- 7dcf6e5e - Merge branch 'development' into 12-test-submission-for-scripts
-
57f830b5...5a173860 - 55 commits from branch
added 1 commit
- 6d035012 - (more) correct cascades & deleteTestSubmission method
removed difficultymedium label
added difficultyhigh label
requested review from @rwbackx
added 6 commits
-
d47e1d8b...e25ad08d - 5 commits from branch
development
- a3106545 - Merge branch 'development' into 12-test-submission-for-scripts
-
d47e1d8b...e25ad08d - 5 commits from branch
- Resolved by Danae Savvidi
The migrations for this need some manual SQL migrations as well, in particular
- All old 'submit submissions' should be moved to be 'abstract submit submissions' and 'core submit submissions'
- Their new ID should be auto-generated whereas their 'submission id' is their old ID
- The old submit submissions table should be removed
added 15 commits
-
a3106545...913a5315 - 14 commits from branch
development
- de5f9736 - Merge branch 'development' into 12-test-submission-for-scripts
-
a3106545...913a5315 - 14 commits from branch
added 1 commit
- 15d85280 - add @Column(columnDefinition="boolean") to scriptpending
added 11 commits
-
15d85280...b8ce682a - 10 commits from branch
development
- 83c3f57d - Merge branch 'development' into 12-test-submission-for-scripts
-
15d85280...b8ce682a - 10 commits from branch
added 15 commits
-
83c3f57d...7bfcfe21 - 13 commits from branch
development
- d00e38a4 - Merge branch 'development' into 12-test-submission-for-scripts
- e1e3167a - Remove @Column
-
83c3f57d...7bfcfe21 - 13 commits from branch
mentioned in commit 2d52ee83
Please register or sign in to reply