-
Notifications
You must be signed in to change notification settings - Fork 1
refactor: 어드민 히스토리 리펙토링 #2054
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
refactor: 어드민 히스토리 리펙토링 #2054
Conversation
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.
매번 고생 많으십니다.
이전 레거시 기능이지만, 굳이 메서드마다 어노테이션을 붙이지 않더라도 로깅할 수 있지 않을까 싶습니다. 클래스 단위로도 도메인 구분이 될거고, 클래스 단위가 아니더라도 전체적으로 로깅할 수 있지 않을까 싶습니다.
그럼에도 현재 기능에서 좋은 방향으로 개선된 것 같습니다. 👍
src/main/java/in/koreatech/koin/admin/history/enums/DomainType.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/admin/abtest/controller/AbtestController.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/admin/history/enums/DomainType.java
Outdated
Show resolved
Hide resolved
asa9874
left a comment
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.
고생하셨습니다👍
🔍 개요
🚀 주요 변경 내용
어드민 히스토리 로깅 어노테이션 추가
도메인 이름, 엔티티 ID결정DomainType 리펙토링
복수형 + 언더스코어반영 및 flyway 추가💬 참고 사항
✅ Checklist (완료 조건)