-
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 part of #138: Topic train fragment Low-fi UI (Part 3) #203
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.
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.
LGTM
Nit for this & others: only the final PR that wraps up the work should have 'Fix #138' otherwise closing each one will close the final issue (which we don't want until it's fully completed). |
app/src/main/java/org/oppia/app/topic/train/TopicTrainFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/train/TopicTrainFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
Got it. Will update all the PR titles accordingly. |
@BenHenning PTAL.
Test cases will be finished in #204 |
@BenHenning 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.
app/src/main/java/org/oppia/app/topic/train/SkillSelectionAdapter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/train/SkillSelectionAdapter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/train/TopicTrainFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/train/TopicTrainFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/train/TopicTrainFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/train/TopicTrainFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/train/TopicTrainFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/train/TopicTrainViewModel.kt
Outdated
Show resolved
Hide resolved
Thanks @BenHenning Merging this now as all conversations have been resolved. |
Explanation
Replicated from #197
Part 1: #200
Part 2: #202
Part 3: This PR contains final UI implementation of Topic Train Fragment and everything is functional.
Part 4: #204
Mock: https://xd.adobe.com/spec/e2239cf4-9cde-4c08-5296-25316c1f0a14-9412/screen/f403add1-079a-4202-9975-efe04c076290/Home-Page-1-Start-Learning-Pre-Scroll-6
Checklist