-
Notifications
You must be signed in to change notification settings - Fork 1
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 : 예약과 회원 연관관계 매핑 #87
+121
−31
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
dbe4141
feat : 컨트롤러에 로그인 어노테이션 추가
dlswns2480 703982b
feat : 서비스에 예약과 회원 연관관계 매핑
dlswns2480 25633e3
feat : 서비스에 예약과 회원 연관관계 매핑 테스트
dlswns2480 2a391aa
feat : 예약 생성 시에 회원 받는 것으로 생성자 수정
dlswns2480 a400371
feat : 서비스 테스트
dlswns2480 3df4196
feat : BaseIntegration에 토큰 관련 필요의존성 추가
dlswns2480 237928b
feat : BaseIntegration에 토큰 관련 필요의존성 추가
dlswns2480 9823017
Merge branch 'dev' into feat/#64
dlswns2480 0141c58
feat : 예약가져오는 쿼리 조건 추가 -> 인자로 들어온 Member와 일치하는 예약 가져옴
dlswns2480 0ee8ac0
feat : 예약가져오는 쿼리 조건 추가에 대한 테스트
dlswns2480 0ece307
feat : 예약 조회 로직 수정, 회원에 대한 예약만을 가져오는 쿼리 활용
dlswns2480 f4c88a8
feat : 예약 조회 로직 수정에 대한 서비스 테스트
dlswns2480 3b28425
feat : 예약 조회 api 로그인 어노테이션 추가 및 테스트
dlswns2480 3a30484
feat : 예약 테스트용 데이터 추가
dlswns2480 f13b9b3
style : 코드 포맷
dlswns2480 051a593
feat : 컨트롤러 테스트 검증요소 추가
dlswns2480 06820f7
refactor : 회원 예약서비스 테스트 email 넣는 부분 상수로 추출
dlswns2480 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
refactor : 회원 예약서비스 테스트 email 넣는 부분 상수로 추출
commit 06820f7a5b687c013555e2c4044e67282baabeb7
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
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.
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.
email을 따로 상수로 빼도 좋을 것 같아요!