Files
edx-platform/common/djangoapps
David Ormsbee 47e606b3ca Find the courses a user has certs for up front.
Before this commit, we had to do a separate query for every course a
user was enrolled in when determining whether a course was refundable
(if you have a certificate, it isn't). Now the student dashboard will
make a one-time query to grab all of a user's cert-issued courses. This
is indexed, so it should be much faster than grabbing each one
separately.
2017-02-23 22:24:00 -05:00
..
2017-01-25 15:05:57 +05:00
2016-12-07 14:47:08 -05:00
2016-08-03 12:44:41 -04:00