Chirag4904 / timetable

0 stars 2 forks source link

Sync hours with already assigned hours from excel sheet #91

Open Chirag4904 opened 1 year ago

Chirag4904 commented 1 year ago

In the new dataset subject hours are already assigned to teachers and since it's around 230 rows so needs to be done automatically. Possible Solution ->

  1. Can create allotment type schema from that excel sheet using python
  2. Then for each row/teacher run addTeacherToAnySubject
  3. Then run commitLTP which will allot those hours.