Skip to content

rig에 댓글 기능 추가 #4

Description

@jeongph

프로필(rig) 단위로 질문·토론할 수 있는 댓글을 추가한다. MVP에서는 스팸·관리 부담 때문에 제외했다.

설계 메모

  • comments(id, user_id, profile_id, body, created_at) 테이블 추가
  • RLS: 전체 읽기 공개, 작성은 로그인 사용자, 수정·삭제는 작성자 본인
  • 현재 스키마와 충돌 없음

고려할 점

  • 스팸 대응 방안 (rate limit, 신고 기능)을 함께 설계해야 한다.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions