-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from PawWithU/refactor/refactor
Refactor/refactor: 1차 리팩토링
- Loading branch information
Showing
58 changed files
with
418 additions
and
592 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
Empty file.
Empty file.
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
Empty file.
Empty file.
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
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
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
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
Binary file modified
BIN
+0 Bytes
(100%)
...g/feature/intermediator/InterManagementViewModel$createUiStateFlow$$inlined$map$1$2.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$createUiStateFlow$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$createUiStateFlow$3.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...om/kusitms/connectdog/feature/intermediator/InterManagementViewModel$getVolunteer$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$recruitingUiState$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sWithAsm/dirs/com/kusitms/connectdog/feature/intermediator/InterManagementViewModel.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...om/kusitms/connectdog/feature/intermediator/LiveLiterals$InterManagementViewModelKt.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...g/feature/intermediator/InterManagementViewModel$createUiStateFlow$$inlined$map$1$2.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$createUiStateFlow$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$createUiStateFlow$3.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...om/kusitms/connectdog/feature/intermediator/InterManagementViewModel$getVolunteer$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$recruitingUiState$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ses_dir/debug/com/kusitms/connectdog/feature/intermediator/InterManagementViewModel.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...om/kusitms/connectdog/feature/intermediator/LiveLiterals$InterManagementViewModelKt.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
feature/intermediator/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
...debug/com/kusitms/connectdog/feature/intermediator/InterManagementViewModel.kapt_metadata
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...g/feature/intermediator/InterManagementViewModel$createUiStateFlow$$inlined$map$1$2.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$createUiStateFlow$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$createUiStateFlow$3.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...om/kusitms/connectdog/feature/intermediator/InterManagementViewModel$getVolunteer$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...sitms/connectdog/feature/intermediator/InterManagementViewModel$recruitingUiState$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...classes/debug/com/kusitms/connectdog/feature/intermediator/InterManagementViewModel.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...om/kusitms/connectdog/feature/intermediator/LiveLiterals$InterManagementViewModelKt.class
Binary file not shown.
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
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
94 changes: 0 additions & 94 deletions
94
feature/login/src/main/java/com/kusitms/connectdog/feature/LoginActivity.kt
This file was deleted.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
feature/login/src/main/java/com/kusitms/connectdog/feature/login/LoginNavigation.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,53 @@ | ||
package com.kusitms.connectdog.feature.login | ||
|
||
import androidx.navigation.NavController | ||
import androidx.navigation.NavGraphBuilder | ||
import androidx.navigation.compose.composable | ||
import com.kusitms.connectdog.feature.signup.VolunteerSignupScreen | ||
|
||
fun NavController.navigateLogin() { | ||
navigate(LoginRoute.route) | ||
} | ||
|
||
fun NavController.navigateSignup() { | ||
navigate(LoginRoute.signup) | ||
} | ||
|
||
fun NavController.navigateNormalLogin() { | ||
navigate(LoginRoute.normal_login) | ||
} | ||
|
||
fun NavGraphBuilder.loginNavGraph( | ||
onBackClick: () -> Unit, | ||
onNavigateToNormalLogin: () -> Unit, | ||
onNavigateToVolunteer: () -> Unit, | ||
onNavigateToSignup: () -> Unit | ||
) { | ||
composable(route = LoginRoute.route) { | ||
LoginRoute( | ||
onNavigateToNormalLogin, | ||
onNavigateToSignup | ||
) | ||
} | ||
|
||
composable(route = LoginRoute.normal_login) { | ||
NormalLoginScreen( | ||
onBackClick = onBackClick, | ||
initVolunteer = {}, | ||
initIntermediator = {}, | ||
test = onNavigateToVolunteer | ||
) | ||
} | ||
|
||
composable(route = LoginRoute.signup) { | ||
VolunteerSignupScreen( | ||
// onBackClick = onBackClick | ||
) | ||
} | ||
} | ||
|
||
object LoginRoute { | ||
const val route = "login" | ||
const val normal_login = "normal_login" | ||
const val signup = "signup" | ||
} |
Oops, something went wrong.