-
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
fix: 어드민 히스토리 기능 수정 #1131
fix: 어드민 히스토리 기능 수정 #1131
Conversation
… fix/1071-modify-admin-history
… fix/1071-modify-admin-history
… fix/1071-modify-admin-history
This reverts commit 7c1ecb2.
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.
고생하셨습니다!
코멘트 한 번 확인해주세요~
@Schema(description = "요청 시간", example = "2019-08-16-23-01-52", requiredMode = REQUIRED) | ||
@JsonFormat(pattern = "yyyy-MM-dd-HH-mm-ss") | ||
@Schema(description = "요청 시간", example = "2019-08-16 23:01:52", requiredMode = REQUIRED) | ||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
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.
A
훨씬 깔끔해진 거 같네요
limit = DEFAULT_LIMIT; | ||
} | ||
if (Objects.isNull(sort)) { | ||
sort = CREATED_AT_DESC; |
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.
A
static import는 좋은데, 위는 CREATED_AT_DESC는 static import를 사용하고, 아래의 Sort.CREATED_AT_ASC를 사용한다면 조금 모호하게 의미파악이 되지 않을까 생각이 드네요👀
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.
밑에도 static import로 변경하겠습니다 !
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.
수고 많으셨습니다! 전 크게 고칠점이 없는것같습니다
🔥 연관 이슈
🚀 작업 내용
💬 리뷰 중점사항
이전에 닫힌 PR을 다시 올립니다.
로깅 어노테이션을 적용해서 다시 PR을 올리려했는데, 잘 되지 않아서 리펙토링 과정에서 어노테이션을 적용할려고 합니다.