Now that we're adding filtering to the gradebook UI, we finally noticed that our...
Now that we're adding filtering to the gradebook UI, we finally noticed that our functional specification calls for a single search across two student data fields rather than separate searches for each. We've therefore combined the CourseManagement facade's "findEnrollmentsByStudentDisplayUid" and "findEnrollmentsByStudentName" methods into the even more ridiculously named "findEnrollmentsByStudentNameOrDisplayUid".
(I should note that implementing this efficiently is not a top priority for Sakai 2.0. It's basically there to allow for optimization should optimization turn out to be needed.)
Comments (2)
Apr 08, 2005
Ray Davis says:
Now that we're adding filtering to the gradebook UI, we finally noticed that our...Now that we're adding filtering to the gradebook UI, we finally noticed that our functional specification calls for a single search across two student data fields rather than separate searches for each. We've therefore combined the CourseManagement facade's "findEnrollmentsByStudentDisplayUid" and "findEnrollmentsByStudentName" methods into the even more ridiculously named "findEnrollmentsByStudentNameOrDisplayUid".
(I should note that implementing this efficiently is not a top priority for Sakai 2.0. It's basically there to allow for optimization should optimization turn out to be needed.)
Apr 12, 2005
Ray Davis says:
Fixed description of "display UID" search.Fixed description of "display UID" search.