-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: added PLS banner for shift dates on Course Dashboard #211
Conversation
- Banner added on course dashboard if its type is RESET_DATES and course is still available.
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.
Looks good in all, but I have to request changes because of commented lines
course/src/main/java/org/openedx/course/presentation/container/CourseContainerAdapter.kt
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/container/CourseContainerFragment.kt
Outdated
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/ui/CourseUI.kt
Outdated
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/ui/CourseUI.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.
Approved from my side
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.
Points from Manual Review:
- The 'Shift Due Dates' banner and Snackbar do not disappear after resetting dates from the Course Tab.
- Please manage the space between resume and dates banner.
course/src/main/java/org/openedx/course/presentation/container/CourseContainerAdapter.kt
Outdated
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/container/CourseContainerViewModel.kt
Outdated
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/outline/CourseOutlineFragment.kt
Outdated
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/outline/CourseOutlineViewModel.kt
Outdated
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/outline/CourseOutlineViewModel.kt
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/dates/CourseDatesFragment.kt
Show resolved
Hide resolved
core/src/main/java/org/openedx/core/data/model/CourseDatesBannerInfo.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/org/openedx/core/domain/model/CourseDatesBannerInfo.kt
Outdated
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/container/CourseContainerFragment.kt
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/outline/CourseOutlineFragment.kt
Outdated
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/outline/CourseOutlineFragment.kt
Show resolved
Hide resolved
course/src/main/java/org/openedx/course/presentation/outline/CourseOutlineFragment.kt
Show resolved
Hide resolved
@omerhabib26, could you add a screenshot to show what it looks like when the course photo is displayed? |
Added |
Description