2018007956 / Preddit

스터디에 최적화된 커뮤니티 플랫폼
0 stars 0 forks source link

feat: delete community, post and comment #49

Closed 2018007956 closed 3 months ago

2018007956 commented 3 months ago

Overview

Change Log

  1. 삭제 버튼 구현
  2. 버튼을 누르면 onClick 이벤트가 발생하고, 그에 맞는 handler 함수를 호출
  3. 핸들러 함수에서 해당 포스트나 댓글의 ID를 백엔드 서버로 전송
  4. 백엔드 서버에 있는 라우트 핸들러에서 해당 포스트나 댓글의 ID를 수신
  5. 데이터베이스에 저장된 데이터 삭제

Result

Issue Tags