Files
edx-platform/lms
Troy Sankey e3cd6d55c4 Bypass calls to has_access() when listing courses
When listing courses for which a user has "staff" level access, bypass
calls to has_access() and use a hopefully more performant and simpler
access pattern that uses only a single ORM query and far less processing
per course.

Caution: this short-circuit implementation does not handle org-level
access grants.
2020-09-25 10:44:03 -04:00
..
2019-12-30 12:25:38 -05:00
2020-09-22 16:20:45 +05:00
2019-12-30 12:25:38 -05:00
2019-12-30 12:25:38 -05:00
2020-05-01 19:42:15 +05:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.