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: refactor Group list fragment to compose #2135

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

Aditya-gupta99
Copy link
Collaborator

@Aditya-gupta99 Aditya-gupta99 commented Jul 11, 2024

Jira MIFOSAC-200


XML Screen
Record_2024-07-12-00-19-37.mp4

Jetpack Compose
Record_2024-07-12-00-56-21.mp4
  • 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.


@Composable
fun GroupListScreen(
centerId: Int,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rajan bhaiya told us to move them into viewmodel

" when we will delete the fragment and use directly compose UI then we will pass this id through nav args in ViewModel so we don't need refactor it later"

@therajanmaurya therajanmaurya merged commit 552ef22 into openMF:master Jul 12, 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.

3 participants