Commit Graph

230 Commits

Author SHA1 Message Date
bum12ark
e562d9d2b3 feat(order): 점주 서비스 지난 주문 Feign 클라이언트 로직 추가
- 아이템 id와 유저 id들을 Set으로 묶어 한번에 통신하게 변경
- Map을 사용하여 id를 key로 map을 name으로
가지게 생성
2022-03-15 18:57:55 +09:00
bum12ark
4a874da830 style(owner-vue): 지난 주문 표기법 변경
- 모든 아이템이 다 나오던 형식에서 외 n건으로 변경
2022-03-15 18:57:00 +09:00
bum12ark
decf0c77cb test(user-service): 고객 고유번호 리스트로 고객 가져오기 테스트 2022-03-15 17:50:40 +09:00
bum12ark
ee85daa3a8 test(store): 아이템 고유번호들로 아이템 정보 찾기 테스트 2022-03-15 17:38:41 +09:00
bum12ark
f32c7c1f89 feat(store): [API] 아이템 고유번호들로 아이템 정보 찾기 구현 2022-03-15 16:49:58 +09:00
bum12ark
1abb081718 style(owner-vue): 주문 아이템이 2개 이상일 경우 표기법 변경
- 모든 아이템이 다 나오던 형식에서 외 n건으로 변경
2022-03-15 16:48:44 +09:00
bum12ark
44dc5a10ec feat(user-service): 고객 고유번호 리스트로 고객 가져오기 API 구현 2022-03-15 16:47:54 +09:00
bum12ark
f6c5fd0c8d refactor(order): 점주 서비스 주문 Feign 클라이언트 통신 회수 줄이기
- 아이템 id와 유저 id들을 Set으로 묶어 한번에 통신하게 변경
- Map을 사용하여 id를 key로 map을 name으로 가지게 생성
2022-03-15 16:46:11 +09:00
bum12ark
e214fecb47 feat(store): [API] 아이템 고유번호로 아이템 정보 찾기 구현 2022-03-14 21:11:03 +09:00
bum12ark
d3aa81cc76 feat(order): 점주 서비스 주문 Feign 클라이언트 통신 추가 2022-03-14 21:08:48 +09:00
bum12ark
8191bb028c feat(user-service): 유저 서비스 테스트 데이터 입력 클래스 생성 2022-03-14 20:56:53 +09:00
bum12ark
8b017aee39 test(store): 회원 고유번호로 매장 찾기 테스트 구현 2022-03-11 15:43:04 +09:00
bum12ark
04dc8a3d1c feat(store): [API] 회원 고유번호로 매장 찾기 로직 구현 2022-03-11 15:33:24 +09:00
bum12ark
f5bc5aa2aa refactor(order): CommandLineRunner 분리
- Application 파일에 있던 CommandLineRunner 분리
- 테스트에 종속적이던 부분 삭제
2022-03-11 15:18:56 +09:00
hoon7566
31675ef6d2 refactor(services): open feign key 설정
- openfeign 통신시 jwt key 설정
2022-03-11 15:05:40 +09:00
bum12ark
a3445dd0ec feat(gateway-services): feign client jwt token 추가 2022-03-11 14:59:13 +09:00
백창훈
086d7f2e10 Merge pull request #49 from Development-team-1/도커
도커 설정 추가
2022-03-11 14:25:52 +09:00
Sangbum Park
a5548803c0 Merge pull request #48 from Development-team-1/개발_운영서버설정_분리
refactor(services): 개발 , 운영 설정 분리
2022-03-11 14:23:35 +09:00
bum12ark
45f2bd3497 build(docker): docker-compose 추가 2022-03-11 14:15:44 +09:00
bum12ark
9d4621a823 build(docker): postgres db 정보 등록 2022-03-11 14:15:22 +09:00
bum12ark
3b4d07b1fb build(docker): 서비스 별로 Dockerfile 생성 2022-03-11 14:13:55 +09:00
백창훈
c11e9f1ed2 Merge pull request #47 from Development-team-1/점주_주문_상태변경
[점주] 주문 상태변경
2022-03-11 13:46:33 +09:00
hoon7566
7cda31c68a refactor(services): 개발 , 운영 설정 분리
- cloud config 서버에 운영설정 저장
- profile을 통해서 운영/개발 설정분리
2022-03-11 13:24:46 +09:00
bum12ark
1094f098c3 test(order-service): 주문 상태변경 테스트 2022-03-10 17:25:13 +09:00
bum12ark
d34661e31d test(order-service): 주문 상태변경 로직 추가 및 조회 쿼리 변경 테스트 2022-03-10 17:15:29 +09:00
bum12ark
34f2c42887 feat(owner-vue): 상태변경 로직 추가 2022-03-10 16:45:21 +09:00
bum12ark
f12f7bab9d feat(order-service): 주문 상태변경 로직 추가 및 조회 쿼리 변경
- 주문 수락 및 거절 상태변경 로직 추가
- 주문 내역 조회 dto 리팩토링
2022-03-10 16:44:46 +09:00
hoon7566
55ec97af93 fix(store-service, owner vue): category Dto 리팩토링
-category Dto  에 Store entity가 존재하는것 수정
-owner vue에 category 조회시 error 수정
2022-03-10 15:46:37 +09:00
hoon7566
d012fe3fb0 Merge remote-tracking branch 'origin/master' 2022-03-10 15:14:10 +09:00
Sangbum Park
713e0d2a1a Merge pull request #46 from Development-team-1/상품상세_주문하기
상품상세 주문하기
2022-03-10 15:13:35 +09:00
Sangbum Park
b297113935 Merge branch 'master' into 상품상세_주문하기 2022-03-10 15:13:27 +09:00
hoon7566
c8d0040123 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	store-service/src/main/java/com/justpickup/storeservice/domain/category/service/CategoryService.java
#	store-service/src/main/java/com/justpickup/storeservice/domain/category/web/CategoryOwnerApiController.java
2022-03-10 15:06:52 +09:00
hoon7566
b6df365e36 fix(store-service): store Id 잘못된 것 수정
- store Id 잘못된 것 수정
2022-03-10 15:01:24 +09:00
hoon7566
58990c759c test(order-service): kafka 전송 테스트 코드, order 테스트 코드 작성
- kafka 전송 테스트 코드
- order 테스트 코드 작성
2022-03-10 14:14:28 +09:00
백창훈
92a711b24f Merge pull request #45 from Development-team-1/알림조회
[Just Pickup] 알림 서비스 구현
2022-03-10 12:20:20 +09:00
bum12ark
9426f03cc8 feat(customer-vue): 알림 체크박스 및 개수 화면 구현
- 알림 페이지 체크박스 클릭 시 읽음 처리 및 읽음 해제 처리
- App bar 읽지 않은 알림 개수 표시
- 알림 읽었을 시에
앱바 알림 개수 연동
2022-03-10 10:43:38 +09:00
bum12ark
d385f5b22a test(notification): 읽지 않은 알람 개수 테스트 구현 2022-03-10 10:41:23 +09:00
bum12ark
5d7ae67899 feat(notification): [API] 읽지 않은 알람 개수 로직 구현 2022-03-10 10:31:50 +09:00
bum12ark
582594ac29 feat(customer-apigateway): 알림 서비스 cors 등록, exception handler 변경 2022-03-10 10:29:49 +09:00
hoon7566
5d737a1127 feat(order-service): 주문
- 주문 기능 추가
2022-03-09 16:59:09 +09:00
bum12ark
b6802702e7 test(notification): 알림 읽음, 해제 테스트 작성 2022-03-09 15:18:57 +09:00
bum12ark
0e26ed9214 feat(notification): [API] 알림 읽음, 읽음 해제 API 구현 2022-03-09 14:59:10 +09:00
bum12ark
35bbdd4595 feat(customer-vue): 알림 페이지 구현 2022-03-09 14:09:20 +09:00
bum12ark
bd5d91a840 test(notification): [API] 사용자 고유번호로 조회 테스트 2022-03-09 14:07:26 +09:00
bum12ark
e757c626cd feat(notification): [API] 사용자 고유번호로 조회 2022-03-09 14:06:29 +09:00
hoon7566
7cfc4bc47f feat(order-service, customer-vue): 주문 페이지 추가
- 장바구니 데이터 조회
- 주문 페이지 개발
2022-03-09 11:46:53 +09:00
백창훈
d3a26c5538 Merge pull request #44 from Development-team-1/고객_상품_페이지
고객 상품 페이지
2022-03-08 20:56:18 +09:00
bum12ark
af9f86ff5c feat(customer-vue): 고객 매장 상품 페이지 개발 2022-03-08 20:50:49 +09:00
bum12ark
5a4a2ae94b test(store): Just pick-up 매장 메뉴 페이지 테스트 2022-03-08 20:49:47 +09:00
bum12ark
33f10cba9c feat(store): Just pick-up 매장 메뉴 페이지 API 구현 2022-03-08 18:38:03 +09:00