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.
주요 작업 내용
빈집 게시글 CRUD 기능 구현
작업 내용
변경점
이유 : 게시글 작성자와 스크랩의 주체를 파악하기 위함입니다.
이유 : 커뮤니티 게시판에서만 사용하던 지역 함수를 빈집 게시글에서도 사용하기 위해 전역함수로 변경하였습니다.
이유 : 컨트롤러에 요청이 바인딩되기 이전에 유효성 검사를 실행함으로써 쓰레드 자원 소모를 막습니다.
To-Do
서비스 계층 테스트 코드 작성
CheckList