Allow authors to re-submit their reflection on supervisor's request #12

Closed
ansv7779 wants to merge 8 commits from 3213-reflection-resubmission into develop

8 Commits

Author SHA1 Message Date
ffb571fd23 Notify the author when reflection improvements are needed
Can not send the notification from the Notifications class since that class is registered in the test-context and for some reason HSQLDB fails with some unknown check constraint violation with absolutely no information about why.

For some reason it is not possible to debug HSQLDB with breakpoints to step through and see exactly why it fails, so registering a new single purpose class in the cross-cutting module (that's not available in test) is used as a work-around.
2024-09-25 13:57:57 +02:00
32353c0d1f Save supervisors comment about what improvements are needed on the reflection 2024-09-25 12:28:13 +02:00
fc3bc9e871 Supervisors can request improvements to the submitted reflection 2024-09-25 10:49:56 +02:00
fed94d55b7 Allow students to resubmit their reflection after supervisors requested improvements 2024-09-23 14:24:32 +02:00
019a6aa147 Simplified enum constant naming
Use the same language as the GUI to make it easier when talking about the states.
2024-09-23 12:05:31 +02:00
33071c5daa Merge branch 'develop' into 3213-reflection-resubmission 2024-09-23 09:42:44 +02:00
93124dfade Request resubmission 2024-09-09 09:51:55 +02:00
a855218d48 Failing test 2024-07-10 15:41:52 +02:00