This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
[#45] 주문기능 제작 #46
Merged
Merged
[#45] 주문기능 제작 #46
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f782b3b
장바구니 기능 구현
6cb06dd
cart index delete 기능 구현 및 Test code 작성
54f8112
- Redis tranasaction 적용
7cafad5
장바구니 로직 추가
fe79388
- OrderDTO 생성
binaryyoung 454c57c
- 캐싱하기 적합한 DTO를 사용하도록 변경
82905b6
빈 테스트코드 추가(Test ERROR)
489e028
OrderDTO에 @JsonFormat 추가
binaryyoung 15d2f50
리뷰 반영
0989bc5
사용하지 않는 menuService 제거
9db3122
DTO를 Inner Class로 분리
e6cbc9b
가상 결제 구현
691a57e
사용하지 않는 코드 제거
b9d20d0
주문 로직 개발
a437709
계산서 발행 로직 작성 및 리뷰 일부 반영
792dc36
거리 계산로직 추가
4341748
배달료 계산 로직 추가
a280675
insert문을 벌크 insert로 진행하도록 변경
85a5f6e
주문 기능 제작
0d394c2
계산서 발행 시 메뉴, 메뉴 옵션에 의해 다수의 SELECT 쿼리가 질의되는 문제 해결
224158e
자신의 주문 정보 조회 기능 추가
4dc041c
OrderDTO 불변객체로 변경
1ddf344
유효성 검사 추가 및 변경
aeea70a
OrderDTO 수정으로 인한 버그 수정
a2f8bc4
리뷰 반영
cff527d
가상 결제 시스템 브랜치와 병합
8e1b0c3
가상 결제 진행 개발
a1732c1
Merge branch 'develop' into feature/20
yyy9942 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
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
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
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
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
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
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
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.
orders/{orderId}/bills
가 낫지 않을까요?