[chore:] single-semester-side limiting of courses

This commit is contained in:
2026-06-01 17:00:39 +02:00
parent 895c55a52f
commit c46417c56d
2 changed files with 31 additions and 24 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public class Settings
public List<Student> Students { get; set; } = [];
public List<Sport> Sports { get; set; } = [];
public int NumCoursesPerSemester { get; set; } = 10; // Exact Amount of courses, not a maximum
public int[] NumCoursesPerSemester { get; set; } = [10,10,11,11]; // Exact Amount of courses, not a maximum
public Settings()
{