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

예외 응답 규격 안내 문서 작성 및 리팩토링 #119

Closed
2 tasks done
LeeHanEum opened this issue Nov 29, 2024 · 0 comments · Fixed by #120
Closed
2 tasks done

예외 응답 규격 안내 문서 작성 및 리팩토링 #119

LeeHanEum opened this issue Nov 29, 2024 · 0 comments · Fixed by #120
Assignees
Labels
✨feature create new feature 🔨refactor refactoring code

Comments

@LeeHanEum
Copy link
Member

LeeHanEum commented Nov 29, 2024

Describe

서비스에서 발생하는 모든 예외에 대한 응답 규격 안내 문서를 작성합니다.
작성 과정에서 구조적으로 문제가 있는 예외는 리팩토링 합니다.

Tasks

  • 예외 응답 규격 안내 문서 작성
  • 필요 시 리팩토링

ETC

  1. 예외는 반드시 Service 또는 Domain 계층에서만 발생해야 합니다. 다른 계층에서 예외를 발생시키고 있다면, 해당 부분을 리팩토링 해주세요.
  2. aics-server는 각 모듈에서 DDD 아키텍처를 따르고 있습니다. 도메인 규칙이 세분화될수록 구조를 더 잘 유지할 수 있으므로, Service 계층에서 발생시키는 예외라도 Domain 계층으로 옮길 수 있는 경우 리팩토링을 진행해주세요.
@LeeHanEum LeeHanEum added ✨feature create new feature 🔨refactor refactoring code labels Nov 29, 2024
minjo-on added a commit that referenced this issue Nov 29, 2024
* refactor: 비밀번호 검증 로직 수정

* feat: 비밀번호 검증 테스트 구현

* refactor: 사용하지 않는 에러 코드 제거 및 에러 코드 수정

* refactor: 에러 설명 수정

* refactor: 세미콜론 개행 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feature create new feature 🔨refactor refactoring code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants