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.
🔥Pull requests
⛳️ 작업한 브랜치
👷 작업한 내용
🚨 참고 사항
신고 타입을 Enum으로 만드는 과정에서 커뮤니티 신고라면 굳이 ERD 설계처럼 Enum으로 저장이 필요없을 것 같다고 생각했고, Enum을 Report에 저장하게 된다면 이후 리뷰, 댓글, 대댓글 신고 기능이 추가될 때 파라미터만 바꿔서 요청 받으면 하나의 API에서 처리할 수 있다고 생각했습니다! 이 부분에 대한 연진님의 의견은 어떠신지가 궁금합니다!
위의 고려사항에 따라 다음과 같이 변경을 했습니다.