Skip to content
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

feat: add enrollment timestamp to at-risk learners (FC-0051) #83

Merged
merged 2 commits into from
May 3, 2024

Conversation

SoryRawyer
Copy link
Contributor

This change adds the timestamp of when a learner enrolled in a course to the fact_student_status model. This field is then used in dim_at_risk_learners to support displaying a distribution of when at-risk learners enrolled in the course.

This change adds the timestamp of when a learner enrolled in a course to
the `fact_student_status` model. This field is then used in
`dim_at_risk_learners` to support displaying a distribution of when
at-risk learners enrolled in the course.
@openedx-webhooks
Copy link

Thanks for the pull request, @SoryRawyer! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

  • supporting documentation
  • Open edX discussion forum threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label May 3, 2024
@SoryRawyer SoryRawyer requested review from Ian2012 and bmtcril May 3, 2024 15:02
@bmtcril
Copy link
Contributor

bmtcril commented May 3, 2024

This is the most recent enrollment time, right? So when a user changes status (upgrades to certificate or unenrolls and re-enrolls) the clock resets? We should probably include that detail in the model docs for this and fact_enrollment_status.

@SoryRawyer
Copy link
Contributor Author

That's a good point. Yes, it should be the most recent enrollment action timestamp.

@bmtcril bmtcril merged commit b2fc935 into openedx:main May 3, 2024
4 checks passed
@openedx-webhooks
Copy link

@SoryRawyer 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.

@bmtcril
Copy link
Contributor

bmtcril commented May 3, 2024

Released as v3.22.0, tutor plugin PR is here: openedx/tutor-contrib-aspects#763

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-source-contribution PR author is not from Axim or 2U
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants