-
Notifications
You must be signed in to change notification settings - Fork 0
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: 2차 스프린트 기능 구현 #141
Merged
Merged
feat: 2차 스프린트 기능 구현 #141
Conversation
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
refactor: 회원, Refresh 토큰 테이블 속성에 코멘트 추가
refactor: 예약/예약 상품/장바구니/별점 테이블 column comment 추가
refactor: 숙소, 숙소 이미지, 객실 테이블에 comment를 추가합니다.
- Querydsl의 Projections 기능을 사용해 RoomWithProductResponseDto로 바로 조회할 수 있도록 구현
…oring refactor: 예약 도메인 리팩토링
# Conflicts: # src/main/java/com/fc/shimpyo_be/domain/reservationproduct/dto/request/ReservationProductRequestDto.java
…-room-refactoring refactor: 예약 상품/객실 도메인 리팩토링
refactor: 별점 도메인 리팩토링
refactor: adoc 리팩토링
refactor: product - room - cart 내 log.debug 삭제 및 접근 제어자 수정, transaction(readOnly=true)를 통해 성능 향상
docs: 2차 스프린트 개발을 적용한 리드미 수정
Test Results105 tests +24 105 ✔️ +24 5s ⏱️ -1s Results for commit a06537a. ± Comparison against base commit 7bd8f91. This pull request removes 6 and adds 30 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
jo0oy
approved these changes
Dec 15, 2023
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.
2주동안 우리 조 너무너무 고마웠고 정말정말 많이 수고했어요! 이멤버 리멤버❤️❤️❤️
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
💡 Motivation
📌 Changes
🫱🏻🫲🏻 To Reviewers