-
Notifications
You must be signed in to change notification settings - Fork 602
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: moving files from database module to model module #2275
base: master
Are you sure you want to change the base?
Conversation
@Darkeye14 There are some classes like |
core/data/src/main/java/com/mifos/core/data/pagingSource/CenterListPagingSource.kt
Outdated
Show resolved
Hide resolved
Bhai, ive explained it on slack bhai |
@niyajali Review |
import com.mifos.core.objects.client.Status | ||
import com.mifos.core.objects.group.Center | ||
import com.mifos.core.dbobjects.client.Status | ||
import com.mifos.core.dbobjects.group.Center |
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.
Rename dbobject
package to model
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.
Or entity
@@ -10,7 +10,7 @@ | |||
package com.mifos.core.data | |||
|
|||
import android.os.Parcelable | |||
import com.mifos.core.objects.noncore.DataTablePayload | |||
import com.mifos.core.dbobjects.noncore.DataTablePayload |
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.
Move this files in network model package and why we need payload in database module if you needed that data class than rename to LoanEntity
Fixes JIRA
WhatsApp.Video.2024-12-27.at.16.15.22_f262dee6.mp4