Skip to content

Domain Modeling

NewEgoDoc edited this page Mar 8, 2023 · 31 revisions

Product

한글명 영문명 설명
유저 user -
차량 모델 car model -
색상 color -
주행거리 distance -
대여료 rental fee -
차량번호 license plate -
상태 status -
지역 region -
설명 description -
이미지 image -

Product의 상태는 BOOKABLEUNBOOKABLE의 상태를 갖는다

Reservation

한글명 영문명 설명
호스트 host -
게스트 guest -
상품 정보 product -
체크인 check in -
체크아웃 check out -
상태 status -
생성일시 created at -

Reservation은 체크아웃과 체크인의 시간차가 2시간이상이어야 한다

User

한글명 영문명 설명
이메일 email -
이름 first name -
last name -
생일 birthday -
상태 status -
지역 region -
생성일시 created at -

Clone this wiki locally