[Feat] 채팅 히스토리 화면 구현 - #88
Draft
oungsi2000 wants to merge 1 commit into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
oungsi2000
force-pushed
the
feat/80-history
branch
from
August 7, 2026 04:55
9b916f1 to
66e7548
Compare
Orbit MVI 프레임워크를 사용하여 대화 내역 목록 조회 및 삭제 기능을 구현한다. `HistoryViewModel`에서 UseCase를 호출하여 상태를 관리하며, `HistoryRoute`를 통해 UI와 연결한다. - `HistoryScreen`: 대화 목록, 빈 화면 상태, '새 채팅' 플로팅 버튼을 포함하는 UI 구성 - `HistoryViewModel`: Orbit의 `intent`를 사용해 로딩 상태 처리 및 대화 삭제 로직 구현 - `HistoryConversationUiModel`: 도메인 모델을 UI 전용 모델로 변환하며, `DateUtils`를 사용해 마지막 메시지 시간을 상대 시간(예: 30분 전)으로 표시 - `MainActivity`: 앱의 진입점을 기존 샘플 코드에서 `HistoryRoute`로 교체
oungsi2000
force-pushed
the
feat/80-history
branch
from
August 8, 2026 04:30
66e7548 to
83f8904
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
#80
#79
작업 내용
변경사항 / 상세
중점 리뷰사항
스크린샷 (선택)