Sangbum Park
|
701c4ce8b3
|
Merge branch 'master' into owner_dashboard
|
2022-03-23 15:56:21 +09:00 |
|
hoon7566
|
c5540d66d2
|
fix(customer-vue): 장바구니 수정
장바구니 수정
|
2022-03-23 15:35:30 +09:00 |
|
hoon7566
|
f6d439e75a
|
feat(customer-vue, order service): 장바구니 아이템 삭제기능 추가
- 장바구니 아이템 삭제기능 추가
|
2022-03-22 21:35:26 +09:00 |
|
hoon7566
|
9c0a27af12
|
style(customer-vue): 로고 가운데 정렬
- 로고 가운데 정렬
|
2022-03-22 18:29:46 +09:00 |
|
hoon7566
|
cd3e509071
|
fix(customer-vue): 장바구니에 아이템 담을시 에러 수정
- 장바구니에 아이템 담을시 에러 수정
|
2022-03-22 18:29:23 +09:00 |
|
bum12ark
|
9937e69580
|
fix(customer-vue): 주문내역 상세보기 로직 추가
- 주문내역 메뉴에서 상세보기 버튼 클릭 시 상세보기 페이지로 이동
|
2022-03-22 17:33:15 +09:00 |
|
hoon7566
|
64ce15ba35
|
fix(owner-vue): 마이페이지 수정하기 alert처리
|
2022-03-21 13:30:05 +09:00 |
|
hoon7566
|
a22ca6cd4b
|
fix(customer-vue): 메시지 수정, waring 수정
|
2022-03-18 20:22:41 +09:00 |
|
백창훈
|
bc8ed01829
|
Merge branch 'master' into 버그픽스_상범
|
2022-03-18 18:09:47 +09:00 |
|
hoon7566
|
fe08e1df94
|
feat(storeservice): favorite store테스트
- favorite store 등록 및 취소 테스트 추가
- favorite store 조회 테스트 추가
|
2022-03-18 17:52:49 +09:00 |
|
hoon7566
|
2e2526305e
|
feat(customer vue , store service): favorite store 등록 및 취소 로직 추가
- favorite store 등록 및 취소 로직 추가
|
2022-03-18 17:05:30 +09:00 |
|
hoon7566
|
4e5a14116f
|
feat(customer-vue): storeview에서 item 클릭시 이벤트
- storeview에서 item 클릭시 itemDetail 화면으로 이동
|
2022-03-18 15:30:09 +09:00 |
|
hoon7566
|
3f7c32e299
|
feat(customer-vue): customer 로그아웃 기능추가
- customer 로그아웃 기능추가
|
2022-03-18 15:16:49 +09:00 |
|
hoon7566
|
b02dcb1423
|
fix(customer-vue): ㅈ바구니 알림메시지 수정
- 장바구니 데이터가 없을시 알림메시지
|
2022-03-17 17:18:36 +09:00 |
|
hoon7566
|
99b956397b
|
fix(customer-vue): router 수정
- router 수정
|
2022-03-17 17:11:28 +09:00 |
|
bum12ark
|
4175eb2b25
|
fix(customer-vue): vue router beforeEnter 추가
- 자식 컴포넌트들에 라우터 인터셉터 추가
|
2022-03-17 16:51:46 +09:00 |
|
bum12ark
|
9d43a18d82
|
feat(customer-vue, order): 주문 내역 페이지 재주문하기 버튼 로직 추가
- 재주문하기 버튼 클릭시 해당 매장으로 이동
- 합계 3자리수 콤마 추가
- 자세히보기 버튼 클릭 시 준비중입니다 알림창 표시
|
2022-03-17 16:51:10 +09:00 |
|
bum12ark
|
66a15b2beb
|
fix(customer-vue): 즐겨찾기 매장 클릭 시 store로 이동
|
2022-03-17 15:48:49 +09:00 |
|
bum12ark
|
50f56860e1
|
fix(customer-vue): 홈 매장 클릭 시 store로 이동
|
2022-03-17 15:33:54 +09:00 |
|
백창훈
|
62c5d141ac
|
Merge branch 'master' into feign_클라이언트_연동
|
2022-03-16 20:34:03 +09:00 |
|
Sangbum Park
|
b35355402b
|
Merge branch 'master' into mypage
|
2022-03-16 20:26:44 +09:00 |
|
hoon7566
|
a3e0a3d6e9
|
fix(customer-vue): mypage 개발
- customer mypage 개발
|
2022-03-16 19:50:43 +09:00 |
|
bum12ark
|
33cea67e88
|
style(customer-vue): Juist Pick-up 주문내역 아이템 표기법 변경
- 1건 이상일 시 외 n건으로 표기
|
2022-03-16 19:44:14 +09:00 |
|
hoon7566
|
203f5c62f0
|
fix(customer-vue): login 페이지 수정
- login 페이지 수정
|
2022-03-15 18:36:12 +09:00 |
|
hoon7566
|
170ddfa9f8
|
feat(customer-vue): 구매자 페이지 수정
- 매장에서 장바구니로 이동하는 기능
|
2022-03-15 17:58:54 +09:00 |
|
hoon7566
|
c59023a56f
|
feat(customer vue): 주문화면으로 이동
- 매장 화면에서 주문화면으로 이동하는 기능
|
2022-03-15 11:41:43 +09:00 |
|
hoon7566
|
47491f3245
|
feat(order-service): order-service feign 통신
- store-service와 feign 통신 코드 작성
|
2022-03-14 21:16:28 +09:00 |
|
Sangbum Park
|
b297113935
|
Merge branch 'master' into 상품상세_주문하기
|
2022-03-10 15:13:27 +09:00 |
|
bum12ark
|
9426f03cc8
|
feat(customer-vue): 알림 체크박스 및 개수 화면 구현
- 알림 페이지 체크박스 클릭 시 읽음 처리 및 읽음 해제 처리
- App bar 읽지 않은 알림 개수 표시
- 알림 읽었을 시에
앱바 알림 개수 연동
|
2022-03-10 10:43:38 +09:00 |
|
hoon7566
|
5d737a1127
|
feat(order-service): 주문
- 주문 기능 추가
|
2022-03-09 16:59:09 +09:00 |
|
bum12ark
|
35bbdd4595
|
feat(customer-vue): 알림 페이지 구현
|
2022-03-09 14:09:20 +09:00 |
|
hoon7566
|
7cfc4bc47f
|
feat(order-service, customer-vue): 주문 페이지 추가
- 장바구니 데이터 조회
- 주문 페이지 개발
|
2022-03-09 11:46:53 +09:00 |
|
bum12ark
|
af9f86ff5c
|
feat(customer-vue): 고객 매장 상품 페이지 개발
|
2022-03-08 20:50:49 +09:00 |
|
hoon7566
|
b6583eaec2
|
feat(customer-vue, order-service): 상품 상세페이지, 장바구니 기능 추가
- 상품 상세페이지
- 장바구니 기능 추가
|
2022-03-08 17:14:25 +09:00 |
|
hoon7566
|
1d92512b9c
|
feat(customer-vue): 즐겨찾기 페이지 추가
- 즐겨찾기 페이지 추가
|
2022-03-07 22:35:30 +09:00 |
|
bum12ark
|
eb3001532b
|
refactor(customer-vue): v-bind:key 중복 인수 제거
|
2022-03-07 20:35:56 +09:00 |
|
bum12ark
|
47df408318
|
style(customer-vue): 로고 변경
|
2022-03-07 20:31:41 +09:00 |
|
bum12ark
|
d2b51d0abe
|
feat(customer-vue): Just Pick-up 홈 - 가까이 있는 매장 추가
- 가까이 있는 매장 추가
- 스토어 기본 이미지 변경
|
2022-03-07 19:50:37 +09:00 |
|
백창훈
|
ed2561b87d
|
Merge branch 'master' into 고객_주문내역
|
2022-03-07 18:54:18 +09:00 |
|
Sangbum Park
|
bd90ee0980
|
Merge branch 'master' into 즐겨찾기
|
2022-03-07 17:34:58 +09:00 |
|
hoon7566
|
4b19617435
|
refactor(customer-vue): home view skeleton component 추가
- 즐겨찾기 데이터 로딩시 레이지로딩 엘리먼트 보여줌
|
2022-03-07 17:07:10 +09:00 |
|
bum12ark
|
6e289bb231
|
feat(customer-vue): Just Pick-up 주문내역 페이지 구현
- 주문내역 페이지 카드 구현
- API 호출 부 구현
|
2022-03-07 16:47:46 +09:00 |
|
hoon7566
|
0d94f8819e
|
refactor(store-service): favorite store 테스트 코드 작성
favorite store 테스트 코드 작성
|
2022-03-07 16:13:52 +09:00 |
|
hoon7566
|
d2b32078d3
|
refactor(customer-vue, store-service): 즐겨찾기 매장 조회
- 즐겨찾기 매장 조회
- 즐겨찾기 테스트 데이터
- 페이지 라우팅 체크 로직
|
2022-03-07 13:45:51 +09:00 |
|
bum12ark
|
c798e44cb2
|
refactor(customer-vue): 매장 검색 url 형식 변경으로 인한 수정
|
2022-03-04 18:43:53 +09:00 |
|
bum12ark
|
f617b3992d
|
feat(customer-vue): Just pickup 매장 검색 페이지 즐겨찾기 개수 추가
- 아이콘 형식으로 변경
|
2022-03-04 18:13:11 +09:00 |
|
hoon7566
|
f1ecaec79c
|
feat(customer vue, customer-gateway-service): SSL 적용
- customer vue SSL적용
- customer gateway service SSL적용
|
2022-03-04 14:47:50 +09:00 |
|
백창훈
|
3c45eacb85
|
Merge branch 'master' into 고객_검색
|
2022-03-04 12:02:09 +09:00 |
|
bum12ark
|
cf03d7e233
|
test(store, customer-vue): 매장 검색 API 테스트
- searchStore -> search-store : url 변경
- 매장 검색 API 테스트 추가
|
2022-03-03 20:50:03 +09:00 |
|
hoon7566
|
d40258a95b
|
feat(customer vue, user-service): customer vue OAuth 인증
- customer vue 인증페이지 구현
- customer OAuth 로그인 구현
- user-service success handling 구현
|
2022-03-03 20:29:19 +09:00 |
|