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

키워드 모아보기 모듈화 #280

Merged
merged 2 commits into from
Oct 6, 2024

Conversation

JaesungLeee
Copy link
Member

Issue

작업 내역 (Required)

  • 기존 search detail을 키워드 모아보기 모듈로 분리 (feature:keyword-collection)
  • 공통 컴포넌트 (paging) common:android로 분리

Review Point (Required)

  • none

관련 링크

  • none

@JaesungLeee JaesungLeee self-assigned this Oct 5, 2024
@JaesungLeee JaesungLeee marked this pull request as draft October 5, 2024 07:16
@JaesungLeee
Copy link
Member Author

발표때 작업한거라 실기기 테스트를 아직 안해봐서 확인해보고 request 할게용!

@JaesungLeee JaesungLeee marked this pull request as ready for review October 6, 2024 06:00
Copy link
Collaborator

@ze-zeh ze-zeh left a comment

Choose a reason for hiding this comment

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

고생했다리~

@@ -4,14 +4,14 @@ import androidx.paging.PagingData
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.flowOf
import team.ppac.common.android.base.UiState
import team.ppac.search.detail.model.SearchResultUiModel
import team.ppac.domain.model.Meme
Copy link
Collaborator

Choose a reason for hiding this comment

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

결국 우리 모두 domain의 모델로 귀결됐네...

Copy link
Member Author

Choose a reason for hiding this comment

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

요고는 어쩔수없이 common android에서 공용으로 쓰기위해..

@JaesungLeee JaesungLeee merged commit 47210b5 into develop Oct 6, 2024
1 check passed
@JaesungLeee JaesungLeee deleted the feature/keyword-modularization branch October 6, 2024 11:01
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.

키워드 모아보기 모듈 분리
2 participants