-
Notifications
You must be signed in to change notification settings - Fork 0
[Hotfix/#74] 온보딩 추천 루틴 삭제 시 오류 수정 #78
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
Conversation
[Release/1.0] 1.0버전 main 브랜치 병합
- RoutineByDayDeletion, RoutineByDayDeletionRequestDto에 routineType 필드 추가
- versionCode: 2 -> 3 - versionName: 1.0 -> 1.0.1
Walkthrough루틴 삭제 관련 기능에서 온보딩 추천 루틴 삭제 오류를 수정하기 위해 Changes
Sequence Diagram(s)sequenceDiagram
participant UI as HomeScreen
participant VM as HomeViewModel
participant Domain as RoutineByDayDeletion
participant Data as RoutineByDayDeletionRequestDto
participant Server
UI->>VM: deleteRoutineByDay(routine)
VM->>Domain: RoutineUiModel.toRoutineByDayDeletion(routine)
Domain->>Data: toDto() (routineType 포함)
Data->>Server: DELETE /routineByDay (routineType 포함)
Server-->>Data: 삭제 결과 반환
Data-->>VM: 결과 전달
VM-->>UI: UI 업데이트
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~15 minutes Assessment against linked issues
Assessment against linked issues: Out-of-scope changes(해당 변경사항에는 이슈 목표와 무관한 변경이 발견되지 않았습니다.) Suggested labels
Suggested reviewers
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (6)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
심사 통과되었습니다! 머지 진행하시죠!
[ PR Content ]
온보딩 추천 루틴이 삭제 안되던 문제를 해결했습니다.
Related issue
Screenshot 📸
Work Description
To Reviewers 📢
Summary by CodeRabbit
신규 기능
버그 수정
기타