Skip to content

Conversation

@shihan00321
Copy link
Collaborator

@shihan00321 shihan00321 commented Oct 1, 2025

제목(필수): [TYPE]: 제목 예) [FEAT]: 회원가입 기능 추가

제목 규칙 자세히 보기
  • 형식: [TYPE]: 제목
  • 제한: 50자 이내, 첫 글자 대문자, 명령문
  • TYPE: FEAT FIX REFACTOR COMMENT STYLE TEST CHORE INIT

무엇을 / 왜

  • 무엇(What):
  1. 댓글에 좋아요 기능을 추가했습니다.
  2. 댓글의 계층 구조를 제거하고 단순 리스트 형태로 변경했습니다.
  3. 투표 게시글이 삭제되지 않던 오류를 수정했습니다.
  4. 작성자 검색 시 익명 게시글은 검색되지 않도록 수정했습니다.
  5. 게시글과 시나리오를 일대일 관계로 매핑하도록 변경했습니다.
  6. 접근 권한을 조정하여 게시글/댓글은 모두 조회 가능, 투표는 로그인 유저와 관리자만 조회 가능하게 했습니다.
  • 왜(Why):
  1. 익명성을 보장하기 위해 검색에서 익명 유저를 제외했습니다.
  2. 요구사항 변경에 따라 게시글-시나리오를 일대일로 변경했습니다.
  3. 서비스 정책에 맞는 권한 관리를 적용하여 일관성을 높였습니다.

어떻게(요약) — 3줄 이내

  • 댓글 좋아요 추가, 댓글 구조 단순화, 투표 게시글 삭제 오류 해결
  • 익명 검색 제외 및 게시글-시나리오 일대일 관계로 구조 개선
  • 권한 제어 강화: 게시글/댓글은 공개, 투표는 인증 사용자/관리자만 조회 가능

영향 범위

  • API 변경
  • DB 마이그레이션
  • Breaking Change
  • 보안/권한 영향
  • 문서/가이드 업데이트 필요

체크리스트

  • 타입 라벨 부착 (FEAT/FIX/REFACTOR/COMMENT/STYLE/TEST/CHORE/INIT)
  • 로컬/CI 테스트 통과
  • 영향도 점검 완료
  • 주석/문서 반영(필요 시)

ToDo (선택)

  • 할 일 1
  • 할 일 2

스크린샷/증빙(선택)

이슈 연결 (자동)

Closes #58

@shihan00321 shihan00321 self-assigned this Oct 1, 2025
@shihan00321 shihan00321 added the FEAT 새로운 기능 추가 label Oct 1, 2025
Copy link
Collaborator

@simount3 simount3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다

Copy link
Collaborator

@johnbosco0414 johnbosco0414 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

Copy link
Collaborator

@lcs9317 lcs9317 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 좋습니다!

@shihan00321 shihan00321 merged commit 7016d79 into main Oct 1, 2025
3 checks passed
@shihan00321 shihan00321 deleted the feat/comments-like branch October 2, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FEAT 새로운 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: 댓글 좋아요 및 오류 수정

5 participants