We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
서비스에서 발생하는 모든 예외에 대한 응답 규격 안내 문서를 작성합니다. 작성 과정에서 구조적으로 문제가 있는 예외는 리팩토링 합니다.
aics-server
The text was updated successfully, but these errors were encountered:
refactor/#119 에러 코드 문서화 작업 및 리팩토링 (#120)
dbdd03f
* refactor: 비밀번호 검증 로직 수정 * feat: 비밀번호 검증 테스트 구현 * refactor: 사용하지 않는 에러 코드 제거 및 에러 코드 수정 * refactor: 에러 설명 수정 * refactor: 세미콜론 개행 추가
minjo-on
Successfully merging a pull request may close this issue.
Describe
서비스에서 발생하는 모든 예외에 대한 응답 규격 안내 문서를 작성합니다.
작성 과정에서 구조적으로 문제가 있는 예외는 리팩토링 합니다.
Tasks
ETC
aics-server
는 각 모듈에서 DDD 아키텍처를 따르고 있습니다. 도메인 규칙이 세분화될수록 구조를 더 잘 유지할 수 있으므로, Service 계층에서 발생시키는 예외라도 Domain 계층으로 옮길 수 있는 경우 리팩토링을 진행해주세요.The text was updated successfully, but these errors were encountered: