teammates icon indicating copy to clipboard operation
teammates copied to clipboard

Reduce course student fetch in student enrolment workflow

Open moziliar opened this issue 4 years ago • 0 comments

Currently, student enrolment incurs two calls to fetch all students from the course. (student validation) (determine update or create) This becomes a problem during large course enrolment, which will bring about significant yet unnecessary DB read cost. We need a way to remove or reduce one of the calls.

moziliar avatar Feb 17 '21 16:02 moziliar