Skip to content

Releases: TMS-Uni-Stuttgart/Tutor-Management-System

3.1.0

09 Nov 15:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.1.0

3.0.5

22 Oct 10:12
8a649f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.4...3.0.5

3.0.4

23 Sep 17:49
Compare
Choose a tag to compare

What's Changed

  • Fix sanity check for assigning more grading points than achievable and add uniqueness constraint for Ilias Names by @Morphenoed in #1045
  • Fix lists are not updated with new group data when switching groups within the same view by @Morphenoed in #1047
  • Fixes to the display of stundent list, scheinstatus and top bar by @Morphenoed in #1053

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3

27 May 11:49
Compare
Choose a tag to compare

Full Changelog: 3.0.2...3.0.3

3.0.2

24 May 14:16
a6331d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

Version 3.0.1

24 May 12:35
c8cc96b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

Version 3.0.0

08 Nov 17:30
9af235a
Compare
Choose a tag to compare

📣 General

  • The database used in the background is changed to a SQL one.
    ⚠ Please note: This release is NOT compatible with any previous release!
  • Multiple bugfixes related to the change above.
  • Add the feature to import students into a tutorial with a CSV file.

✨ What's Changed

🛠 Configuration

Configuration files for this release can be found below. Information about the environment variables can be found on the Configuration page of the documentation.

Full Changelog: 2.3.6...3.0.0

Version 2.3.6

23 Jul 11:12
195900c
Compare
Choose a tag to compare

💻 Client

  • Add more information to the attendances tab on the student info page:
    Now, all dates from the tutorial and all dates used in the student to save attendances are being shown. The dates are labeled with their corresponding source. This allows the adjustment of attendances of a student which changed it's tutorial.
  • Fix pie charts containing negativ values.
  • Change client back to use CRA instead of snowpack because the later takes ages to load due to material-ui.

🗄 Server

  • Add column with the student's email to schein XLSX file.

📣 General

  • Add different chart types for the schein criterias.

🛠 Configuration

Configuration files for this release can be found in the v2.3.3 release. Information about the environment variables can be found on the Configuration page of the documentation.

Release 2.3.5

25 Apr 08:10
4c72856
Compare
Choose a tag to compare

🗄 Server

  • Add timeout option in config files to pass to the puppeteer instance.

🛠 Configuration

Configuration files for this release can be found in the v2.3.3 release. Information about the environment variables can be found on the Configuration page of the documentation.

Release 2.3.4

19 Feb 08:37
5c8ad2a
Compare
Choose a tag to compare

🗄 Server

  • Fix unnecessary fetch of all students during PDF generation.
    This is a potential fix for the 504 gateway timeout in production environments.

🛠 Configuration

Configuration files for this release can be found in the v2.3.3 release. Information about the environment variables can be found on the Configuration page of the documentation.