ungdev / etuutt-api

Users, classes, assos : An awesome API to rule them all
MIT License
2 stars 2 forks source link

Get the current Semester inside entities #14

Open ThomasRitaine opened 3 years ago

ThomasRitaine commented 3 years ago

Current situation

It is impossible to get the current semester inside entities. As example, it is useful to return the number of student subscribed to a UE during this semester.

Expectations

Having a App\Util\Semester::getCurrentSemesterCode() that returns the code of the current semester.