-
Notifications
You must be signed in to change notification settings - Fork 527
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 #5344: Remove temporary functions from TopicListController #5528
Fix #5344: Remove temporary functions from TopicListController #5528
Conversation
Coverage ReportResultsNumber of files assessed: 2 Exempted coverageFiles exempted from coverage
|
PTAL @adhiamboperes. |
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 @theMr17!
I left a comment inline, but please also cahnge PR title and description to remove "part of" so that this issue can be closed when the PR is merged.
domain/src/test/java/org/oppia/android/domain/classroom/ClassroomControllerTest.kt
Outdated
Show resolved
Hide resolved
…odos' into fix/remove-multiple-classrooms-todos
Coverage ReportResultsNumber of files assessed: 2 Exempted coverageFiles exempted from coverage
|
Coverage ReportResultsNumber of files assessed: 2 Exempted coverageFiles exempted from coverage
|
@adhiamboperes PTAL. |
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 @theMr17! This LGTM.
Assigning @BenHenning for code owner reviews. Thanks! |
Coverage ReportResultsNumber of files assessed: 2 Exempted coverageFiles exempted from coverage
|
Explanation
Fixes #5344
This PR surfaces the
getClassrooms
andgetClassroomById
functions from theClassroomController
, adds tests to ensure their correctness, and refactors theTopicListController
to replace temporary functions with these new implementations.Essential Checklist
For UI-specific PRs only
If your PR includes UI-related changes, then: