Student group management
We need a crud form for managing of the StudentGroup
entities.
The form should have an option to filter by semester
, year
and program
. If no filter is selected, we should display the data for the last semester. No paging is needed, but the semester
is mandatory filtering element.
There should be an option to add/update and remove the student groups.
There should be an option to copy the groups from selected semester into target semester (also selected) as in the form below:
This should select all student groups having the selected "from semester" and create and save new objects with all the same fields, with exception to the semester, which will be changed with the selected "to semester".