-
Notifications
You must be signed in to change notification settings - Fork 599
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
Refactor - GroupList screen to compose UI #2079
Conversation
@therajanmaurya please review my pr |
core/designsystem/src/main/java/com/mifos/core/designsystem/component/MifosFAB.kt
Outdated
Show resolved
Hide resolved
core/designsystem/src/main/java/com/mifos/core/designsystem/component/MifosSelection.kt
Outdated
Show resolved
Hide resolved
core/designsystem/src/main/java/com/mifos/core/designsystem/theme/Dimensions.kt
Outdated
Show resolved
Hide resolved
core/network/src/main/java/com/mifos/core/network/datamanager/DataManagerGroups.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/di/GroupsListModule.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListState.kt
Outdated
Show resolved
Hide resolved
@therajanmaurya kindly review again this pr |
@therajanmaurya kindly review my PR |
feature/groups/src/main/java/com/mifos/feature/groupsList/di/GroupModule.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListScreen.kt
Outdated
Show resolved
Hide resolved
feature/groups/src/main/java/com/mifos/feature/groupsList/presentation/GroupsListViewModel.kt
Outdated
Show resolved
Hide resolved
- Added Unit & Ui Test Classes
@therajanmaurya kindly review my changes |
@therajanmaurya resolved conflicts, kindly review my changes. |
And move the |
Move |
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.
@niyajali Can you make the changes listed so that we can merge this PR?
core/designsystem/src/main/java/com/mifos/core/designsystem/component/MifosSweetError.kt
Show resolved
Hide resolved
# Conflicts: # core/common/build.gradle.kts # core/designsystem/build.gradle.kts # core/designsystem/src/main/java/com/mifos/core/designsystem/component/MifosProgressIndicator.kt # core/designsystem/src/main/java/com/mifos/core/designsystem/component/MifosSweetError.kt # mifosng-android/build.gradle.kts # settings.gradle.kts
- Fixed dependencies declaration - Moved files to respective module - Applied convention plugins - Fixed lint issue
# Conflicts: # build-logic/convention/src/main/kotlin/AndroidFeatureConventionPlugin.kt # core/common/build.gradle.kts # core/data/build.gradle.kts # core/datastore/build.gradle.kts # core/designsystem/build.gradle.kts # core/domain/build.gradle.kts # core/testing/build.gradle.kts # core/testing/src/main/java/com/mifos/core/testing/MifosTestRunner.kt # core/ui/build.gradle.kts # feature/collection-sheet/build.gradle.kts # gradle/libs.versions.toml # mifosng-android/build.gradle.kts # settings.gradle.kts
Fixes #2074
Close - MIFOSAC-165
Please Add Screenshots If there are any UI changes.
Screen_recording_20240408_100100.mp4
Screen_recording_20240408_101338.mp4
Please make sure these boxes are checked before submitting your pull request - thanks!
Apply the
MifosStyle.xml
style template to your code in Android Studio.Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.