Skip to content
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

Merged
merged 8 commits into from
May 28, 2024

Conversation

niyajali
Copy link
Collaborator

@niyajali niyajali commented Mar 14, 2024

Fixes #2074

Close - MIFOSAC-165

Please Add Screenshots If there are any UI changes.

Before After
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 anything

  • If you have multiple commits please combine them into one commit by squashing them.

@niyajali
Copy link
Collaborator Author

@therajanmaurya please review my pr

@niyajali
Copy link
Collaborator Author

@therajanmaurya kindly review again this pr

@niyajali niyajali requested a review from therajanmaurya March 20, 2024 04:00
@niyajali
Copy link
Collaborator Author

niyajali commented Mar 25, 2024

@therajanmaurya kindly review my PR

- Added Unit & Ui Test Classes
@niyajali niyajali requested a review from therajanmaurya April 8, 2024 04:03
@niyajali
Copy link
Collaborator Author

niyajali commented Apr 8, 2024

@therajanmaurya kindly review my changes

@niyajali
Copy link
Collaborator Author

@therajanmaurya resolved conflicts, kindly review my changes.

@Aditya-gupta99
Copy link
Collaborator

And move the MifosFab , Mifos Toolbar composable to designsystem module

@Aditya-gupta99
Copy link
Collaborator

Move repository and repositoryImp to data module

Copy link
Collaborator

@Aditya-gupta99 Aditya-gupta99 left a 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?

niyajali added 2 commits May 21, 2024 16:07
# 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
@niyajali niyajali requested a review from Aditya-gupta99 May 21, 2024 21:41
niyajali added 2 commits May 27, 2024 22:44
# 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
@therajanmaurya therajanmaurya merged commit 443bfa1 into openMF:master May 28, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor - Groups Fragment to Compose UI
3 participants