generated from ajou4095/template-android
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
293 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
...lin/ac/dnd/bookkeeping/android/presentation/ui/main/home/bookkeeping/BookkeepingScreen.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
.../ac/dnd/bookkeeping/android/presentation/ui/main/home/bookkeeping/BookkeepingViewModel.kt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.../home/event/common/group/AddGroupEvent.kt → ...in/home/common/group/add/AddGroupEvent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...home/event/common/group/AddGroupIntent.kt → ...n/home/common/group/add/AddGroupIntent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../home/event/common/group/AddGroupModel.kt → ...in/home/common/group/add/AddGroupModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...home/event/common/group/AddGroupScreen.kt → ...n/home/common/group/add/AddGroupScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../home/event/common/group/AddGroupState.kt → ...in/home/common/group/add/AddGroupState.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/event/common/group/AddGroupViewModel.kt → ...ome/common/group/add/AddGroupViewModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
.../bookkeeping/android/presentation/ui/main/home/common/relation/get/GetRelationConstant.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.common.relation.get | ||
|
||
object GetRelationConstant { | ||
const val ROUTE: String = "searchName" | ||
} |
3 changes: 3 additions & 0 deletions
3
...dnd/bookkeeping/android/presentation/ui/main/home/common/relation/get/GetRelationEvent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.common.relation.get | ||
|
||
sealed interface GetRelationEvent |
3 changes: 3 additions & 0 deletions
3
...nd/bookkeeping/android/presentation/ui/main/home/common/relation/get/GetRelationIntent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.common.relation.get | ||
|
||
sealed interface GetRelationIntent |
6 changes: 3 additions & 3 deletions
6
...nt/common/relation/SearchRelationModel.kt → ...e/common/relation/get/GetRelationModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.event.common.relation | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.common.relation.get | ||
|
||
import ac.dnd.bookkeeping.android.domain.model.feature.group.GroupWithRelation | ||
import androidx.compose.runtime.Immutable | ||
|
||
@Immutable | ||
data class SearchRelationModel( | ||
val state: SearchRelationState, | ||
data class GetRelationModel( | ||
val state: GetRelationState, | ||
val groups: List<GroupWithRelation> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...dnd/bookkeeping/android/presentation/ui/main/home/common/relation/get/GetRelationState.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.common.relation.get | ||
|
||
sealed interface GetRelationState { | ||
data object Init : GetRelationState | ||
data object Loading : GetRelationState | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...keeping/android/presentation/ui/main/home/event/common/relation/SearchRelationConstant.kt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ookkeeping/android/presentation/ui/main/home/event/common/relation/SearchRelationEvent.kt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...okkeeping/android/presentation/ui/main/home/event/common/relation/SearchRelationIntent.kt
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ookkeeping/android/presentation/ui/main/home/event/common/relation/SearchRelationState.kt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...in/kotlin/ac/dnd/bookkeeping/android/presentation/ui/main/home/history/HistoryConstant.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.history | ||
|
||
object HistoryConstant { | ||
const val ROUTE = "/history" | ||
const val ROUTE: String = "/history" | ||
} |
4 changes: 2 additions & 2 deletions
4
...ain/home/history/main/HistoryMainEvent.kt → ...tion/ui/main/home/history/HistoryEvent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.history.main | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.history | ||
|
||
sealed interface HistoryMainEvent | ||
sealed interface HistoryEvent |
4 changes: 2 additions & 2 deletions
4
...in/home/history/main/HistoryMainIntent.kt → ...ion/ui/main/home/history/HistoryIntent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.history.main | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.history | ||
|
||
sealed interface HistoryMainIntent | ||
sealed interface HistoryIntent |
6 changes: 3 additions & 3 deletions
6
...ain/home/history/main/HistoryMainModel.kt → ...tion/ui/main/home/history/HistoryModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.history.main | ||
package ac.dnd.bookkeeping.android.presentation.ui.main.home.history | ||
|
||
import ac.dnd.bookkeeping.android.domain.model.legacy.HistoryInfoLegacy | ||
import androidx.compose.runtime.Immutable | ||
|
||
@Immutable | ||
data class HistoryMainModel( | ||
val state: HistoryMainState, | ||
data class HistoryModel( | ||
val state: HistoryState, | ||
val historyInfo: HistoryInfoLegacy | ||
) |
Oops, something went wrong.