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

[TNT-103] 로그인 구현 #36

Merged
merged 13 commits into from
Jan 26, 2025
Merged

[TNT-103] 로그인 구현 #36

merged 13 commits into from
Jan 26, 2025

Conversation

hoyahozz
Copy link
Member

@hoyahozz hoyahozz commented Jan 26, 2025

📝 작업 내용


  • 로그인을 구현하였습니다.
    • 카카오 로그인 연동 구현
    • TnT 로그인 API 연동 구현

📸 실행 화면

Login -> Signup

login.-.signup.mp4

Login -> Home

login.-.home.mp4

🙆🏻 리뷰 요청 사항

  • 전체적으로 네비게이션 로직을 많이 손봐야 할듯 합니다 .. !
  • 일단 회원가입까지 모두 완료된 후에 네비게이션 한 번 같이 손봐요~

👀 레퍼런스

  • NONE

@github-actions github-actions bot requested a review from SeonJeongk January 26, 2025 15:30
@hoyahozz hoyahozz added ✨ Feat 기능 구현 🌲 정호 김씨 집안 큰행님 김정호 labels Jan 26, 2025
Copy link
Contributor

@SeonJeongk SeonJeongk left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! 회원가입도 빠르게 구현해보겠습니다

Comment on lines +21 to 27
@Serializable
data class RoleSelection(
val authId: String,
val authType: String,
val email: String,
) : Route
}
Copy link
Contributor

Choose a reason for hiding this comment

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

👍👍👍👍

Comment on lines +41 to +47
navigateToSignup = { loginResult ->
navController.navigateToRoleSelection(
authId = loginResult.authId,
authType = loginResult.authType.name,
email = loginResult.email,
)
},
Copy link
Contributor

Choose a reason for hiding this comment

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

👍👍👍 감사합니다

@hoyahozz hoyahozz merged commit 1809f19 into develop Jan 26, 2025
1 check passed
@hoyahozz hoyahozz deleted the feature/TNT-103 branch January 26, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 기능 구현 🌲 정호 김씨 집안 큰행님 김정호
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TNT-103] 로그인 화면 구현
2 participants