-
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
[PR] 게시물 기능 개발 #43
Merged
Merged
[PR] 게시물 기능 개발 #43
Conversation
This file contains 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
나중에 사용할 예외처리를 위한 exceptions 디렉토리도 추가되었습니다.
디렉토리의 경로가 잘못되어 있어 수정합니다.
현재는 테스트 코드를 작성할 수 있는 기반 구축 및 진행중입니다.
# Conflicts: # OnionHotSayYo/build.gradle # OnionHotSayYo/src/main/java/org/omoknoone/onionhotsayyo/OnionHotSayYoApplication.java
현재 작업 중인 상태입니다. 계속해서 수정 될 예정입니다.
… log 추가 및 PostNotFoundException 추가
테스트 코드의 경우 modifyPost는 테스트 코드 확인을 보류합니다.
String -> LocalDateTime으로 번경 및 기능 구현 편의를 위해 다시 lombok 어노테이션 사용
ms1011
approved these changes
Apr 11, 2024
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.
테스트코드까지 작성하면서 하기 힘들었을텐데 좋습니다
...ayYo/src/test/java/org/omoknoone/onionhotsayyo/post/command/service/PostServiceImplTest.java
Outdated
Show resolved
Hide resolved
큰 기능 개발 고생 많으셨씁니다 |
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.
이 PR이 해결하는 문제
게시물의 카테고리별 게시글 목록 조회, 상세 조회, 작성, 수정, 삭제, 내가 작성한 게시글 목록 조회 기능 구현
변경 내용
테스트
관련 이슈
#25 #29 #24