issues
search
appsembler
/
figures
Reporting and data retrieval app for Open edX
MIT License
44
stars
37
forks
source link
Update SDM historic course count calculation
#458
Closed
johnbaldwin
closed
2 years ago
johnbaldwin
commented
2 years ago
Old system wasn't working, was getting course counts as of the current date
Added code to estimate when a course was started from its first enrollment created date
So basically we now tracking counts of when a course had it first enrollment and basing historical course count as of a date based on that
This is to improve accuracy for Figures SDM backfill
johnbaldwin
commented
2 years ago
Thanks @OmarIthawi !