Skip to content

feat: Home 추천 목록 및 도서 상세 이동 개선 - #137

Draft
cnsvkf wants to merge 2 commits into
devfrom
feature/#136-home-book-discovery
Draft

feat: Home 추천 목록 및 도서 상세 이동 개선#137
cnsvkf wants to merge 2 commits into
devfrom
feature/#136-home-book-discovery

Conversation

@cnsvkf

@cnsvkf cnsvkf commented Sep 8, 2026

Copy link
Copy Markdown
Member

변경 사항

  • Home AI 추천 데이터를 오늘의 추천 목록 API로 교체해 전체 items를 서버 순서대로 표시했습니다.
  • AI 추천과 우리 학교 인기 책 클릭 시 선택한 bookId를 기존 BookDetail Navigation에 전달합니다.
  • Home Screen 이벤트를 단방향 ScreenEvent로 정리하고 AI 추천 더보기를 제거했습니다.
  • 우리 학교 인기 책 Row의 elevation 그림자를 제거했습니다.

주요 구현

  • GetTodayRecommendationsUseCase 결과를 UiState의 추천 목록으로 변환합니다.
  • BookOnHomeScreenEvent.BookClicked를 Route에서 Navigation callback으로 연결합니다.
  • 상세 화면은 기존 GET /books/{bookId} 흐름에서 최신 전체 정보를 조회합니다.

검증

  • Build (:app:assembleDebug)
  • Unit Test (:app:testDebugUnitTest)
  • Lint (:app:lintDebug)
  • UI Test (BookOnHomeScreenTest, emulator-5554)

체크리스트

  • DTO·ApiService가 Presentation/Domain에 노출되지 않음
  • 문자열·색상·간격 하드코딩 없음
  • Hilt binding 변경 없음
  • 민감 정보 포함 없음

관련 이슈

Closes #136

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.

1 participant