You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
/api/courses - Belegte Veranstaltungen
Liefert die Veranstaltungen zurück, in die der Nutzer eingetragen ist.
Expected behavior: Return all courses the currently authenticated user ever enrolled in.
Actual behavior: Returns only courses the currently authenticated user enrolled in which took place in one of the last three semesters.
Side note: Same applies for /api/courses/semester: Returns just the last 3 semesters if the user enrolled in courses which took place in those. Caused by the same code snipped.
/api/courses/semester - Belegte Semester
Liefert alle Semester zurück, in denen der Nutzer in mindestens eine Veranstaltung eingetragen ist.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The documentation states the following:
Expected behavior: Return all courses the currently authenticated user ever enrolled in.
Actual behavior: Returns only courses the currently authenticated user enrolled in which took place in one of the last three semesters.
See routes/courses.php#L225-L238.
Side note: Same applies for
/api/courses/semester
: Returns just the last 3 semesters if the user enrolled in courses which took place in those. Caused by the same code snipped.The text was updated successfully, but these errors were encountered: