Skip to content

Frontend Entity

junothyme edited this page Dec 10, 2019 · 15 revisions
[편집기록]
날짜 내용 버전 작성자
2019-11-25 기본 포맷 정리 0.5 이상원
2019-12-02 User Entity 추가 1.0 이상원
2019-12-09 Invite Entity 추가 1.1 이상원

Frontend Entity

Channel

필드명 타입
id number?
name string?
description string?
privacy date?

Post

필드명 타입
createdAt number?
updatedAt string?
contents string?
profile Profile?

Profile

필드명 타입
id number?
name string?
thumbnail string?
status string?
role Role?
description string?
phoneNumber string?

** Role 참고 **

enum Role{
    "admin"= "admin";
    "participant"="participant";
}

User

필드명 타입
id number?
email string?
name string?
password string?

Snug

필드명 타입
id number?
name string?
thumbnail string?
description string?
createdAt string?
updatedAt string?

Invite

필드명 타입
id number?
email string?
snug string?
link string?
createdAt Date?

🏠 Home

ㄴ 📒 API

ㄴ 📒 Ground Rule

ㄴ ✏️ STUDY

ㄴ 🤔 주간회고

Clone this wiki locally