-
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 #638: Domain story progress #644
Conversation
Unassigning @veena14cs and @nikitamarysolomanpvt as I am having some second thoughts about this code. |
domain/src/main/java/org/oppia/domain/topic/StoryProgressController.kt
Outdated
Show resolved
Hide resolved
domain/src/main/java/org/oppia/domain/topic/StoryProgressController.kt
Outdated
Show resolved
Hide resolved
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.
I have reviewed this PR but i believe as it is domain layer i should defer it to Ben.
domain/src/test/java/org/oppia/domain/topic/StoryProgressControllerTest.kt
Outdated
Show resolved
Hide resolved
domain/src/main/java/org/oppia/domain/topic/StoryProgressController.kt
Outdated
Show resolved
Hide resolved
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.
LGTM.
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 @rt4914! Generally LGTM--I just had a bunch of nits. Feel free to reassign to me or follow up if you have any additional questions or concerns.
Design Doc: https://docs.google.com/document/d/1pAB0KxDwFianJ1zBgonmvak0_Rih-lNGBuwjkd6Jr28/edit#
Domain layer code of
StoryProgressController
Explanation
Checklist