Skip to content

11.18 Web 회의록

shkilo edited this page Nov 18, 2020 · 2 revisions

보류한 것들

  • data 삭제시 남겨두기. (update로 deleteTime 설정하기)

  • primary key로 auto increment key 대신uuid 도입

  • 알람 web ios 동기화

  • comment content에 plain text+imageurl인 경우 image를 어떻게 구분?

혼동했던 것들

  • bookmark는 task에 종속되는 것인지 task와 독립적인지?

    => 하나의 task에 1:N으로 bookmark가 종속된다.

  • ERD 관계 설정 중 없거나 한개의 기준 ?

    => A가 존재하는데 B가 없거나 한개 이상 : A에서 B로 뻗어가는 새발에 문어가 있을 수 있다.

논의 후 결정

  • attritbute 이름 지을 때 camelCase, underbar => json 형식과 맞추기 위해 camelCase로

  • 클라이언트에서 item 추가 => post API 통신 후 상태 업데이트 시 get API 통신

Clone this wiki locally