-
Notifications
You must be signed in to change notification settings - Fork 2
DATA SCHEMA
inhachoi edited this page Dec 11, 2024
·
1 revision
- db에 저장되는 형태
{
"workspace_id": string,
"workspace_state": {
blocky에서 제공하는 save메서드를 통해 생성되는 데이터를 그대로 저장
},
"css_list": [
{
"class_name": string (css클래스 이름),
"option_list":[
{
"property" : string,
"value" : string,
"is_checked": boolean,
}
]
},
],
"is_css_reset" : boolean,
"name": string,
"thumbnail": string,
"updated_at": string(date),
"image_list": Map<string,string>,
"image_map": Map<string,string>,
}
- api: get hoom List
request body
{
"id_list": ["~~~", "~~~",],
}
response body
[
{
"room_id": string,
"name": string,
"updated_at": string,
},
]
- ✏️ 팀 목표
- ⛳ 그라운드 룰
- 🌳 Git 전략
- ✍️ Issue, PR 템플릿
- 🔒 커밋 컨벤션
- 🔒 FE/BE 코드 컨벤션