Skip to content

Refact/#64 onboarding #67

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

Merged
merged 13 commits into from
Jul 10, 2025
Merged

Refact/#64 onboarding #67

merged 13 commits into from
Jul 10, 2025

Conversation

SijongKim93
Copy link
Collaborator

@SijongKim93 SijongKim93 commented Jul 9, 2025

πŸ“„ μž‘μ—… λ‚΄μš©

  • Onboarding 이전에 κ΅¬ν˜„ν•΄λ‘” 방식 λͺ¨λ“ˆν™” μˆ˜μ • λ°”νƒ•μœΌλ‘œ λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ μ§„ν–‰
  • Google Login μ„œλ²„ μ—°κ²° 둜직 μˆ˜μ • ( 전달 토큰 λ³€κ²½ )

πŸ’» μ£Όμš” μ½”λ“œ μ„€λͺ…

기쑴에 access Token 을 μ „λ‹¬ν•˜λŠ” κ³Όμ •μ—μ„œ -> authorization Code μ „λ‹¬ν•˜λŠ” λ°©μ‹μœΌλ‘œ μˆ˜μ •ν–ˆμŠ΅λ‹ˆλ‹€.

κ·Έ μ™Έ μ˜¨λ³΄λ”© 전체 둜직 λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ ν–ˆμŠ΅λ‹ˆλ‹€.

βœ”οΈ CI Completed

  • βœ… Lint: Completed
  • βœ… Build: Completed

βœ”οΈ CI Completed

  • βœ… Lint: Completed
  • βœ… Build: Completed

@SijongKim93 SijongKim93 requested review from hooni0918 and k-nh July 9, 2025 15:31
@SijongKim93 SijongKim93 self-assigned this Jul 9, 2025
@SijongKim93 SijongKim93 added refactor κΈ°μ‘΄ μ½”λ“œλ₯Ό λ¦¬νŒ©ν† λ§ν•˜κ±°λ‚˜ μˆ˜μ •ν•˜λŠ” λ“± μ‚¬μš© sijong λ‚˜λŠ” μ‹œμ’… labels Jul 9, 2025
Copy link
Member

@hooni0918 hooni0918 left a comment

Choose a reason for hiding this comment

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

λŒ€κ·œλͺ¨ νŒ¨μΉ˜μ—¬μ„œ κ³€λž€ν•˜μ…§μ„ν…λ° κ³ μƒν•˜μ…§μŠ΅λ‹ˆλ‹€. μ™„μ„±ν•˜κ³  λ¦¬νŒ©ν† λ§κΉŒμ§€ 달렀달렀~
스크란샷 2025-07-10 α„‹α…©α„Œα…₯ᆫ 1 43 36

@@ -0,0 +1,23 @@
//
// TagReqeustDTO.swift
Copy link
Member

Choose a reason for hiding this comment

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

μ˜€νƒ€λ‹·

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

μ˜€λ§ˆμ΄κ°“λšœ


case saveLeaveStarted
case saveLeaveSucceeded
case saveLeaveSuccaFailed(Error)
Copy link
Member

Choose a reason for hiding this comment

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

여기도 μ˜€νƒ€μΈκ²ƒκ°™μ•„μš”

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

μ˜€λ§ˆμ΄κ°“λšœ νœ΄λ¨Όμ—λŸ¬..

Comment on lines 70 to 74
DispatchQueue.main.async {
self.state.nickname = filteredNickname
self.state.nicknameError = result.errorMessage
self.updateStepValidation()
}
Copy link
Member

Choose a reason for hiding this comment

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

μ•„μ£Ό μ‚¬μ†Œν•˜κΈ΄ ν•œλ° ν¬λ¦¬ν‹°μ»¬ν•˜μ§€λŠ” μ•Šμ€ λ¬Έμ œκ°€ μ—¬λŸ¬ κ³³μ—μ„œ state μˆ˜μ • μ‹œ race condition이 λ°œμƒν• μˆ˜λ„ μžˆμ„κ²ƒκ°™μ•„μš”
μ•„μ–˜ updateNicknameλ©”μ„œλ“œμ— @mainactor을 λΆ™μ΄κ±°λ‚˜ λͺ¨λ“  state μ—…λ°μ΄νŠΈλ₯Ό reducerλ₯Ό ν†΅ν•΄μ„œλ§Œ μ§„ν–‰λ˜κ²Œ μˆ˜μ •ν• μˆ˜ μžˆμ„κ²ƒκ°™μŠ΅λ‹ˆλ‹€

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

이 λΆ€λΆ„ μ²΄ν¬ν•΄μ„œ μˆ˜μ •ν•˜κ² μŠ΅λ‹ˆλ‹€ :)

@SijongKim93 SijongKim93 force-pushed the refact/#64-Onboarding branch from 4f3b65f to dd38d2e Compare July 10, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor κΈ°μ‘΄ μ½”λ“œλ₯Ό λ¦¬νŒ©ν† λ§ν•˜κ±°λ‚˜ μˆ˜μ •ν•˜λŠ” λ“± μ‚¬μš© sijong λ‚˜λŠ” μ‹œμ’…
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants