Skip to content

v2.13.0

Latest
Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 13 Aug 11:24

Changelog

  • Adding a checkbox to the assignment edit form to show/hide absolute values for time and memory limits.
  • Adding a solution indicator that a student requests a review.

Commits

fd680bb #! v2.13.0
5868622 Bump fast-xml-parser from 4.4.0 to 4.4.1
4d43889 Modifying dashboard's pending reviews list so it has similar format like review requests list.
401e7c5 Adding review-request filter for assignment solutions table.
68455e7 Adding a list of solutions with requested reviews on teacher's dashboard.
e0819b3 Updating redux storage to reflect optimization changes in solution set-flag endpoint response.
0c8d42f Adding review-request indicator in students' results table.
d8bf8bf Implementing review request buttons and indicators.
89a51cb Adding new email-notification check boxes to user edit settings form.
c748409 Adding canViewMeasuredValues flag in assignment edit form so the teacher can choose whether students see absolute memory and time values in the test results.
ac97779 Updating .spec file.
171ff67 Renaming server.js to server.mjs, so it is properly executed as ESM script by nodejs.