-
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: 리뷰 작성 기능 구현 #24
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.
복잡한 리뷰 작성 기능 구현하느라 수고많았습니다 우가~~👍
backend/src/main/java/com/funeat/review/application/ReviewService.java
Outdated
Show resolved
Hide resolved
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.
코드 설명 시간에 얘기한 것들 말고는 크게 얘기할 게 없네요.
고생하셨습니다~~
backend/src/main/java/com/funeat/review/presentation/dto/ReviewCreateRequest.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/com/funeat/review/application/ReviewService.java
Outdated
Show resolved
Hide resolved
- dev, test 분리하여 test 시에는 임시 폴더, 파일생성 후 삭제로직 구현
- 정적팩토리 메소드로 가독성 높임
- Tag 를 조회해 리뷰 접근 가능성 있을 때 추가 예정
Issue
✨ 구현한 기능
📢 논의하고 싶은 내용
🎸 기타