-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Fix] 메뉴판 API 버그 수정 #45
Conversation
Test Results1 tests 1 ✅ 0s ⏱️ Results for commit 629c2d8. ♻️ This comment has been updated with latest results. |
- 1분 -> 1시간
- request 추가
- 메뉴핀(3개) - 태그(오렌지, 화이트) - 폴더 아이콘(1개)
[Fix] Access token 기간
- 기타
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.
IsImageModified가 노션에 작성되었는지랑 리뷰 확인해주시면 될 것 같아요! 수고하셨습니당
return UpdateMenuFolderResponse.of(menuFolder, menuMenuFolders); | ||
} | ||
if (isImageModified) { | ||
//기존에 있는 이미지는 삭제한다 |
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.
주석 의도적으로 남기신 건가요?? 아니라면 삭제해주셔도 될 것 같습니당
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.
로직이 다소 복잡해서 추가했습니다!
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.
위 로직은 추후에 리펙토링 또는 코드 변경이 발생했을때, 기존 요구사항을 만족하면서 코드를 변경하기에는 이해하기 어려운 코드라고 생각합니다! 테스트 코드 작성 이전까지는 주석을 유지할게요
menuFolder.updateImg(null); | ||
} | ||
|
||
//추가할 이미지가 있으면 추가한다 |
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.
22
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.
같은 이유
@@ -10,6 +10,8 @@ | |||
public class UpdateMenuFolderRequest { | |||
|
|||
private MultipartFile menuFolderImg; | |||
//@JsonProperty("isImageModified") |
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.
33
[Feat] 캐시 이미지 조회
…OurMenu-BE-V2 into KAN-20-feat/menu-folder - 충돌 해결
✏️ 작업 개요
⛳ 작업 분류
🔨 작업 상세 내용
💡 생각해볼 문제