-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: 휴면 해제 비즈니스 로직 추가(#57) * feat: 휴면 해제 API 추가(#57) * refactor: 코드 정렬(#57) * feat: 휴면 상태가 아닌 사용자 예외 추가(#57) * feat: 휴면 해제 비즈니스 로직 수정(#57) 휴면 상태가 아닌 사용자에 대해서는 업데이트하지 않고 예외 처리토록 구성 * feat: 사용자 연관 API, 정상 처리시 응답 코드 200으로 일괄 변경(#57) * feat: 요청 DTO 이름 적절히 변경(#57) - 기존 이름은 휴면 해제도 가능하다는 의미를 포함하지 못한다고 판단 - 해당 DTO를 통해 휴면, 휴면 해제 요청이 모두 가능하다는 의미를 표현하기 위해 변경 * feat: 불필요하게 추가되었던 휴면 해제 관련 로직 삭제(#57) * feat: 휴면 상태 변경 연관 로직 수정(#57) dormant와 inactive로 휴면 상태를 다르게 지칭한 부분, inactive로 일괄 수정 * feat: 사용하지 않는 예외 삭제(#57) * docs: 휴면 상태 변경 API, 명세 내용 수정(#57)
- Loading branch information
Showing
4 changed files
with
116 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters