-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Instructor dashboard enrollments exclude current day #246
Comments
I think we can address this by using a "custom" time filter and setting the end of the window to one day after the current time. Does it make sense to leave the time frame start date as 1 month ago, or is there a better default value? |
That makes sense to me |
SoryRawyer
added a commit
to SoryRawyer/tutor-contrib-aspects
that referenced
this issue
Aug 3, 2023
This addresses openedx#246. The query for `fact_enrollments_by_day` is also updated to extend current enrollment status to tomorrow so that the current days' enrollment status is included, which in turn makes the enrollment status available for the chart.
This was referenced Aug 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the default instructor dashboard filter is for the last month, but it ends that month at midnight of the current day:
This is going to be confusing to instructors and cause a lot of issues on launch day of their course, when they most want to watch enrollments. We should find a way to make this inclusive in the same way that the other enrollment charts are.
The text was updated successfully, but these errors were encountered: