-
Notifications
You must be signed in to change notification settings - Fork 521
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
Fix #4431: Refactor LearnerStudyAnalytics to EnableLearnerStudyAnalytics #4782
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pratyaksh1610! Overall the PR looks pretty good to me. Just had a few small nits. Also, could you please make sure CI is fully passing before sending this back into review?
domain/src/main/java/org/oppia/android/domain/profile/ProfileManagementController.kt
Show resolved
Hide resolved
utility/src/test/java/org/oppia/android/util/logging/EventBundleCreatorTest.kt
Outdated
Show resolved
Hide resolved
Hi @pratyaksh1610, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Hi @pratyaksh1610, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pratyaksh1610! Apologies for the delay. The PR LGTM. The CI failure seems like a flake, so I'm expecting it to pass with the re-run I just kicked off by syncing the PR with the latest develop changes.
Unassigning @BenHenning since they have already approved the PR. |
Assigning @rt4914 for code owner reviews. Thanks! |
Weird, compute_affected_tests failed. Haven't seen that in a while; going to assume it's a rare one-off flake for now & restart it. |
Explanation
Fix #4431
Refactor LearnerStudyAnalytics to EnableLearnerStudyAnalytics
Essential Checklist