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.
요약 (Summary)
🔑 변경 사항 (Key Changes)
BaseExceptionResponseStatus 추가 작성
: 참가 완료한 소셜링 관련 예외를 추가작성했습니다.SocialringController.joinCompleteSocialring 작성
: 참가 완료한 소셜링 컨트롤러를 작성했습니다.SocialringService.joinCompleteSocialring 작성
: 참가 완료한 소셜링 서비스를 작성했습니다.📝 리뷰 요구사항 (To Reviewers)
확인 방법
코드를 실행시키고,mysql workbench에서 다음 쿼리문을 실행시켜주세요.
member 중 첫번째 member 를 리뷰자의 정보로 수정해야합니다.
그 다음 카카오 소셜 로그인을 해주세요.
https://kauth.kakao.com/oauth/authorize?client_id=220ac935aaf5aa43884ee21823d82237&redirect_uri=http://localhost:8080/auth/kakao/callback&response_type=code
엑세스토큰을 postman에 넣고 테스트 해주세요
다음 주소로 GET 요청 보내주세요
http://localhost:8080/socialring/join/complete
현재날짜 (8/4)를 기준으로 소셜링날짜가 (8/3),(8/1)인 소셜링1,3이 반환되면 성공입니다! 소셜링2는 (8/8)이므로 반환되면 안됩니다!
다음으로 인텔리제이를 다시 실행시킨뒤 쿼리문에서 멤버소셜링 부분을 아래와같이 수정해주세요
멤버1은 참여하고있는 소셜링이 없기떄문에 위와같은 결과가 떠야합니다!
마지막으로 인텔리제이를 재실행 시키지말고
('2024-06-30 12:00:00.000000',1,'2024-06-30 12:30:00.000000',2,'CREW','ACTIVE'); -- 두 번째 소셜링, 첫 번째 멤버
위의 쿼리문 한줄만 실행시켜주세요
위의 세 번째 소셜링, 세 번째 멤버 쿼리문의 마지막줄을 ; 말고 , 으로 바꿔야 오류안납니다!
소셜링2에 멤버1을 참여시켰지만 소셜링2 날짜가 (8/8)이므로 위와같은 결과가 떠야합니다!