boostcamp-2020/IssueTracker-35

[store] Comment

Opened this issue · 1 comments

개요

  • comment 목록을 관리하는 Store

초기 상태

  • comments: []

Actions

  • UPDATE
    • Update comment 버튼을 클릭했을 때 발생
    • comments 갱신
  • ADD
    • Comment 버튼을 클릭했을 때 발생
    • comments 갱신
  • ADD_REACTION
    • reaction container에서 아직 추가하지 않은 reaction을 클릭하는 경우에 발생
    • comment -> reactions 갱신
  • DELETE_REACTION
    • reaction container에서 추가된 reaction을 클릭하는 경우에 발생
    • comment -> reactions 갱신
joh16 commented

미구현(11/10 10AM)