-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/익명 게시글 response 처리 #259
The head ref may contain hidden characters: "feature/\uC775\uBA85-\uAC8C\uC2DC\uAE00-response-\uCC98\uB9AC"
Conversation
VIRTUAL_CATEGORY(1), | ||
NOTICE_CATEGORY(101), | ||
SUGGESTION_CATEGORY(102), | ||
INFORMATION_CATEGORY(103), | ||
FREE_CATEGORY(104), | ||
ANONYMOUS_CATEGORY(105), | ||
GRADUATE_CATEGORY(106), | ||
EXAM_CATEGORY(107), | ||
공지사항(101), | ||
건의사항(102), | ||
정보게시판(103), | ||
자유게시판(104), | ||
익명게시판(105), | ||
졸업생게시판(106), | ||
시험게시판(107), | ||
발표자료(202), | ||
기술문서(203), | ||
회계부(204), |
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.
카테고리 타입 enum 한글명으로 해보았는 데 어떤가요?
virtual category는 놔두었지만...
/** | ||
* 임시 저장글 제외 + 등록 시간 최신순 정렬 + 날짜 사이의 게시글 | ||
* | ||
* @param startDate 가져올 시작 시간 | ||
* @param endDate 가져올 끝 시간 | ||
*/ |
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.
JPA 메서드에 대한 주석 혹시 어떤가요??
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.
변경이 자주 일어날 것 같지 않아서 전 개인적으로 좋은 것 같아요~ 👍👍👍
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.
고생하셨습니다~ 👍👍
확실히 익명이나 비밀게시판 같은 경우 API를 새로 따는게 좋겠네요, 자칫 실수했다간 익명 게시판이 익명이 지워질 수도 있을 것 같아서요..
/** | ||
* 임시 저장글 제외 + 등록 시간 최신순 정렬 + 날짜 사이의 게시글 | ||
* | ||
* @param startDate 가져올 시작 시간 | ||
* @param endDate 가져올 끝 시간 | ||
*/ |
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.
변경이 자주 일어날 것 같지 않아서 전 개인적으로 좋은 것 같아요~ 👍👍👍
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.
수고하셨습니다!!
# Conflicts: # src/main/java/com/keeper/homepage/domain/post/entity/Post.java # src/test/java/com/keeper/homepage/domain/post/application/PostServiceTest.java
🔥 Related Issue
📝 Description
처음에는 #242 를 해결할려고 했는데, 전부 분리를 할 경우 프론트에서도 처리해야 할 작업이 많다고 하여 일단 부채로 남겨두기로 했습니다!