Commit Graph

30 Commits

Author SHA1 Message Date
hoon7566
a3e0a3d6e9 fix(customer-vue): mypage 개발
- customer mypage 개발
2022-03-16 19:50:43 +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
bum12ark
005e347cad feat(customer-vue): Just pickup 매장 검색 페이지 구현
- 매장 검색 페이지 더보기 버튼 로직 구현
- 페이지 로딩 시 로딩 바 추가
2022-03-03 19:38:05 +09:00
bum12ark
2252a53e26 style(customer-vue): Just pickup 레이아웃 변경
- 모바일 처럼 보이게 변경되었습니다.

주의: 매우 이쁨
2022-03-02 17:09:25 +09:00
bum12ark
a5bb4b4a8f feat(customer-vue): 고객 프로젝트 생성
- vuetify 템플릿으로 변경
2022-03-02 14:38:01 +09:00
hoon7566
43a439a982 refactor(customer-vue): customer-vue 삭제
template 미사용으로 해당 service 삭제
2022-03-02 14:29:31 +09:00
hoon7566
eb68ed3554 feat(user-service): Oauth 사용자 JWT
Oauth google, naver로그인시 Refresh token을 cookie에 저장
2022-03-02 13:55:44 +09:00
bum12ark
8342264a8a feat(customer-vue): 고객 페이지 vue 프로젝트 생성 및 설정
- vue router 추가
- axios 추가
- 테스트 레이아웃 추가
2022-03-01 12:08:23 +09:00