2b14fd0ede
2984 PO 8) Save final thesis rejection comment
2023-10-24 10:44:34 +02:00
a147c05ed4
Merge branch 'develop' into 1584-abstract-keywords
...
# Conflicts:
# view/src/main/java/se/su/dsv/scipro/plagiarism/UrkundSubmissionPanel.java
2023-10-19 16:57:14 +02:00
85324918f6
2984 PO 6) Remove plagiarism analysis when rejecting the final thesis.
2023-10-19 16:55:53 +02:00
88bbf06514
2984 PO 3) Remove button for final thesis removes the approval rather than flat out rejecting (without reason) the document.
2023-10-19 12:50:53 +02:00
b7f394cd12
3111 Handle the supervisor deleting the seminar document as the authors are trying to replace it
2023-10-18 12:58:59 +02:00
73bd111a63
2984 Fix saving problem with grading basis
2023-10-12 20:17:18 +02:00
3ccd2b49c5
2934 Fix NPE
2023-10-11 14:00:15 +02:00
bbba2c3dc2
2934 PO Remove reviewer access from supervisor parts of projects
2023-10-11 13:47:49 +02:00
0105f6a490
Merge branch 'develop' into 1584-abstract-keywords
2023-10-09 12:43:54 +02:00
nikos dimitrakas
bfe9025dd2
3122 TR Kortare (och tydligare) variabel-/metodnamn.
2023-10-06 09:54:46 +02:00
3a45f356eb
3122 Stöd för manuell hantering av slutsem för handledare
2023-10-05 21:55:56 +02:00
239c648549
2984 PO 11) Can only remove final thesis if no students have been submitted for examination
2023-10-04 14:19:38 +02:00
b2af1906d5
2984 PO 11) Add ability to remove plagiarism analysis if no student has been submitted for examination.
2023-10-04 10:06:29 +02:00
206dd24d4c
2984 PO Include credits when supervisor is forced to report pass/fail grades.
2023-10-03 13:39:41 +02:00
5e8ebc0d34
2984 PO 6) Text improvements for criterion that did not meet minimum requirements
2023-10-02 12:44:50 +02:00
b2c8d94d2f
2984 PO 4) Save (re-)submissions of authors for examination
2023-10-02 12:17:12 +02:00
3a66ffdf0f
3064 PO review 2) give more detailed information about active participations performed by authors to the supervisor
2023-09-27 13:14:07 +02:00
59ab4e428b
2934 Fix wrong decisions show up for reviewers
2023-09-16 12:57:15 +02:00
5b3a64ea6e
Merge remote-tracking branch 'origin/2934-reviewer-grading' into 1584-abstract-keywords
...
# Conflicts:
# core/src/main/java/se/su/dsv/scipro/notifications/Notifications.java
# core/src/main/java/se/su/dsv/scipro/report/GradingReportService.java
# core/src/main/java/se/su/dsv/scipro/report/GradingReportServiceImpl.java
# core/src/test/java/se/su/dsv/scipro/milestones/service/MilestoneActivatorTest.java
# view/src/main/java/se/su/dsv/scipro/grading/FillOutGradingReportPanel.utf8.properties
# view/src/main/java/se/su/dsv/scipro/reviewer/RoughDraftApprovalDecisionPage.java
# view/src/main/resources/se/su/dsv/scipro/reviewer/RoughDraftApprovalDecisionPage.html
# view/src/test/java/se/su/dsv/scipro/SciProTest.java
# view/src/test/java/se/su/dsv/scipro/reviewer/ApprovalReviewerPanelTest.java
# view/src/test/java/se/su/dsv/scipro/reviewer/RoughDraftApprovalDecisionPageTest.java
2023-09-16 12:18:51 +02:00
19efe7b343
2984 Correct language of the criteria title/descriptions
2023-09-13 09:39:42 +02:00
903ade76db
2984 PO 4) Save every approval by the examiners
2023-09-12 14:04:57 +02:00
434837f0e1
3122 Stöd för manuell hantering av slutsem för handledare
2023-09-12 12:14:41 +02:00
3e408d143c
2984 PO 4) Save every rejection by an examiner
2023-09-12 11:55:15 +02:00
ab7f382163
3122 Stöd för manuell hantering av slutsem för handledare
2023-09-12 10:23:49 +02:00
2eafad2b29
2984 PO 4) Timeline of examiner interactions (wip)
2023-09-11 15:06:58 +02:00
7a19b2fc0f
Fix migration script version conflict
2023-09-07 16:24:55 +02:00
aa383d980c
Merge branch 'develop' into 1584-abstract-keywords
...
# Conflicts:
# view/src/main/java/se/su/dsv/scipro/grading/CriteriaPanel.java
# view/src/main/java/se/su/dsv/scipro/project/panels/FinalStepsPanel.html
# view/src/main/java/se/su/dsv/scipro/project/panels/FinalStepsPanel.java
# view/src/test/java/se/su/dsv/scipro/SciProTest.java
# view/src/test/java/se/su/dsv/scipro/grading/CriteriaPanelTest.java
# view/src/test/java/se/su/dsv/scipro/grading/FillOutGradingReportPanelTest.java
2023-09-06 16:31:14 +02:00
8b94ca296a
3134 Include reason the opposition failed in the mailed out notification
2023-09-06 14:34:48 +02:00
Filip Kantar
9014a310ce
3035: SciPro DB changes:
...
Grading criteria template changes: added new columns for english titles and descriptions (grading_criterion_template and grading_criterion_point_template),
updated the criteria with new ones, in both languages, in their respective columns.
Specific changes for Master templates, 15hp version: Added 3p option (for U5, U6 and U7) and updated pointsRequiredToPass from 1 to 2 (for U5, U6, U7 and U13).
Specific changes for Magister templates, 0hp and 30hp versions: Removed 3p option (for U5, U6, U7) and 4p (for U13) and updated pointsRequiredToPass from 2 to 1 (for U5, U6, U7 and U13).
Changes for already copied criteria: added new columns for english titles and descriptions (GradingCriterion, GradingCriterionPoint and criterion).
For grading reports, older already copied criteria have been updated to the same format as the new ones, but with the old texts, in both languages.
For opposition reports, the old ones are left as they were, but with the same content copied to the new english columns. New ones will be available in both languages.
SciPro changes:
The criteria in the "Grading report" tab and the grading report PDF will be shown in the project's set language, if no language is set, swedish will be selected for bachelor and english for the rest.
The same applies to the opposition reports, but only for new ones, the old ones will still use the same language that was used when the criteria were copied.
Additions to the Grading report PDF: Added total points. Showing the full history of the reviewer's comments.
2023-07-02 21:50:43 +02:00
nikos dimitrakas
e861c0dce4
3137 Anpassade SciPro till den nya xsd:n för Daisys API.
2023-06-29 16:16:53 +02:00
08962b6f76
3134 Send out notification to authors when their active participation gets a failed grade.
2023-06-26 12:54:29 +02:00
5f328b4c29
3134 Send out notification to authors when their active participation is approved, but they have not yet done all the required ones.
2023-06-26 12:48:05 +02:00
c1fcf8ce4b
3134 Send out notification to authors when their opposition gets a failed grade.
2023-06-26 12:33:18 +02:00
3fa1e9cd73
3110 Apply new reflection process to all projects
2023-06-15 17:53:34 +02:00
a85dad2aa6
3074 Simple prototype of survey followup as a base for discussion
2023-06-09 16:37:49 +02:00
2c921bf97f
3104 Enable students to add publication metadata
...
Abstract and keywords in both English and Swedish
2023-06-08 16:27:29 +02:00
aa99b600e5
Merge branch 'develop' into 1584-abstract-keywords
2023-06-08 09:42:49 +02:00
nikos dimitrakas
cd4cb23b93
Ny xsd för API:et efter 3013 (stöd för nyckelord för examensarbetespublikationer)
2023-06-02 06:16:13 +02:00
2b1ffd8d60
3056 Check active participation minimum requirement before activating the milestone.
2023-05-26 09:02:29 +02:00
09873f48c2
3056 Remove dependency on deprecated ObjectMother
2023-05-26 08:35:50 +02:00
4b1865f4d5
2984 Removed unused code
2023-05-24 17:29:22 +02:00
52f58ca27f
2984 Add examiner rejection feedback to the grading basis
2023-05-24 14:55:55 +02:00
64d4813059
Code clean up
2023-05-24 10:59:58 +02:00
113d35e216
2984 Abstracted away URKUND behind the text matching interface
2023-05-23 23:03:27 +02:00
e6b6187490
Merge branch 'develop' into 1584-abstract-keywords
...
# Conflicts:
# pom.xml
2023-05-22 12:47:16 +02:00
e28ba2e3f3
Fix problem with reviewer requests not showing
2023-05-08 15:41:36 +02:00
d98e4e9608
2984 Tab for individual assessment
2023-05-04 15:44:14 +02:00
e4db5090cb
2984 Disable editing of grading basis when it's submitted
2023-05-03 16:08:30 +02:00
1a09b05b8b
1584 Switch to a tabbed layout
2023-05-03 13:56:54 +02:00
6df949fb0b
3068 Add back sorting by deadline
2023-04-17 11:57:13 +02:00