-
Notifications
You must be signed in to change notification settings - Fork 5
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: admin, statistic 리팩토링 #269
Conversation
✅ Deploy Preview for denamu canceled.
|
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.
고생하셨습니다! 이미 컨벤션에 대해서는 무성님께서 잡아주셔서 저는 볼게 없네요.
회의에서 나온 Repository 자체 findOne, find 함수에서 where 속성만 있으면 따로 함수 분리는 하지 말자는 이야기에 따라 바꿔주시기만 하면 됩니다!
복구 처리 완료했습니다. 확인해주세요~ |
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.
LGTM!
… into refactor/admin-statistic
Issue
📋 작업 내용
admin, statistic DAO 계층 분리.
전에 이야기 나왔던대로,
findOne
같은 메소드들도 repository에서 커스텀화 해 사용할 수 있도록 수정하였습니다.admin, statistic Swagger 어노테이션 정의 분리
마찬가지로, 컨벤션에 맞추어 어노테이션을 API 별로 분리하였습니다.
admin, statistic Controller, Service Layer 메서드명 컨벤션
각 레어의 메서드명들을 컨벤션에 맞게 수정하였습니다.
📷 스크린 샷(선택 사항)
모든 테스트 정상 동작 됨을 확인 하였습니다.