-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BE] feat: 꿀조합 작성 기능 구현 #349
Conversation
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.
레시피 기능 구현 수고하셨습니당!!!
backend/src/main/java/com/funeat/review/application/ReviewService.java
Outdated
Show resolved
Hide resolved
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.
ImageService와 ImageUploader의 위치 (현위치 : review 패키지 밑)
=> review, recipe에서 둘 다 사용중이니 common 패키지 밑으로 이동하는 것 좋아보여요!
review.image.path 명칭 수정
=> 해당 부분 수정하면서 젠킨스 환경 변수 수정도 같이 해주세용
backend/src/main/java/com/funeat/recipe/application/RecipeService.java
Outdated
Show resolved
Hide resolved
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.
Good 👍 테스트 코드쪽에 리뷰 몇 개 달아두었는데 수정하면 좋을 것 같아요~
backend/src/test/java/com/funeat/recipe/application/RecipeServiceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/acceptance/recipe/RecipeAcceptanceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/acceptance/recipe/RecipeAcceptanceTest.java
Outdated
Show resolved
Hide resolved
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.
고생하셨습니다!!! LGTM~~ 👍
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.
테스트 코드 깔끔해졌네요! 고생하셨습니다~
Issue
✨ 구현한 기능
꿀조합 작성 기능
📢 논의하고 싶은 내용
/api/recipes
:POST
는 거쳐야함.GET
은 패스해야함./api/products/**/reviews/**
:POST
,GET
,PATCH
전부 거쳐야함./api/members
:PUT
,GET
전부 거쳐야함.🎸 기타
⏰ 일정