Feat : 게스트 로그인 기능 추가 및 GUEST 플랜 추가 #32
Merged
+97
−19
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.
관련 이슈
#31
작업한 내용
게스트 로그인 API를 구현하였습니다.
UserService.createGuestUser 서비스 로직을 추가하였습니다.
구독 상태 조회(getSubscribeStatus) 기능을 수정하였습니다.
PR Point 및 참고사항, 스크린샷
RDS PlanType 테이블에 GUEST 플랜 데이터를 추가해야 합니다..! (현재 추가안한상태라 해당 API 호출 시 NON_PLAN 에러 발생)
현재 구조상 게스트 유저 데이터가 계속 누적되는 상황입니다.
이 문제를 해결하기 위해 게스트 유저 데이터를 주기적으로 정리하는 배치 작업도 진행할 예정입니다.
게스트 로그인 API 호출시



닉네임 조회 호출시
게스트 로그인 후 구독상태 조회 api 호출시