-
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.
feat: Epic, Task, Story 생성, 수정시 중복된 rankValue를 서버가 조정해, 조정된 rankValue…
…를 반환하는 로직 구현 - Entity - 유니크 제약조건 이름 명시 - Repository - Create 메서드를 Unique오류이며, RankValue중복일 경우 커스텀 에러를 throw하게 변경 - Update 메서드를 Unique오류이며, RankValue중복일 경우 커스텀 에러를 throw하게 변경 - getNext[Epic/Task/Story]ByRankValue 메서드 구현 - 특정 rankValue값 다음 순서의 rankValue를 가진 엔티티 반환 - Controller - update시 조정된 rankValue값을 반영해 유저에게 반환하도록 수정 - Test - Epic/Task/Story 생성 시 동시에 중복된 rankValue를 전송했을때 조정되는것 테스트 - Epic/Task/Story 변경 시 동시에 중복된 rankValue를 전송했을때 조정되는것 테스트
- Loading branch information
1 parent
ec55097
commit 6cd8791
Showing
11 changed files
with
757 additions
and
90 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
Oops, something went wrong.