-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] Benefit 조회, 사용, 저장 구현 #12
Conversation
Member와 Benefit을 연결하는 테이블을 초기 설정했습니다.
Repository 파일을 만들었습니다.
userOptional -> memberOptional
store 쪽은 주석처리 했고, 혜택 중복 방급 방지 예외처리 했습니다.
CreatedDate -> CreatedDate modifiedDate -> modifiedAt
optional 방법 -> exception throw 방법 수정
멤버가 보유하고 있는 혜택을 사용하는 api입니다. 해당 혜택을 이미 사용한 경우, 해당하는 혜택이 없는 경우 예외 처리했습니다.
멤버가 혜택을 저장한지 1달이 지났다면 만료기간 지남 체크 1시간마다 체크(임시)
10개 기준으로 페이지 나누어서 내가 보유한 혜택을 조회하는 api입니다. 사용 가능, 사용 완료, 만료 혜택을 모두 조회합니다.
테스트용 MariaDB 사용하던 것을 원상태로 복구하는걸 깜빡했습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다, 수고하셨습니다~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 확인했습니다 LGTM~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다! 고생하셨어요 ~~
✨ PR 유형
어떤 변경 사항이 있나요??
🛠️ 작업내용
📋 추후 진행 상황
Benefit 도메인에서 할 수 있는 쪽은 끝나서, 이제 Game으로 넘어가려고 합니다. 최대한 빨리 끝내고 장소 쪽으로 넘어가겠습니다..!
📌 리뷰 포인트
예외가 발생할 수 있는 상황들을 골라내긴 했는데, 놓친 부분이 있다면 말씀해주세요
✅ Checklist