-
Notifications
You must be signed in to change notification settings - Fork 0
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: Add upgrade banner in the FC47 Primary Course card view #9
fix: Add upgrade banner in the FC47 Primary Course card view #9
Conversation
3b3cca2
to
ef54d1b
Compare
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.
Thank you for the changes. Minor nits and suggestions only. 🏎️
dashboard/src/test/java/org/openedx/dashboard/presentation/DashboardViewModelTest.kt
Show resolved
Hide resolved
dashboard/src/main/java/org/openedx/courses/presentation/DashboardGalleryViewModel.kt
Outdated
Show resolved
Hide resolved
dashboard/src/main/java/org/openedx/dashboard/presentation/DashboardListViewModel.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/org/openedx/core/domain/interactor/IAPInteractor.kt
Outdated
Show resolved
Hide resolved
dashboard/src/main/java/org/openedx/dashboard/presentation/DashboardListViewModel.kt
Outdated
Show resolved
Hide resolved
dashboard/src/main/java/org/openedx/courses/presentation/DashboardGalleryViewModel.kt
Outdated
Show resolved
Hide resolved
dashboard/src/main/java/org/openedx/courses/presentation/DashboardGalleryViewModel.kt
Outdated
Show resolved
Hide resolved
dashboard/src/main/java/org/openedx/courses/presentation/DashboardGalleryViewModel.kt
Show resolved
Hide resolved
core/src/main/java/org/openedx/core/domain/interactor/IAPInteractor.kt
Outdated
Show resolved
Hide resolved
ef54d1b
to
0522fe0
Compare
@HamzaIsrar12 ready for another pass |
dashboard/src/main/java/org/openedx/courses/presentation/DashboardGalleryViewModel.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/org/openedx/core/domain/interactor/IAPInteractor.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.
We should apply the new code to the SettingsViewModel as well. Most of the components are the same; we just need to add a couple of parameters here and there.
829e99f
to
2b555cd
Compare
2b555cd
to
73f72f0
Compare
Relates to openedx#340