<aside> ✏️
목차
</aside>
[x] 사용할 라이브러리 최종 선정
[x] 백로그 & 업무분담 → 젠틀 경일, 권나연
[x] 멘토링 요일 할당
[x] 개발환경 초기세팅 → 이유진
[x] ERD → 이영재, 홍현지
{
"room_id": string,
"worksapce_state": {
"toolbox": string([{"id":int, "xml":string}]),
"canvas": string(xml),
},
"cssList":[
{
"id": id,
"name": string (css클래스 이름),
"options":[
{
"type":"font-size",
"value":12,
"avable":true,
}
]
},
],
"thumnail": string,
"updated_at": string(date),
}
request body:
{
"id_list": ["~~~", "~~~",],
}
response body
[
{
"room_id": string,
"name": string,
"updated_at": string,
},
]
→ COLLECTION 로 옮겼습니당
[ ] 디자인 → 홍현지
[ ] 배포 자동화 → 홍현지
[ ] 팀의 목표 정하기