Files
edx-platform/lms/djangoapps
Justin Hynes 919615635e feat: optionally emit course completion analytics when a learner enters the courseware (#36507)
This PR attempts to improve the ability to collect analytics about learner's progress
in their courses. Currently, the only place we regularly calculate course progress is
when a learner visits the "Progress" tab in the courseware.

Now, _optionally_, when a learner visits the home page of their course, we will enqueue
a Celery task that will calculate their progress and emit a tracking event.

This event is gated by use of the COURSE_HOME_SEND_COURSE_PROGRESS_ANALYTICS_FOR_STUDENT
waffle flag.
2025-04-29 13:46:09 -04:00
..
2024-11-05 10:44:16 -05:00
2025-03-06 10:46:43 -05:00
2024-05-25 18:08:25 +03:30
2025-04-24 13:00:04 +05:00
2025-01-23 18:23:49 -05:00