You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As course staff, I would like the grading submissions interface for SGA to be as performant as possible. In particular, I don't need to request an update of all the grades in the course every time I enter a new grade (or delete a grade, or... )
It looks like enter_grade has some potential optimizations, in particular removing the updating of all grades when we could just update the one that the user changed. This pattern appears in a few places.
The text was updated successfully, but these errors were encountered:
pdpinch
changed the title
Stop pulling all grades when calling enter_grades (and possibly other places too)
Performance: Stop getting all grades when calling enter_grades (and possibly other places too)
Aug 24, 2015
As course staff, I would like the grading submissions interface for SGA to be as performant as possible. In particular, I don't need to request an update of all the grades in the course every time I enter a new grade (or delete a grade, or... )
From #100
The text was updated successfully, but these errors were encountered: