Skip to content

🔀 :: (#46) Mission Domain Network Setting #56

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 26 commits into from
Jun 26, 2024

Conversation

yeongun130
Copy link
Contributor

🔍 이 PR을 통해 해결하려는 문제가 무엇인가요?

어떤 기능을 구현할건지, PR이 열리게 된 계기와 목적을 Reviewer들이 이해할 수 있게 적어주세요.

  • Mission Domain의 API들을 UI와 연결전에 Flow, Coroutine을 활용해 Network 세팅 했습니다.

✨ 이 PR에서 핵심적으로 변경된 사항은 무엇인가요?

문제를 해결하면서 주요하게 변경된 사항을 적어주세요.

  • DI 모듈에 DataSource, Repository, API 클래스가 추가되었습니다.

🔖 핵심 변경 사항 이외에 추가적으로 변경된 부분이 있나요?

없으면 "없음"이라고 기재해주세요.

  • 없음

🧐 Review 시 이런 부분을 신경써서 봐주시면 좋겠어요

개발 과정에서 다른 분의 의견이 궁금하거나 크로스 체크가 필요하다고 느껴진 코드가 있다면 남겨주세요.

  • 혹시 리뷰하시다가 컨벤션에 맞이 않는 부분이 있거나 잘못 구현된 부분이 있다면 코멘트 달아주세요~!

Chaejongin12 and others added 16 commits June 26, 2024 17:41
:: checkout전 작업물 커밋
…owledge-android-v2 into feature/#46_mission_domain_network_setting

# Conflicts:
#	core/data/src/main/kotlin/com/stackknowledge/di/RepositoryModule.kt
#	core/network/src/main/kotlin/com/stackknowledge/di/NetworkModule.kt
#	core/network/src/main/kotlin/com/stackknowledge/di/RemoteDataSourceModule.kt
…owledge-android-v2 into feature/#46_mission_domain_network_setting

# Conflicts:
#	core/data/src/main/kotlin/com/stackknowledge/di/RepositoryModule.kt
#	core/network/src/main/kotlin/com/stackknowledge/di/NetworkModule.kt
#	core/network/src/main/kotlin/com/stackknowledge/di/RemoteDataSourceModule.kt
…rk_setting' into feature/#46_mission_domain_network_setting

# Conflicts:
#	core/network/src/main/kotlin/com/stackknowledge/api/MissionAPI.kt
#	core/network/src/main/kotlin/com/stackknowledge/dto/request/mission/CreateMissionRequest.kt
…owledge-android-v2 into feature/#46_mission_domain_network_setting

# Conflicts:
#	core/data/src/main/kotlin/com/stackknowledge/di/RepositoryModule.kt
#	core/network/src/main/kotlin/com/stackknowledge/di/NetworkModule.kt
#	core/network/src/main/kotlin/com/stackknowledge/di/RemoteDataSourceModule.kt
@yeongun130 yeongun130 self-assigned this Jun 26, 2024
@yeongun130 yeongun130 linked an issue Jun 26, 2024 that may be closed by this pull request
…owledge-android-v2 into feature/#46_mission_domain_network_setting

# Conflicts:
#	core/data/src/main/kotlin/com/stackknowledge/di/RepositoryModule.kt
#	core/network/src/main/kotlin/com/stackknowledge/di/NetworkModule.kt
#	core/network/src/main/kotlin/com/stackknowledge/di/RemoteDataSourceModule.kt
@minStone-dev
Copy link
Contributor

@singleton이 빠진거 같네요

@minStone-dev
Copy link
Contributor

레트로핏 객체 생성로직이 빠진것 같네요

@minStone-dev
Copy link
Contributor

buildconfig 확익부탁드려요

@minStone-dev
Copy link
Contributor

return 값이 Unit이 아닌것도 전부 runCatching으로 처리할건가요?

@yeongun130 yeongun130 merged commit ed7c056 into develop Jun 26, 2024
1 check passed
@yeongun130 yeongun130 deleted the feature/#46_mission_domain_network_setting branch June 26, 2024 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mission 도메인 네트워크 세팅
4 participants