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

🔀 :: [#75] 로그인 버튼 API 연결 #88

Merged
merged 46 commits into from
Dec 4, 2023
Merged

Conversation

uuuunseo
Copy link
Contributor

💡 개요

로그인 버튼 API 연결

📃 작업내용

로그인 버튼을 LoginUseCase와 연결했습니다.

@uuuunseo uuuunseo added the 0️⃣ Priority: Critical 우선순위 - 긴급!!!!! label Nov 19, 2023
@uuuunseo uuuunseo self-assigned this Nov 19, 2023
@uuuunseo uuuunseo linked an issue Nov 19, 2023 that may be closed by this pull request
@baekteun
Copy link
Contributor

연동이 성공 실패만 print하고 뭐 없나요

Comment on lines 11 to 25
var remoteAuthDataSource: RemoteAuthDataSource {
shared {
RemoteAuthDataSource(keychian: keychain)
}
}

var authRepository: any AuthRepository {
shared {
AuthRepositoryImpl(
remoteAuthDataSource: remoteAuthDataSource,
localAuthDataSource: localAuthDataSource
)
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

프로토콜 타입 명시에 any가 붙은곳도 있고 아닌곳도있는데 일관성 맞춰주면 좋겠네용

@uuuunseo uuuunseo force-pushed the 75-connect_auth_api branch from 6673e45 to 0fb5c4c Compare November 28, 2023 05:07
App/Support/Info.plist Outdated Show resolved Hide resolved
Copy link
Contributor

@baekteun baekteun left a comment

Choose a reason for hiding this comment

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

Needle 적용 - 객체 public - 로그인 기능 구현
으로 3단계정도 Stacked changes로 작업할 수 있을거같은데 다음부턴 쪼개서 작업했으면 좋겠네용

ref: https://www.youtube.com/watch?v=XRZPkYnWa48

@uuuunseo
Copy link
Contributor Author

Needle 적용 - 객체 public - 로그인 기능 구현 으로 3단계정도 Stacked changes로 작업할 수 있을거같은데 다음부턴 쪼개서 작업했으면 좋겠네용

ref: https://www.youtube.com/watch?v=XRZPkYnWa48

넵!! 다음부터는 쪼개서 작업해보겠습니다!!

Copy link
Contributor

Choose a reason for hiding this comment

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

이거 BaseFeature에 있는건 좀 어색한거같네요

Copy link
Contributor Author

@uuuunseo uuuunseo Dec 3, 2023

Choose a reason for hiding this comment

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

RootFeature의 Extensions으로 빼봤는데 어떤가요...?!

Copy link
Contributor

Choose a reason for hiding this comment

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

Feature에 있는거 자체가 좀 별로인거같아요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

그럼 어디에 있는 게 좋을까요ㅠㅠ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Utils/Extensions/View/View+eraseToAnyView.swift
이런식으로 빼거나 더 레이어 높이려면
Shared/Utils/Extensions/View/View+eraseToAnyView.swift
로 하는게 괜찮을거같네요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

수정했어요!

cf13b32

@uuuunseo uuuunseo merged commit dbb438a into master Dec 4, 2023
2 checks passed
@uuuunseo uuuunseo deleted the 75-connect_auth_api branch December 4, 2023 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0️⃣ Priority: Critical 우선순위 - 긴급!!!!!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth 기능 연결
2 participants