haystack / nb

12 stars 10 forks source link

removing student from class should also remove them from specific non… #146

Open lihelennn opened 3 years ago

lihelennn commented 3 years ago

note: this change isn't just specific to synchronous stuff, but all sectioning. i wasn't sure if i should make the PR for master or synchronous but feel free to let me know so i can rebase properly!

previously, removing students from a class only removes them from the global section and not necessarily any nonglobal sections they may be in.

this pr ensures that the student is also removed from the nonglobal section they're in.

closes #141