-
Notifications
You must be signed in to change notification settings - Fork 610
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: [database.center] dbFlow to room migration #2307
Conversation
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.
@itsPronay do this changes fix spotless, and removed all commented code block and let us know we'll merge this PR
core/database/src/main/java/com/mifos/room/entities/accounts/CenterAccounts.kt
Outdated
Show resolved
Hide resolved
core/database/src/main/java/com/mifos/room/entities/accounts/savings/DepositType.kt
Outdated
Show resolved
Hide resolved
core/data/src/main/java/com/mifos/core/data/repository/SyncCentersDialogRepository.kt
Show resolved
Hide resolved
core/data/src/main/java/com/mifos/core/data/repositoryImp/SyncCentersDialogRepositoryImp.kt
Outdated
Show resolved
Hide resolved
core/network/src/main/java/com/mifos/core/network/services/CenterService.kt
Show resolved
Hide resolved
core/network/src/main/java/com/mifos/core/network/services/CenterService.kt
Show resolved
Hide resolved
core/data/src/main/java/com/mifos/core/data/repository/CreateNewCenterRepository.kt
Show resolved
Hide resolved
core/data/src/main/java/com/mifos/core/data/repository/OfflineDashboardRepository.kt
Outdated
Show resolved
Hide resolved
core/data/src/main/java/com/mifos/core/data/repository/SyncCenterPayloadsRepository.kt
Show resolved
Hide resolved
core/database/src/main/java/com/mifos/room/entities/accounts/savings/DepositType.kt
Show resolved
Hide resolved
core/database/src/main/java/com/mifos/room/entities/accounts/savings/SavingsAccount.kt
Outdated
Show resolved
Hide resolved
core/database/src/main/java/com/mifos/room/entities/accounts/savings/Status.kt
Outdated
Show resolved
Hide resolved
...enter/src/main/java/com/mifos/feature/center/syncCentersDialog/SyncCentersDialogViewModel.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.
Do these changes and let me know we'll merge this PR..
Fixes - https://mifosforge.jira.com/browse/MIFOSAC-342
Please make sure these boxes are checked before submitting your pull request - thanks!
Run the static analysis check
./gradlew check
orci-prepush.sh
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.