Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 타입
개요
변경 사항
미션 인증 로직 단순화
미션 인증 로직을 가독성 좋게 단순화 하고 불필요한 메소드를 삭제하였습니다.
MOING_Server_Release/src/main/java/com/moing/backend/domain/missionArchive/application/service/MissionArchiveCreateUseCase.java
Lines 47 to 101 in 1332505
팀 스코어 로직 버그 수정
기존 반복미션 인증 시 바로 팀 스코어가 반영되는 버그, 한번 미션 인증 시 팀 스코어가 반영되지 않는 버그, 한번 미션에서 모든 모임원이 인증 시 바로 종료되지 않는 버그 를 수정하였습니다.
MOING_Server_Release/src/main/java/com/moing/backend/domain/missionState/application/service/MissionStateUseCase.java
Lines 59 to 75 in 1332505
코드 리뷰 시 참고 사항
테스트 결과
개발 서버로 포스트맨 열심히 돌려보았습니다 ㅎㅎ