Merged
Conversation
- 메뉴/카테고리 도메인 모델 및 UseCase 추가 - MVI 패턴 적용 (Intent/State/Effect/ViewModel) - 재사용 가능한 UI 컴포넌트 구현 - Hilt DI 설정 및 임시 데이터 연동 - 카테고리별 메뉴 미리보기 화면 완성
- CategoryManagementScreen 및 CategoryItem 컴포넌트 생성 - 카테고리 순서 표시 및 기본 카테고리 뱃지 구현 - 메뉴 화면에서 카테고리 관리로 네비게이션 연결 - HomeScreen NavController 통합으로 네비게이션 플로우 완성
- 메뉴 수정 화면 및 UpdateMenuUseCase 구현 - 카메라/갤러리 실제 이미지 선택 기능 추가 - Base64 변환 및 FileProvider 설정 완료 - 모든 네비게이션 플로우 연결 완성 - 메뉴 전체 CRUD 기능 구현 완료
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.
Related issue 🛠
Work Description ✏️
// 사용자 액션
LoadSalesData → API 호출 → State 업데이트
SelectMonth → 차트 하이라이트 → State 업데이트
RefreshData → 새로고침 → State 업데이트
SelectYear → 연도 변경 → State 업데이트
// Effect 처리
ShowError → Snackbar 표시
ShowSuccess → Snackbar 표시
Screenshot 📸
Uncompleted Tasks 😅
To Reviewers 📢