Fix course enrollment count in instructor dashboard - #1177
Conversation
|
LGTM 👍 |
|
@rocha, why do we want only to count active users? Why not count all users in the legacy dash? |
|
"Active" in this context means that they are enrolled in the course. The previous query was showing also student who were enrolled at some point, but removed the course for some reason. The legacy dash contains the correct query. The new dashboard was not using the changes introduced for the payed certificates , which introduced the |
|
Oh, ok, 👍 then, thanks! |
|
Sorry to bother here -- Is that actually a discrepancy? How are we counting those students? Thank On Mon, Sep 30, 2013 at 12:01 PM, Adam notifications@github.com wrote:
|
|
@stroilova , I made a mistake. Is-active means something different in this context. |
|
Ah ok. I was concerned for a second there, as none of my queries had On Mon, Sep 30, 2013 at 12:04 PM, Adam notifications@github.com wrote:
|
Fix course enrollment count in instructor dashboard
…lang-when-setlang Clear dark-lang prefs when changing language in account settings openedx#1177
Implement an alternative cohorts API This builds on the existing APIs in the LMS and enhances them to support server-to-server communication and adheres to the new edX REST API guidelines.
Fix AN-115