talhavawda / student-lab-sectioning

Student Lab Sectioning with Minimal Perturbation
0 stars 0 forks source link

Specific degree allocations for courses #3

Open talhavawda opened 3 years ago

talhavawda commented 3 years ago

Cater for qualifications/degrees having their students be allocated to specific timeslots for specific courses

Try and implement this by having an input file for the degree-course specific allocations, and when processing students in InputProcessing.py add that timeslot as a current allocation for their course request


Feature: Students doing certain degrees should be allocated to a specific section of a course. In UKZN's data they gave us, one of the sheets in one of the Excel files specified some degrees that have to be assigned to certain sections of courses that the students of those degrees are doing.

UniTime's CPSolver lets you do this functionality I think. However I'm not sure if the other approaches will let me do this. So check with supervisor if CAES really want this functionality