/////
Search
💻

5차 회의

참가자
장용진
유동호
나길주
김민우
강현구
이지은
날짜
2023/08/16
비고
쇼핑몰 프로젝트
회의 분류
미팅
UI

color

주조색(navigation drawer bg, bottom navigation bar bg)
FEF9F3 100%
보조색(button, …)
E3CAA5 100%
강조색(icon, text)
3C2A21 100%
기본 배경, status bar - FFFFFF 100%
툴바 아이콘 - 3C2A21 100%
글자 - 3C2A21 100%
바텀 네비게이션 바 배경색 - FEF9F3 100%
네비게이션드로우 배경색 - FEF9F3 100%
네비게이션드로우 선택색 - E3CAA5 100%

text size

toolbar title - medium
title(화면) - 20sp
text(화면), button text - 18sp
small button text - 18sp
text appearance
large 22sp/medium 18sp/small 14sp
body1,2 14

font

나눔스퀘어라운드

DB설계

사용자앱

User - 유저
userId : String - 아이디(중복 불가)
userPw : String - 비밀번호
userName : String - 이름
userPhoneNumber : String - 핸드폰 번호(중복불가)
userProfileImage : Uri? - 프로필 사진
userDestinationName : String? - 배송지 명(우리집, 학교)
userReceiverName : String? - 받는 사람
userAddress : String? - 주소
Question - 문의
*questionItemId:String-제품 아이템 ID
*questionUserId: String-문의 작성자 ID
questionItemId: String - 문의 아이템(제목)
questionContent:String-문의 내용
questionUserName:String - 문의 작성자 이름
questionWriteDate : String - 문의 작성 날짜
questionAnswer : String - 문의 답변
questionResult : Boolean - 답변 여부
Post - 게시글
postIdx : String - 게시글 ID
*postUserId: String - 게시글 작성자 ID
postType: String - 게시판 종류
postTitle : String - 게시글 제목
postContent: String - 게시글 내용
postLiked: String - 게시글 좋아요 개수
postCommentCount:String - 게시글 댓글 개수
postImage: Uri - 게시글 사진
postWriteDate:String - 게시글 작성 날짜
PostComment - 게시글 댓글
*postCommentPostId : String - 게시글 ID
postCommentId : String - 댓글 ID
*postCommentUserId : String - 댓글 작성자 ID
postCommentWriteDate : String - 작성 날짜
postCommentContent : String - 댓글 내용
Product - 상품
*productSellerId : String - 판매자ID
productId:String - 상품 ID
productName: String - 상품 이름
productPrice: String - 상품 가격
productImage: Uri - 상품 사진
productInfo: String - 상품 설명
productCount: String- 상품 개수
productDeliveryStatus : Boolean- 배송처리상태
productDiscount : String - 할인률
productRecommendationCount : String - 추천 개수
Cart - 장바구니
*cartUserId : String - 유저ID
*cartProudctId : String - 상품ID
cartProductCount : String - 상품 개수
Review - 리뷰
*reviewId: String - 리뷰 ID
*reviewProductId : String - 상품 ID
reviewWriterId : String - 리뷰 작성자 ID
reviewRating : String 리뷰 별점
reviewImage: Uri - 리뷰 사진
reviewRecommendation : String - 상품 추천
Order - 구매 내역
*orderUserId : String - 유저Id
*orderProductId : String - 상품Id
orderNumber:String - 주문번호
orderProductCount : String - 상품개수
orderProductPrice : String - 상품 가격
orderMeans : String - 결제 수단
orderStatus : String - 주문 처리 상태
orderDeliveryReceiver : String - 배송받는 사람
orderDeliveryReceiverPhone:String - 연락처
orderDeliveryAddress : String - 주소
orderUserName : String - 주문자 명
orderUserEmail: String - 주문자 이메일
orderUserPhone : String - 주문자 휴대전화

판매자앱

Seller - 유저
sellerId: String-판매자 아이디
sellerPw: String-판매자 비밀번호
sellerName: String - 판매자 성함
sellerPhoneNumber : String - 판매자 핸드폰 번호