Skip to content
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

Merged
merged 19 commits into from
Dec 13, 2024

Conversation

Soundbar91
Copy link
Contributor

@Soundbar91 Soundbar91 commented Dec 11, 2024

🔥 연관 이슈

🚀 작업 내용

  • 클라이언트 요청으로 작업을 진행했습니다.
    • 반환 날짜 형식을 변경했습니다
    • 조회 과정에서 정렬 옵션을 줄 수 있도록 설정했습니다.
    • 조회 옵션에서 String으로 받는 부분을 enum으로 변경했습니다.
    • 기존 String 필드를 enum으로 변경했습니다.
    • historys -> histories으로 변경했습니다.

💬 리뷰 중점사항

이전에 닫힌 PR을 다시 올립니다.
로깅 어노테이션을 적용해서 다시 PR을 올리려했는데, 잘 되지 않아서 리펙토링 과정에서 어노테이션을 적용할려고 합니다.

@Soundbar91 Soundbar91 added the Team User 유저 팀에서 작업할 이슈입니다 label Dec 11, 2024
@Soundbar91 Soundbar91 self-assigned this Dec 11, 2024
@github-actions github-actions bot added the 버그 정상적으로 동작하지 않는 문제상황입니다. label Dec 11, 2024
Copy link

github-actions bot commented Dec 11, 2024

Unit Test Results

344 tests   343 ✔️  1m 27s ⏱️
  41 suites      1 💤
  41 files        0

Results for commit 0a93a54.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@duehee duehee left a 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")
Copy link
Contributor

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;
Copy link
Contributor

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를 사용한다면 조금 모호하게 의미파악이 되지 않을까 생각이 드네요👀

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

밑에도 static import로 변경하겠습니다 !

Copy link
Contributor

@kwoo28 kwoo28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고 많으셨습니다! 전 크게 고칠점이 없는것같습니다

@Soundbar91 Soundbar91 merged commit 885875d into develop Dec 13, 2024
4 checks passed
@Soundbar91 Soundbar91 deleted the fix/1071-modify-admin-history branch December 13, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team User 유저 팀에서 작업할 이슈입니다 버그 정상적으로 동작하지 않는 문제상황입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

어드민 히스토리 기능 수정
3 participants