Files
edx-platform/lms/djangoapps
Nathan Sprenkle 64403a4c16 refactor: course resume URL speed enhancements (#31222)
* refactor: remove resume url checks for performance

Existing "get resume urls" loads the course structure to verify the last
completed block actually exists. This is a potentially very expensive
operation, especially for users with many enrollments. This isn't a huge
issue since Learning MFE already has a fallback behavior for this case.

* refactor: remove now-unnecessary serializer check

Old behavior passed an empty string for missing resume URL and
serializer would cast to None. Instead, update simply passes through
None for missing resume url

* style: update dependency ordering

* style: run black on some more files
2022-10-27 16:10:50 -04:00
..
2022-05-24 11:44:45 +05:00
2022-10-27 12:19:09 +05:00
2021-02-02 11:33:01 +05:00
2021-02-19 17:47:37 +05:00