Name |
Last commit
|
Last update |
---|---|---|
.. | ||
apis | ||
management | ||
migrations | ||
tests | ||
views | ||
__init__.py | ||
admin.py | ||
api.py | ||
models.py | ||
queue.py | ||
signals.py | ||
urls.py |
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
apis | Loading commit data... | |
management | Loading commit data... | |
migrations | Loading commit data... | |
tests | Loading commit data... | |
views | Loading commit data... | |
__init__.py | Loading commit data... | |
admin.py | Loading commit data... | |
api.py | Loading commit data... | |
models.py | Loading commit data... | |
queue.py | Loading commit data... | |
signals.py | Loading commit data... | |
urls.py | Loading commit data... |