-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CAT-207] 온보딩 - 고양이 선택하기 뷰 UI및 기능 #29
Conversation
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.
고생했어! rebase해서 develop브랜치 변경사항이랑 싱크맞춰줘!
아 그리고 혹시 모듈만들때 make module안쓰고 있어?
Projects/Feature/OnboardingFeature/Sources/Onboarding/OnboardingItem.swift
Outdated
Show resolved
Hide resolved
Projects/Feature/OnboardingFeature/Sources/SelectCat/CatFactory.swift
Outdated
Show resolved
Hide resolved
Projects/Feature/OnboardingFeature/Sources/SelectCat/SelectCatCore.swift
Outdated
Show resolved
Hide resolved
Projects/Feature/OnboardingFeature/Sources/SelectCat/SelectCatView.swift
Outdated
Show resolved
Hide resolved
오잉 아니 !! 이번 이슈에서 make module 로 레이어 지정하고, 모듈 이름 지정해서 UserService 만들어줬어 ! 왜염 ? |
아아 이거 원래 스캐폴딩할때 파일헤더가 자동으로 붙어야하는데 UserService에 Project.swift보니까 파일 헤더가 없길래 혹시나해서! |
@@ -60,7 +60,7 @@ public struct SplashCore { | |||
|
|||
extension SplashCore { | |||
private func checkDeviceIDExist() -> Effect<Action> { | |||
let deviceID = keychainClient.read(key: KeychainKeys.deviceID.rawValue) ?? getDeviceUUID() | |||
let deviceID = keychainClient.read(key: "mohanyang_keychain_device_id") ?? getDeviceUUID() |
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.
요거도 key 상수로 빼주면 좋을거 같아!
@@ -81,7 +81,7 @@ extension SplashCore { | |||
|
|||
private func getDeviceUUID() -> String { | |||
guard let uuid = UIDevice.current.identifierForVendor?.uuidString, | |||
keychainClient.create(key: KeychainKeys.deviceID.rawValue, data: uuid) else { | |||
keychainClient.create(key: "mohanyang_keychain_device_id", data: uuid) else { |
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.
요거도!
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.
홀리몰리 gpt다 감삼다 항상 맘이 급하면 한번에 제대로 되는것이없네
[CAT-207] 온보딩 - 고양이 선택하기 뷰 UI및 기능
무엇에 관한 PR 인가요? 🙋
온보딩 - 고양이 선택하기 뷰 UI및 기능
어떤 것을 작업하셨나요? 🛠
🌱 PR Point