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

프로필 만들기 API 연결 #177

Merged
merged 6 commits into from
Jul 23, 2024
Merged

프로필 만들기 API 연결 #177

merged 6 commits into from
Jul 23, 2024

Conversation

junjange
Copy link
Member

이슈

개발 사항

  • 프로필 만들기 API 연결
  • 스플래시
  • 토큰 관리

@junjange junjange added 🤖 android android ✨ feat 기능 개발 labels Jul 23, 2024
@junjange junjange self-assigned this Jul 23, 2024
Copy link

Test Results

3 tests   3 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 6b212dc.

gaeun5744
gaeun5744 previously approved these changes Jul 23, 2024
Copy link
Member

@gaeun5744 gaeun5744 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 51 to +62
// data source
private val clubDataSource: ClubDataSource = ClubDataSourceImpl(service = clubService)
private val localDataSource: LocalDataSource = LocalDataSourceImpl(localModule = localModule)
private val kakaoLoginDataSource: KakaoLoginDataSource = KakaoLoginDataSourceImpl()
private val memberDataSource: MemberDataSource = MemberDataSourceImpl(service = memberService)

// repository
private val clubRepository: ClubRepository = ClubRepositoryImpl(source = clubDataSource)
private val localRepository: LocalRepository = LocalRepositoryImpl(source = localDataSource)
private val kakaoLoginRepository: KakaoLoginRepository =
KakaoLoginRepositoryImpl(dataSource = kakaoLoginDataSource)
private val memberRepository: MemberRepository = MemberRepositoryImpl(source = memberDataSource)
Copy link
Member

Choose a reason for hiding this comment

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

너무 과도하게 많아질 것 같아서, dataSourceModule과 RepositoryModule을 나눠도 좋을 것 같습니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

다음에 같이 나누어요~~

import com.woowacourse.friendogly.remote.model.response.MemberResponse

fun MemberResponse.toData(): MemberDto {
Log.d("ttt this", this.toString())
Copy link
Member

Choose a reason for hiding this comment

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

확인용 로그는 지우는게 좋을 것 같아요!

jinuemong
jinuemong previously approved these changes Jul 23, 2024
Copy link
Contributor

@jinuemong jinuemong left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 !

@junjange junjange dismissed stale reviews from jinuemong and gaeun5744 via 5635602 July 23, 2024 05:51
@junjange junjange requested review from jinuemong and gaeun5744 July 23, 2024 05:51
@junjange junjange merged commit e765511 into develop Jul 23, 2024
1 check passed
@junjange junjange deleted the feature/register-api branch July 23, 2024 05:53
@junjange junjange restored the feature/register-api branch July 23, 2024 05:57
@junjange junjange deleted the feature/register-api branch July 23, 2024 05:57
takoyakimchi pushed a commit that referenced this pull request Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android android ✨ feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

프로필 만들기 API 연결
3 participants