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

♻️ refactor: admin, statistic 리팩토링 #269

Merged
merged 7 commits into from
Dec 5, 2024

Conversation

asn6878
Copy link
Member

@asn6878 asn6878 commented Dec 3, 2024

Issue

📋 작업 내용

  • admin, statistic DAO 계층 분리.
    전에 이야기 나왔던대로, findOne 같은 메소드들도 repository에서 커스텀화 해 사용할 수 있도록 수정하였습니다.

  • admin, statistic Swagger 어노테이션 정의 분리
    마찬가지로, 컨벤션에 맞추어 어노테이션을 API 별로 분리하였습니다.

  • admin, statistic Controller, Service Layer 메서드명 컨벤션
    각 레어의 메서드명들을 컨벤션에 맞게 수정하였습니다.

📷 스크린 샷(선택 사항)

모든 테스트 정상 동작 됨을 확인 하였습니다.
image

@asn6878 asn6878 added 🔨 Refactor 리팩토링 (구조 변경) 🧹 Cleanup 코드 정리 labels Dec 3, 2024
@asn6878 asn6878 self-assigned this Dec 3, 2024
Copy link

netlify bot commented Dec 3, 2024

Deploy Preview for denamu canceled.

Name Link
🔨 Latest commit d42494f
🔍 Latest deploy log https://app.netlify.com/sites/denamu/deploys/6751a3bae85eff00088988aa

Copy link
Collaborator

@CodeVac513 CodeVac513 left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니다!
질문 하나 남겼습니다. 그거만 해결되면 될 것 같아요.

server/src/admin/admin.controller.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@Jo-Minseok Jo-Minseok left a 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 속성만 있으면 따로 함수 분리는 하지 말자는 이야기에 따라 바꿔주시기만 하면 됩니다!

@asn6878
Copy link
Member Author

asn6878 commented Dec 5, 2024

고생하셨습니다! 이미 컨벤션에 대해서는 무성님께서 잡아주셔서 저는 볼게 없네요. 회의에서 나온 Repository 자체 findOne, find 함수에서 where 속성만 있으면 따로 함수 분리는 하지 말자는 이야기에 따라 바꿔주시기만 하면 됩니다!

복구 처리 완료했습니다. 확인해주세요~

@asn6878 asn6878 requested a review from Jo-Minseok December 5, 2024 05:30
Copy link
Collaborator

@Jo-Minseok Jo-Minseok left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

Copy link
Collaborator

@CodeVac513 CodeVac513 left a comment

Choose a reason for hiding this comment

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

LGTM!

@asn6878 asn6878 merged commit 59a75a5 into main Dec 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧹 Cleanup 코드 정리 🔨 Refactor 리팩토링 (구조 변경)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants