Skip to content

Fix course enrollment count in instructor dashboard - #1177

Merged
rocha merged 1 commit into
openedx:masterfrom
rocha:fix-enrollment-counts
Sep 30, 2013
Merged

Fix course enrollment count in instructor dashboard#1177
rocha merged 1 commit into
openedx:masterfrom
rocha:fix-enrollment-counts

Conversation

@rocha

@rocha rocha commented Sep 30, 2013

Copy link
Copy Markdown
Contributor

Fix AN-115

@rocha

rocha commented Sep 30, 2013

Copy link
Copy Markdown
Contributor Author

@adampalay @mulby

@mulby

mulby commented Sep 30, 2013

Copy link
Copy Markdown
Contributor

LGTM 👍

@adampalay

Copy link
Copy Markdown
Contributor

@rocha, why do we want only to count active users? Why not count all users in the legacy dash?

@rocha

rocha commented Sep 30, 2013

Copy link
Copy Markdown
Contributor Author

"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 is_active column. Before it was enough if the user had an entry in the table for the given course.

@adampalay

Copy link
Copy Markdown
Contributor

Oh, ok, 👍 then, thanks!

@stroilova

Copy link
Copy Markdown
Contributor

Sorry to bother here --
In the JIRA ticket Adam mentions some caveat about students who have not
yet clicked through their account activation email.

Is that actually a discrepancy? How are we counting those students? Thank
you.

On Mon, Sep 30, 2013 at 12:01 PM, Adam notifications@github.com wrote:

Oh, ok, [image: 👍] then, thanks!


Reply to this email directly or view it on GitHubhttps://github.com/edx/edx-platform/pull/1177#issuecomment-25376171
.

@adampalay

Copy link
Copy Markdown
Contributor

@stroilova , I made a mistake. Is-active means something different in this context.

@stroilova

Copy link
Copy Markdown
Contributor

Ah ok. I was concerned for a second there, as none of my queries had
accounted for activation emails. Thank you.

On Mon, Sep 30, 2013 at 12:04 PM, Adam notifications@github.com wrote:

@stroilova https://github.com/stroilova , I made a mistake. Is-active
means something different in this context.


Reply to this email directly or view it on GitHubhttps://github.com/edx/edx-platform/pull/1177#issuecomment-25376441
.

rocha added a commit that referenced this pull request Sep 30, 2013
Fix course enrollment count in instructor dashboard
@rocha
rocha merged commit 16caf1c into openedx:master Sep 30, 2013
@rocha
rocha deleted the fix-enrollment-counts branch September 30, 2013 16:07
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Sep 16, 2016
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Sep 16, 2016
…lang-when-setlang

Clear dark-lang prefs when changing language in account settings openedx#1177
Agrendalath pushed a commit to open-craft/openedx-platform that referenced this pull request Oct 15, 2018
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants