-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REFACTOR] 새로운 테이블에 따른 봉사지원 리팩토링 (#322)
* refactor(volunteer-apply): @currentuser -> @RoleId 변경 * test(volunteer-apply): @currentuser -> @RoleId 변경 테스트 * refactor(volunteer): 봉사 시간, 횟수 정산 NewVolunteer 추가 * test(volunteer-apply): 봉사 시간, 횟수 정산 NewVolunteer 추가 테스트 * test(volunteer): sonar qube 이슈 해결 커버리지 테스트 추가 * test(volunteer): sonar qube 이슈 해결 커버리지 테스트 추가 * chore(volunteer): 불필요한 import 제거
- Loading branch information
Showing
13 changed files
with
303 additions
and
178 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
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
2 changes: 1 addition & 1 deletion
2
...nteer/usecase/UpdateVolunteerUseCase.java → ...nteer/usecase/UpdateVolunteerUseCase.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.somemore.domains.volunteer.usecase; | ||
package com.somemore.volunteer.usecase; | ||
|
||
import java.util.UUID; | ||
|
||
|
86 changes: 0 additions & 86 deletions
86
src/test/java/com/somemore/domains/volunteer/service/UpdateVolunteerLockServiceTest.java
This file was deleted.
Oops, something went wrong.
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.